RGB level reading issue
Posted: Sunday 09 May 2021 22:44
I am running into a strange issue with a zwave Aeotec RGB bulb:
if I set the bulb to an RGB value with .setColor(R,G,B,%) all goes well and I can read back the level% with .level
However if I set the bulb to white mode with .setWhiteMode() and then to a certain level with .dimTo(%) the level % is lost in Domoticz device table in dzVents - even though the JSON reports correct values. Reading the .level value gives me 0 and the .nValue gives me 14.
The Switch in Domoticz shows the correct position with the dimmer and if I move it slightly it shows the %
I am quite sure that this was working fine in the previous version of Domoticz as I developed and debugged the script under 2020.2
Any one can confirm the behavior? Is this a dzVent or general Domoticz bug?
Thanks
Eric.
if I set the bulb to an RGB value with .setColor(R,G,B,%) all goes well and I can read back the level% with .level
However if I set the bulb to white mode with .setWhiteMode() and then to a certain level with .dimTo(%) the level % is lost in Domoticz device table in dzVents - even though the JSON reports correct values. Reading the .level value gives me 0 and the .nValue gives me 14.
The Switch in Domoticz shows the correct position with the dimmer and if I move it slightly it shows the %
I am quite sure that this was working fine in the previous version of Domoticz as I developed and debugged the script under 2020.2
Any one can confirm the behavior? Is this a dzVent or general Domoticz bug?
Thanks
Eric.