Thanks very much. Out of the logs, I have identified 3 differents scenaries and I would appreciate to have your comments/feedbacks. What did you do exactly, did it behaves as expected, or what happend vs. what was expected.
Fro what I see,
First scenario scenario, White color was used
Code: Select all
16:59:49.033 mgtCommand - NWKID = 6b6d
16:59:49.035 mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":0,"cw":47,"g":0,"m":2,"r":0,"t":208,"ww":208}
16:59:49.035 =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
16:59:49.037 =====> sendZigateCmd - 00C0 026b6d010b01820000 Queue Length: 0
2nd scenario, RGB/Color
Code: Select all
17:00:04.990 mgtCommand - NWKID = 6b6d
17:00:04.990 mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull 100 {"b":255,"cw":0,"g":36,"m":3,"r":37,"t":0,"ww":0}
17:00:04.991 =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 7
17:00:04.991 =====> sendZigateCmd - 00B7 026b6d010b23db0bef0000 Queue Length: 8 Color
3rd scenario, Custom (color + white)
Code: Select all
17:00:26.673 mgtCommand - NWKID = 6b6d
17:00:26.675 mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":43,"cw":27,"g":255,"m":4,"r":44,"t":227,"ww":215}
17:00:26.676 =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 3
On the issue of Brightnessvalue this might be a bug either on Domoticz or on the plugin.As you can see on Scenario 2, Brightness seems to be 255 (does that mean 100%) and Set Level is to 100%
But here which is the same type of command,we got Brightness at 42 while SetLevel still 100 !
Code: Select all
17:00:12.667 mgtCommand - NWKID = 6b6d
17:00:12.673 mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 {"b":42,"cw":0,"g":255,"m":3,"r":43,"t":0,"ww":0}
17:00:12.673 =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 3
17:00:12.674 =====> sendZigateCmd - 00B7 026b6d010b2debba700000 Queue Length: 4