Problem is that I have to set the AddDBLogEntry parameter to true to do that.
According to the manual I have to do that via a python plugin, as follows:
Code: Select all
Domoticz.Device(Name="MyCounter", Unit=1, Type=0xfa, Subtype=0x01, Options={"AddDBLogEntry" : "true").Create()
And what what would a minimum plugin look like that only contains the line above?
Ideal would be an easier way to set this AddDBLogEntry parameter...
Thanks in advance for any help.