Yes, i generally agree with you. Hence, my question.
Nope. Same error.
here is the latest docker run command:
sudo docker run -d --name="ozw-cp" -p 8008:8008 --device=/dev/ttyUSB-ZStick-5G openzwave/openzwave-control-panel
here are the logs:
2019-07-18 04:18:14.341 Error, Cannot find a path to the configuration files at ./config/, Using /etc/openzwave/ instead...
2019-07-18 04:18:14.341 Info, Reading /etc/openzwave/options.xml for Options
2019-07-18 04:18:14.342 Warning, Failed to Parse options.xml: Failed to open file
2019-07-18 04:18:14.342 Info, Options:
2019-07-18 04:18:14.342 Info, appendlogfile: false
2019-07-18 04:18:14.342 Info, associate: true
2019-07-18 04:18:14.342 Info, assumeawake: true
2019-07-18 04:18:14.342 Info, autoupdateconfigfile: true
2019-07-18 04:18:14.342 Info, configpath: /etc/openzwave/
2019-07-18 04:18:14.342 Info, consoleoutput: true
2019-07-18 04:18:14.342 Info, customsecuredcc: 0x62,0x4c,0x63
2019-07-18 04:18:14.342 Info, drivermaxattempts: 5
2019-07-18 04:18:14.342 Info, dumptriggerlevel: 1
2019-07-18 04:18:14.342 Info, enablesis: true
2019-07-18 04:18:14.342 Info, enforcesecurereception: true
2019-07-18 04:18:14.342 Info, exclude:
2019-07-18 04:18:14.342 Info, include:
2019-07-18 04:18:14.342 Info, includeinstancelabel: true
2019-07-18 04:18:14.342 Info, interface:
2019-07-18 04:18:14.342 Info, intervalbetweenpolls: false
2019-07-18 04:18:14.342 Info, language:
2019-07-18 04:18:14.342 Info, logfilename: OZW_Log.txt
2019-07-18 04:18:14.342 Info, logging: true
2019-07-18 04:18:14.342 Info, networkkey:
2019-07-18 04:18:14.342 Info, notifyondriverunload: false
2019-07-18 04:18:14.342 Info, notifytransactions: false
2019-07-18 04:18:14.342 Info, performreturnroutes: false
2019-07-18 04:18:14.342 Info, pollinterval: 30000
2019-07-18 04:18:14.342 Info, queueloglevel: 9
2019-07-18 04:18:14.342 Info, refreshallusercodes: false
2019-07-18 04:18:14.342 Info, reloadafterupdate: AWAKE
2019-07-18 04:18:14.342 Info, retrytimeout: 10000
2019-07-18 04:18:14.342 Info, saveconfiguration: true
2019-07-18 04:18:14.342 Info, saveloglevel: 8
2019-07-18 04:18:14.342 Info, securitystrategy: SUPPORTED
2019-07-18 04:18:14.342 Info, suppressvaluerefresh: false
2019-07-18 04:18:14.342 Info, userpath:
2019-07-18 04:18:14.342 Always, OpenZwave Version 1.6.-1 Starting Up
2019-07-18 04:18:14.350 Info, Loading Localization File /etc/openzwave/Localization.xml
2019-07-18 04:18:14.352 Info, Loaded /etc/openzwave/Localization.xml With Revision 6
2019-07-18 04:18:14.352 Always, Using Language Localization
2019-07-18 04:18:14.355 Info, Loading NotificationCCTypes File /etc/openzwave/NotificationCCTypes.xml
2019-07-18 04:18:14.355 Info, Loaded /etc/openzwave/NotificationCCTypes.xml With Revision 9
webserver starting port 8008
Seems to be missing the configuration files but that’s my question.
@Fishwaldo
What is needed for the configuration files in the docker command?