The updates are going right now after installing the latest update..JanJaap wrote: ↑Monday 06 September 2021 22:44 Right, so the W(att) is not something the plugin does but that comes from how Domoticz deals with these devices, so can't help you there (and I try to avoid lua because python is much nicer). This topic is about the plugin, not about anything you can do with the data in domoticz.
I'll have a look at the updates later, although they look OK on my RPi.
I resolved the W issue with this line of code in my LUA:
Code: Select all
local PowerGeneration = ""..PowerGeneration1..""
PowerGeneration = PowerGeneration:sub(1, #PowerGeneration-1)
Greetings