Skip to content
New issue

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

Feature request: add deConz to stack #145

Closed
DIYtechie opened this issue Feb 12, 2020 · 1 comment · Fixed by SensorsIot/IOTstack#24 · May be fixed by #149
Closed

Feature request: add deConz to stack #145

DIYtechie opened this issue Feb 12, 2020 · 1 comment · Fixed by SensorsIot/IOTstack#24 · May be fixed by #149

Comments

@DIYtechie
Copy link
Contributor

DIYtechie commented Feb 12, 2020

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
@DIYtechie
Copy link
Contributor Author

Have tested the above and will make a pull request shortly :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant