Page 1 of 1
Plugin System stopped working out of nothing
Posted: Monday 11 February 2019 14:03
by przemhb
Hi,
I run Domoticz on Fedora 28 x64. I believe that after installation some months ago Plugin System was working as there was Configuration->More Options->Plugins in menu. Unfortunately now, when I would like to make use of plugins, the options is missing and furthermore in the log file there is no line referring to Plugin System.
What might have caused this? How to fix it?
I'd be thankful if you shed some light onto this.
Re: Plugin System stopped working out of nothing
Posted: Monday 18 February 2019 17:19
by przemhb
Log file:
Code: Select all
Error, Cannot find a path to the configuration files at /usr/bin/Config/, Using /etc/openzwave/ instead...
Info, Reading /etc/openzwave/options.xml for Options
Warning, Failed to Parse /usr/share/domoticz/options.xml: Failed to open file
Info, Options:
Info, appendlogfile: false
Info, associate: true
Info, assumeawake: true
Info, autoupdateconfigfile: false
Info, configpath: /etc/openzwave/
Info, consoleoutput: true
Info, customsecuredcc: <cut>
Info, drivermaxattempts: 5
Info, dumptriggerlevel: 4
Info, enablesis: true
Info, enforcesecurereception: true
Info, exclude:
Info, include:
Info, interface:
Info, intervalbetweenpolls: true
Info, logfilename: OZW_Log.txt
Info, logging: true
Info, networkkey: <cut>
Info, notifyondriverunload: false
Info, notifytransactions: false
Info, performreturnroutes: true
Info, pollinterval: 60000
Info, queueloglevel: 9
Info, refreshallusercodes: false
Info, reloadafterupdate: AWAKE
Info, retrytimeout: 10000
Info, saveconfiguration: true
Info, saveloglevel: 8
Info, securitystrategy: SUPPORTED
Info, suppressvaluerefresh: false
Info, userpath: /usr/share/domoticz/
Info, validatevaluechanges: true
Always, OpenZwave Version 1.5.0 Starting Up
1. I don't know why it wants to read configuration from /usr/bin/Config/ instead of /usr/share/domoticz/Config, where configuration files are located.
2. Also it should read /usr/share/domoticz/Config/options.xml instead of /usr/share/domoticz/options.xml. Why it doesn't?