Skip to content

Feature request: add deConz to stack #145

Closed
SensorsIot/IOTstack
#24
@DIYtechie

Description

@DIYtechie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions