"DIMMER" level inaccessible
Posted: Wednesday 20 December 2023 10:39
DIMMER type switch in domoticz.
Version: 2023 .2
Build Hash: 19efd039c
So far, I have get the slider level in LUA with the command:
because the command devicechanged[volume] returned:
probably after the last Domoticz update, when changing the level using the slider, it returns only On. There is no information about the level/position:
How to get the state of DIMMER in LUA ?
Version: 2023 .2
Build Hash: 19efd039c
So far, I have get the slider level in LUA with the command:
Code: Select all
volume = devicechanged[glosnosc]:gsub('%D', '')Code: Select all
LUA: Set Level: 63 %Code: Select all
Status: LUA: On