Page 1 of 1

Domoticz Theme Manager

Posted: Thursday 23 July 2020 11:38
by galadril
Hi,

I've created a new python plugin to install/update themes that are hosted on github.
https://github.com/galadril/domoticz-theme-manager

More info on the plugin forum thread:
https://www.domoticz.com/forum/viewtopi ... 65&t=33470


Mark

Re: Domoticz Theme Manager

Posted: Saturday 02 January 2021 10:14
by Alain
Makes it easy to try different themes. Thanks!

Re: Domoticz Theme Manager

Posted: Monday 05 April 2021 12:17
by tontze
Very usefull, thnx !

Re: Domoticz Theme Manager

Posted: Thursday 23 June 2022 20:52
by PeJeWe
I don't have a drop down menu in the custom tab

Re: Domoticz Theme Manager

Posted: Saturday 12 November 2022 13:17
by nigels0
I’m getting these errors when using:

Code: Select all

 2022-11-12 12:00:01.076 Error: Theme Manager: Call to function 'onHeartbeat' failed, exception details:
2022-11-12 12:00:01.080 Error: Theme Manager: Traceback (most recent call last):
2022-11-12 12:00:01.080 Error: Theme Manager: File "/home/pi/domoticz/plugins/domoticz-theme-manager/plugin.py", line 525, in onHeartbeat
2022-11-12 12:00:01.080 Error: Theme Manager: _plugin.onHeartbeat()
2022-11-12 12:00:01.080 Error: Theme Manager: File "/home/pi/domoticz/plugins/domoticz-theme-manager/plugin.py", line 232, in onHeartbeat
2022-11-12 12:00:01.080 Error: Theme Manager: self.UpdatePythonPlugin(self.plugindata[Parameters["Mode2"]][0], self.plugindata[Parameters["Mode2"]][1], str(dir))
2022-11-12 12:00:01.080 Error: Theme Manager: File "/home/pi/domoticz/plugins/domoticz-theme-manager/plugin.py", line 312, in UpdatePythonPlugin
2022-11-12 12:00:01.080 Error: Theme Manager: elif (self.plugindata[ppKey][2] in self.ExceptionList):
2022-11-12 12:00:01.080 Error: Theme Manager: KeyError: 'element-dark'