Burningstone91 / smart-home-setup

Installation and Configuration of my Smart Home Setup
MIT License
550 stars 34 forks source link

Zigbee/Zwave section #13

Open controlcde opened 2 years ago

controlcde commented 2 years ago

Regarding to https://github.com/Burningstone91/smart-home-setup#zigbee-zwave:

  1. docker-compose To get docker-compose via pip3 installed you have to install pip3 with following command: sudo apt-get install -y python3 python3-pip the command lines sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1 and sudo apt-get remove python-configparser are no longer needed.
  2. zwave Since OpenZWave integration is deprecated: What do you prefer? I´m tend to zwavejs2mqtt.
controlcde commented 2 years ago

Another fix for zigbee :)

  1. marthoc/deconz ist deprecated - deconzcommunity/deconz is new.
  2. You have to change the volume settings and the image:
    image: deconzcommunity/deconz
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ./deconz:/opt/deCONZ
  3. to get Conbee II in deCONZ (VNC) working you have to map the device with
    devices:
      - /dev/zigbee:/dev/ttyACM0

    because the default for Conbee II is /dev/ttyACM0 and I don´t find any setting to change it in deCONZ software.