I'm using openHAB since a few years and now I'm exploring new options, so I was trying to get your plugin to work with homebridge running on docker using the following instructions:
#!/bin/sh
#
# Docker Homebridge Custom Startup Script - oznu/homebridge
#
# This script can be used to customise the environment and will be executed as
# the root user each time the container starts.
#
apk add --no-cache openzwave openzwave-dev
After several tries with different configurations, I'm always getting the same result: [Z-Wave Platform] Failed to setup Z-Wave network constroller undefined
I've also tested ozwcp docker image (openzwave/openzwave-control-panel) and it shows me the right information of my z-wave network
docker run --rm --name ozwcp -p 8008:8008 --device /dev/ttyACM0:/dev/ttyACM0 openzwave/openzwave-control-panel
Node Id
Basic Type
Generic Type
Product
Name
Location
Value
Last Heard
Status
1 *LB
Static Controller
Static PC Controller
AEON Labs ZW090 Z-Stick Gen5 US
1:35:19 PM
Ready
2 LBR
Routing Slave
Binary Power Switch
Vision Security ZL7431 In-Wall Switch Single Relay
Hi!
I'm using openHAB since a few years and now I'm exploring new options, so I was trying to get your plugin to work with homebridge running on docker using the following instructions:
https://github.com/oznu/docker-homebridge https://github.com/velocityzen/homebridge-platform-zwave#readme
Here are my configuration files:
docker-compose.yaml
config.json
startup.sh
console log
After several tries with different configurations, I'm always getting the same result: [Z-Wave Platform] Failed to setup Z-Wave network constroller undefined
I've also tested ozwcp docker image (openzwave/openzwave-control-panel) and it shows me the right information of my z-wave network
Am I missing something?
Thanks!