Struggling to add OZWCP docker


johngc

Recommended Posts

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

 

y3mql2_FGHlSWGhPNWgzol1Q0Upfr2TiOcyatUabTZBWO3QJf8DC-VQQ-QaKN8z9UBWASqS93JlpnLhou82jbQTwtsIfIJ5UUZ4pEJm3ztr_zklL-JeCUMQmVj5GXK3XXGEeZQFYLU9oP_mostrRJ9MNXD_rt1CSmS8rBXDGqzD9cQ?width=800&height=607&cropmode=none

 

y3mXbuy1mhkA84pXPMlt4YD6LB9G-CigPrToLKgcuRKqMrTBgnoXpjlge3g-zPr23_GJrX9tyNBrYLQrDbKZa8ycYxUQolEkJPbRVuKRH5cOGOz7oYu-LY-n3kRy5mHW0RSWGX_KIdQuYW1-gUQbZJ5yxju4cpF2FNkzoD7EJ03iHg?width=760&height=699&cropmode=none

 

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  :)

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.