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

Zigbee/Zwave section #13

Open
controlcde opened this issue Mar 17, 2022 · 1 comment
Open

Zigbee/Zwave section #13

controlcde opened this issue Mar 17, 2022 · 1 comment

Comments

@controlcde
Copy link

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
Copy link
Author

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
  1. 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.

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

No branches or pull requests

1 participant