We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please consider adding deConz to the IOT stack: https://hub.docker.com/r/marthoc/deconz
A natural part of a basic IOT stack for those not using zigbee2mqtt.
These are good default settings (ConBee II hardware, VNC enabled, less cluttered port):
deconz: image: marthoc/deconz container_name: deconz restart: unless-stopped network_mode: bridge ports: - '80:80' - '443:443' - '5901:5900' volumes: - ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ devices: #ConBee II: - /dev/ttyACM0 #ConBee: # - /dev/ttyUSB0 #RaspBee: # - /dev/ttyAMA0 or /dev/ttyS0 environment: - DECONZ_VNC_MODE=1 - DECONZ_VNC_PASSWORD=changeme - DEBUG_INFO=1 - DEBUG_APS=0 - DEBUG_ZCL=0 - DEBUG_ZDP=0 - DEBUG_OTAU=0
The text was updated successfully, but these errors were encountered:
Have tested the above and will make a pull request shortly :)
Sorry, something went wrong.
Merge pull request gcgarner#145 from Paraphraser/20201008-portainerce…
9f44324
…-doc-publicip Docs updates - Portainer-ce - explain how to set Public IP
Successfully merging a pull request may close this issue.
Please consider adding deConz to the IOT stack: https://hub.docker.com/r/marthoc/deconz
A natural part of a basic IOT stack for those not using zigbee2mqtt.
These are good default settings (ConBee II hardware, VNC enabled, less cluttered port):
The text was updated successfully, but these errors were encountered: