@eoren1 wrote:
I have home assistant running on a Synology NAS using the fredrike+hassio install on a Docker container. I installed a Zwave stick (Zooz) the other day by downloading the drivers and installing to the NAS as a manual package install (drivers found via this post - https://khaz.me/using-a-z-wave-or-zigbee-stick-on-synology-dsm-for-use-with-homeassistant-and-docker/)
I then rebooted the NAS and added this to configuration.yaml (sticks are connected via USB hub to the NAS)
# Zwave stick zwave: usb_path: /dev/ttyACM0
Rebooted and Zwave worked and was able to add devices.
I got the Conbee II stick today. Plugged it into the hub. Rebooted NAS. SSHed and confirmed it was registered as ACM1 and put into configuration.yaml:
zha: usb_path: /dev/ttyACM1
Restarted HA and found the Zigbee in Configuration - Integrations. Went to add a Cree Bulb and then tried a LeakSmart water sensor but neither worked.
My logs show this:
Config entry for zha not ready yet. Retrying in 5 seconds.
2:54:44 PM – config_entries.py (WARNING) - message first occurred at 2:41:33 PM and shows up 13 times
Couldn’t start EZSP coordinator
2:54:44 PM – Zigbee Home Automation (ERROR) - message first occurred at 2:41:33 PM and shows up 13 times
Received invalid command: zha/devices
2:42:01 PM – Home Assistant WebSocket API (ERROR) - message first occurred at 2:41:59 PM and shows up 2 times
I don’t think I am launching HA with a docker-compose.yaml file but don’t actually know that.
Looking for any help/advice on setting this up correctly
Thank you!
Posts: 2
Participants: 2