Need help with Z-Pi7 Board and zwave-js-ui
Posted: Friday 09 August 2024 18:14
Hello,
I'm setting up a raspberry pi 4 with SSD and Z-Pi 7 board from Aeotec. I did install docker compose as recommended. I followed the instructions on domoticz WIKI. For using Z-Pi7 I switched of the bluetooth as described on help desk from Aeotec with
I checked if Z-Pi7 is on ttyAMA0 and I found /dev/ttyAMA0.
I did installed zwave-js-ui as recommended with docker compose like described in domoticz WIKI. The same with MQTT.
After setting up zwave-js-ui within the browser I got a Driver error. Any ideas, maybe somebody already run with Z-Pi 7. I'm not able to take the right conclusions from the log.
My docker compose.yml
I'm setting up a raspberry pi 4 with SSD and Z-Pi 7 board from Aeotec. I did install docker compose as recommended. I followed the instructions on domoticz WIKI. For using Z-Pi7 I switched of the bluetooth as described on help desk from Aeotec with
Code: Select all
dtoverlay=disable-bt
enable_uart=1
I did installed zwave-js-ui as recommended with docker compose like described in domoticz WIKI. The same with MQTT.
After setting up zwave-js-ui within the browser I got a Driver error. Any ideas, maybe somebody already run with Z-Pi 7. I'm not able to take the right conclusions from the log.
My docker compose.yml
- Spoiler: show