October 8, 20169 yr I am new (ish) to unRAID and have so far been using the apps tab to install all my dockers. I would like to now install OpenZWave Control Panel as a docker and have found the following which suggest it is possible and available: https://hub.docker.com/r/openzwave/openzwave-control-panel/ https://github.com/mezz64/openzwave-controlpanel So after a lot of reading and head scratching I tried the following approach... Docker Tab > Add Container When I save it, it seems to pull the docker files and set itself up ok sometimes: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="OZWCP" --net="bridge" -e TZ="Europe/London" -p 8008:8008/tcp --device /dev/ttyACM0 mezz64/openzwave-controlpanel:latest 3f7271c6281c9031d03e063ca36cef1aa8ac08c664c5e32a9cee0402c209e059 The command finished successfully! but other times (without changing anything) I get: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="OZWCP" --net="bridge" -e TZ="Europe/London" -p 8008:8008/tcp --device /dev/ttyACM0 mezz64/openzwave-controlpanel:latest 818b8a713c6a42938612d659a18bec18c866aa1cdf6da92776a83f53e8cb2c7c Error response from daemon: Cannot start container 818b8a713c6a42938612d659a18bec18c866aa1cdf6da92776a83f53e8cb2c7c: adding interface vethaf37dbf to bridge docker0 failed: could not find bridge docker0: no such network interface The command failed. or root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="OZWCP" --net="bridge" -e TZ="Europe/London" -p 8008:8008/tcp --device /dev/ttyACM0 mezz64/openzwave-controlpanel:latest 7b04c8be1535ebf5cd219f8b2e6653c89c8f5a957fa9adafa009d393f0a7ff37 Error response from daemon: Cannot start container 7b04c8be1535ebf5cd219f8b2e6653c89c8f5a957fa9adafa009d393f0a7ff37: Link not found The command failed. However, regardless of the outcome, I can't seem to open the WebUI or get any further. The docker log tells me: [31m2016-10-08 07:27:40.680 Error, Cannot find a path to the configuration files at ./config/, Using /etc/openzwave/ instead... [39m[39m2016-10-08 07:27:40.680 Info, Reading /etc/openzwave/options.xml for Options [39m[33m2016-10-08 07:27:40.680 Warning, Failed to Parse options.xml: Failed to open file [39m[32m2016-10-08 07:27:40.681 Always, OpenZwave Version 1.4.0 Starting Up Any advice or suggestions gratefully received. I don't want to have to send my nice shiny Fibaro sensor back to Amazon
Archived
This topic is now archived and is closed to further replies.