Page 1 of 2
strange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 11:46
by ronaldbro
Hi @pipiche,
I have a Gledopto gc-c-008 RGB+CCT controller connected to zigate and I experience some stange behaviour.
In Domoticz a RGBWW widget is created and when I turn it on and select a white color the ww and cw leds go on. Nothing stange so far. But when I switch to a color, lets say red the color leds go on as expected but the ww and cw leds don't go off.
So when I switch from white to color or vica versa I first have to turn it off completely and then select the color.
I'm not sure but I think it may be caused by a wrong widget. Possibly is should be a RGBWWZ widget or it should be two separate devices.
Any thoughts?
Regards Ronald
This is the line from the DeviceList.txt:
- Spoiler: show
- fe83 : {'Battery': {}, 'Model': 'GL-C-008', 'Bind': {'0b': {'0008': {'Phase': 'received', 'Status': '00', 'Stamp': 1575916503}, '0006': {'Phase': 'received', 'Status': '00', 'Stamp': 1575916496}, '0300': {'Phase': 'received', 'Status': '00', 'Stamp': 1575916466}}}, 'LogicalType': 'Router', 'Manufacturer': '0000', 'RIA': '3', 'App Version': '1', 'DeviceType': 'FFD', 'HW Version': '1', 'Type': 'ColorControl/LvlControl/Switch', 'Stack Version': '2', 'Attributes List': {}, 'IEEE': '00124b001d84c847', 'ZDeviceID': '0210', 'Status': 'inDB', 'Heartbeat': '362', 'ZCL Version': '1', 'SQN': '', 'SWBUILD_3': '2.0.0', 'ReceiveOnIdle': 'On', 'ReadAttributes': {'TimeStamps': {'0b-0008': 1575971615, '0b-0006': 1575971640, '01-0001': 1575232976, '0b-0000': 1575969061, '0b-0300': 1575971615}, 'Ep': {'01': {'0001': {}}, '0b': {'0008': {'0000': '00'}, '0006': {'0000': '00'}, '0300': {'0003': '00', '0000': '00', '0008': '00', '0001': '00', '0004': '00', '0007': '00'}, '0000': {'4000': '00', '0005': '00', '0004': '00', '0000': '00', '0003': '00', '0006': '00', '0001': '00', '0002': '00', '0007': '00'}}}}, 'ConsistencyCheck': 'ok', 'ProfileID': 'c05e', 'NbEp': '2', 'RSSI': 69, 'ConfigureReporting': {'TimeStamps': {'0b-0008': 1575916495, '0b-0006': 1575916495, '0b-0300': 1575916465}, 'Ep': {'0b': {'0008': {}, '0006': {}, '0300': {}}}}, 'Neighbours': {'Time': '2019-12-09 21:31:37', 'Devices': ['Timed Out']}, 'Health': 'Live', 'ColorInfos': {'Saturation': 5, 'ColorMode': 2, 'Hue': 23, 'ColorTemperatureMireds': '469', 'Y': '26801', 'X': '37140'}, 'Manufacturer Name': 'GLEDOPTO', 'Version': '3', 'SWBUILD_1': '20131206', 'Stamp': {'LastSeen': 1575971615, 'Time': '2019-12-10 10:54:00', 'MsgType': '8102'}, 'ZDeviceName': 'Woonkamer led strip', 'MacCapa': '8e', 'PowerSource': 'Main', 'Ep': {'0d': {'1000': {}, 'ClusterType': {}}, '0b': {'ClusterType': {'391': 'ColorControlRGBWW'}, '0300': {'0003': '37140', '0000': '23', '0008': '2', '0001': '5', '0004': '26801', '0007': '469'}, '0005': {}, '0000': {'4000': '2.0.0', '0005': 'GL-C-008', '0004': 'GLEDOPTO', '0000': '1', '0003': '1', '0006': '20131206', '0001': '1', '0002': '2', '0007': '1'}, '0003': {}, '0008': {'0000': 'fe'}, '0006': {'4000': '01', '4001': '0', '4002': '0', '0000': '00'}, '0004': {}}}, 'Last Cmds': [(1575971635.0409982, '00B7', None), (1575971640.2913122, '0100', None), (1575971640.4038157, '0092', None), (1575971640.5309985, '0092', None), (1575971640.6334665, '0100', None)]}
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 12:06
by pipiche
I have pushed an update on the beta branch.
If you want to test:
(1) remote the already paired device
(2) redo the pairing, you should now get a Full Color Widget RGB WW Z
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 12:30
by ronaldbro
Hi Pipiche,
I just tested but nothing changed. I looked at you change and I think you made a typo. I see in de DeviceConf that you added a line for gl-c-009 and it should be gl-c-008. (the gl-c-009 is a lvlController)
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 12:44
by ronaldbro
I made this change locally and then a RGBWWZ device is created. Now it works better but not yet perfect.
When I switch on a color and then switch to white the color goes off and white goes on, so this is improved. But when switching to color again the white stays on.
Also in the third combined mode of the widget the white level slider doesn't work.
In the log the setbrightnessvalue messages (like the one below) seem correct.
2019-12-10 12:41:53.690 Status: setcolbrightnessvalue: ID: 23b, bri: 100, color: '{m: 3, RGB: 3bff29, CWWW: 0000, CT: 0}'
Maybe you have an idea how to solve it. But it could be a bug in the device itself.
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 16:33
by pipiche
Could be a bug somewhere in the plugin.
Could you kindly enable the following debug mode (via Settings)
- debugCommand
- debugOutput
- Then you put the IEEE of your device as the matchID so it will show only the debug messages for that IEEE (translated into its short address)
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 17:02
by ronaldbro
Sure, no problem. Here's the output after some commands. (I didn't get anything with IEEE, but I did using the short id)
- Spoiler: show
- 2019-12-10 16:59:18.037 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 16:59:18.038 (Zigate) mgtCommand : Off for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull
2019-12-10 16:59:18.038 (Zigate) =====> sendZigateCmd - 0092 026b6d010b00 Queue Length: 0
2019-12-10 16:59:20.773 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 16:59:20.774 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 16:59:20.774 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 16:59:20.774 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
2019-12-10 16:59:26.677 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 16:59:26.677 (Zigate) mgtCommand : On for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull
2019-12-10 16:59:26.677 (Zigate) =====> sendZigateCmd - 0092 026b6d010b01 Queue Length: 0
2019-12-10 16:59:31.019 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 16:59:31.022 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 16:59:31.023 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 16:59:31.023 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
2019-12-10 16:59:49.033 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 16:59:49.035 (Zigate) 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}
2019-12-10 16:59:49.035 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 16:59:49.037 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b01820000 Queue Length: 0
2019-12-10 16:59:51.001 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 16:59:51.003 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 16:59:51.003 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 16:59:51.004 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
2019-12-10 16:59:59.963 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 16:59:59.965 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":56,"cw":0,"g":56,"m":3,"r":255,"t":0,"ww":0}
2019-12-10 16:59:59.965 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 16:59:59.967 (Zigate) =====> sendZigateCmd - 00B7 026b6d010baba24d3a0000 Queue Length: 0
2019-12-10 17:00:01.041 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 17:00:01.041 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 17:00:01.041 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 17:00:01.041 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
2019-12-10 17:00:04.990 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 17:00:04.990 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":255,"cw":0,"g":36,"m":3,"r":37,"t":0,"ww":0}
2019-12-10 17:00:04.991 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 7
2019-12-10 17:00:04.991 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b23db0bef0000 Queue Length: 8
2019-12-10 17:00:12.667 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 17:00:12.673 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":42,"cw":0,"g":255,"m":3,"r":43,"t":0,"ww":0}
2019-12-10 17:00:12.673 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 3
2019-12-10 17:00:12.674 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b2debba700000 Queue Length: 4
2019-12-10 17:00:17.978 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 17:00:17.979 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":0,"cw":28,"g":0,"m":2,"r":0,"t":227,"ww":227}
2019-12-10 17:00:17.980 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 3
2019-12-10 17:00:17.981 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b01c10000 Queue Length: 4
2019-12-10 17:00:26.673 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 17:00:26.675 (Zigate) 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}
2019-12-10 17:00:26.676 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 3
2019-12-10 17:00:31.812 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 17:00:31.812 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 17:00:31.813 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 17:00:31.813 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
2019-12-10 17:00:37.342 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 17:00:37.343 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":43,"cw":23,"g":255,"m":4,"r":44,"t":227,"ww":180}
2019-12-10 17:00:37.344 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 17:00:41.821 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 17:00:41.824 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 17:00:41.824 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 17:00:41.825 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
2019-12-10 17:00:43.604 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 17:00:43.605 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 71 Color: {"b":43,"cw":23,"g":255,"m":4,"r":44,"t":227,"ww":180}
2019-12-10 17:00:43.606 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01b50000 Queue Length: 0
2019-12-10 17:00:46.821 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 17:00:46.830 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 17:00:46.830 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 17:00:46.830 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
2019-12-10 17:00:52.977 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 17:00:52.978 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 71 Color: {"b":0,"cw":195,"g":0,"m":2,"r":0,"t":60,"ww":60}
2019-12-10 17:00:52.978 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01b50000 Queue Length: 0
2019-12-10 17:00:52.980 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00ba0000 Queue Length: 0
2019-12-10 17:00:56.330 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 17:00:56.331 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 71 Color: {"b":61,"cw":0,"g":75,"m":3,"r":255,"t":0,"ww":0}
2019-12-10 17:00:56.332 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01b50000 Queue Length: 0
2019-12-10 17:00:56.332 (Zigate) =====> sendZigateCmd - 00B7 026b6d010ba7bc4f660000 Queue Length: 1
2019-12-10 17:00:56.837 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 17:00:56.837 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 17:00:56.837 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 17:00:56.837 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 1
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 18:31
by pipiche
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
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 18:41
by pipiche
Just did a quick test on a simple RGB Bulb and brightness stay at 255,

- Screenshot 2019-12-10 at 18.39.14.png (291.14 KiB) Viewed 840 times
while Level is adapted based on the current level set with the RGB Color

- Screenshot 2019-12-10 at 18.40.07.png (150.43 KiB) Viewed 840 times
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 19:14
by ronaldbro
Hi Pipiche,
First scenario a white color is working fine.
2nd, setting a color. Color goes on but white doesn’t go off.
3rd, on a rgbwwz device on the combined mode you have two sliders for brightness. You have the main level and white level. The second log is when lowering the mail level slider. This works fine. But the white brightness slider does nothing. I guess level is the main slider and brightness is the white brightness, but I’m not sure.
Indeed it could be a Domoticz bug or a Gledopto bug.
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 19:21
by ronaldbro
Just checked the docs and ‘br’ is for Hue and brightness I think... Docs is not very clear about the br parameter.
https://www.domoticz.com/wiki/Domoticz_ ... emperature
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 21:22
by pipiche
ronaldbro wrote: ↑Tuesday 10 December 2019 19:14
Hi Pipiche,
First scenario a white color is working fine.
Good
ronaldbro wrote: ↑Tuesday 10 December 2019 19:14
2nd, setting a color. Color goes on but white doesn’t go off.
This means that when Zigate send the command which is "Move To Colour temperature" the device do not do anything for the WW.
--> Could you try to do the following:
--------> Switch off the device
--------> Specify a Color with the RGB circle.
In other term, If I send a switch off, then setup RGB does it works ?
it is not switching off the WW
ronaldbro wrote: ↑Tuesday 10 December 2019 19:14
3rd, on a rgbwwz device on the combined mode you have two sliders for brightness. You have the main level and white level. The second log is when lowering the mail level slider. This works fine. But the white brightness slider does nothing. I guess level is the main slider and brightness is the white brightness, but I’m not sure.
It looks like at the plugin level we do not receive the brightness information . I have posted here :
https://www.domoticz.com/forum/viewtopi ... 65&t=30491 hope someone can react
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 21:39
by pipiche
Just push and update. Can you try to test again the 3rd, on a rgbwwz ?
I'm also thinking if this is not the right way to manage the device and 1st and 2nd way is not the correct one. As I understand this is a 5 Channels devices and if I understood RGBWWZ is indeed the 5 channels way ?
I think you are the first one using this mode on the plugin ....
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 21:59
by ronaldbro
I did the test with switching off before the last update and yes it works when switching off first.
Then I updated to the latest version and switching from color mode to white mode works perfectly. Only combined mode doesn't work anymore, only color is is on and the white leds aren't going on anymore.
Indeed it's a 5 channel device. It's a very nice controller. If I'm the first then more people should use it

Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 22:21
by pipiche
Would you mind redoing the tests with the RGBWWZ with the debugMode and share it ?
Did I understand it worked before and with the more recent version it doesn' ?
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 22:37
by ronaldbro
Sure, no problem.
I did some changes in mixed mode and got the logging.
- Spoiler: show
- 2019-12-10 22:25:00.629 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 22:25:00.630 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b01bd0010 Queue Length: 0
2019-12-10 22:25:00.631 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 22:25:00.631 (Zigate) mgtCommand : Set Level for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100
2019-12-10 22:25:00.631 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0010 Queue Length: 1
2019-12-10 22:25:09.576 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 22:25:09.577 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":53,"cw":127,"g":45,"m":4,"r":255,"t":128,"ww":128}
2019-12-10 22:25:09.577 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 7
2019-12-10 22:25:09.578 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000010 Queue Length: 8
2019-12-10 22:25:24.216 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 22:25:24.216 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":255,"cw":127,"g":79,"m":4,"r":77,"t":128,"ww":128}
2019-12-10 22:25:24.217 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 22:25:24.218 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000010 Queue Length: 0
2019-12-10 22:25:24.757 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 22:25:24.758 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 22:25:24.758 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 22:25:24.758 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 1
2019-12-10 22:25:24.758 (Zigate) ReadAttributeRequest_0300 - Key: 6b6d
2019-12-10 22:25:24.758 (Zigate) Request Color Temp infos via Read Attribute request: 6b6d EPout = 0b
2019-12-10 22:25:24.758 (Zigate) ----------> ------- 6b6d/0b 0300 ListOfAttributes: 0x0000 0x0001 0x0003 0x0004 0x0007 0x0008 0x4010
2019-12-10 22:25:24.759 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0300 Attributes = 0x0000, 0x0001, 0x0003
2019-12-10 22:25:24.759 (Zigate) =====> sendZigateCmd - 0100 026b6d010b03000000000003000000010003 Queue Length: 2
2019-12-10 22:25:24.759 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0300 Attributes = 0x0004, 0x0007, 0x0008, 0x4010
2019-12-10 22:25:24.759 (Zigate) =====> sendZigateCmd - 0100 026b6d010b030000000000040004000700084010 Queue Length: 3
2019-12-10 22:25:24.760 (Zigate) ReadAttributeRequest_0008 - Key: 6b6d
2019-12-10 22:25:24.760 (Zigate) Request Control level of shutter via Read Attribute request: 6b6d EPout = 0b
2019-12-10 22:25:24.760 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0008 Attributes = 0x0000
2019-12-10 22:25:24.760 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000800000000010000 Queue Length: 4
2019-12-10 22:25:33.565 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 22:25:33.566 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":46,"cw":127,"g":255,"m":4,"r":58,"t":128,"ww":128}
2019-12-10 22:25:33.567 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 22:25:33.568 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000010 Queue Length: 0
2019-12-10 22:25:36.085 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 22:25:36.086 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":46,"cw":10,"g":255,"m":4,"r":58,"t":245,"ww":245}
2019-12-10 22:25:36.087 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 22:25:36.087 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000010 Queue Length: 1
2019-12-10 22:25:39.822 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 22:25:39.822 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 22:25:39.823 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 22:25:39.823 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 3
2019-12-10 22:27:06.934 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 22:27:06.935 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":46,"cw":4,"g":255,"m":4,"r":58,"t":245,"ww":99}
2019-12-10 22:27:06.935 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 22:27:06.937 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000010 Queue Length: 0
2019-12-10 22:27:10.626 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 22:27:10.626 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 22:27:10.627 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 22:27:10.627 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
2019-12-10 22:27:19.654 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 22:27:19.655 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 100 Color: {"b":46,"cw":8,"g":255,"m":4,"r":58,"t":245,"ww":202}
2019-12-10 22:27:19.656 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01ff0000 Queue Length: 0
2019-12-10 22:27:19.658 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000010 Queue Length: 0
2019-12-10 22:27:20.785 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 22:27:20.785 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 22:27:20.786 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 22:27:20.786 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 0
Since the last update the controller reacts very slow in mixed mode and I just noticed that te colors are wrong. Sending red gives green light, but sending green also gives green light, very strange.
And yes, before your last update only the white brightness slider wasn't working.
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 22:44
by pipiche
Ok. reverted last changes. If you can do one more test, then I will work on the CW/WW topic
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 23:18
by ronaldbro
I updated again but still have strange colors in mixed mode. I think this afternoon I wasn't paying attention to the actual color of the color leds.
If I see what's happening I'm starting to think that the hardware isn't made for mixed mode. And with the last fix you made and reverted it would be a perfect RGBWW device.
- Spoiler: show
- 2019-12-10 23:12:43.437 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:43.438 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":14,"cw":21,"g":22,"m":4,"r":255,"t":234,"ww":234}
2019-12-10 23:12:43.439 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 0
2019-12-10 23:12:43.441 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 0
2019-12-10 23:12:43.441 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 1
2019-12-10 23:12:44.304 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 23:12:44.306 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 23:12:44.306 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 23:12:44.307 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 1
2019-12-10 23:12:49.111 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:49.112 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":255,"cw":21,"g":65,"m":4,"r":58,"t":234,"ww":234}
2019-12-10 23:12:49.113 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 2
2019-12-10 23:12:49.114 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 3
2019-12-10 23:12:49.114 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 4
2019-12-10 23:12:49.323 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 23:12:49.324 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 23:12:49.324 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 23:12:49.324 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 4
2019-12-10 23:12:52.422 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:52.423 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":79,"cw":21,"g":255,"m":4,"r":123,"t":234,"ww":234}
2019-12-10 23:12:52.423 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 2
2019-12-10 23:12:52.424 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 3
2019-12-10 23:12:52.425 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 4
2019-12-10 23:12:56.715 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:56.716 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":16,"cw":21,"g":33,"m":4,"r":255,"t":234,"ww":234}
2019-12-10 23:12:56.717 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 4
2019-12-10 23:12:56.718 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 5
2019-12-10 23:12:56.719 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 6
2019-12-10 23:12:58.875 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:58.876 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":16,"cw":180,"g":33,"m":4,"r":255,"t":75,"ww":75}
2019-12-10 23:12:58.877 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 7
2019-12-10 23:12:58.878 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 8
2019-12-10 23:12:58.879 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 9
2019-12-10 23:13:02.001 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:13:02.002 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":16,"cw":89,"g":33,"m":4,"r":255,"t":75,"ww":37}
2019-12-10 23:13:02.003 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 7
2019-12-10 23:13:02.004 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00bc0000 Queue Length: 8
2019-12-10 23:13:02.005 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 9
2019-12-10 23:13:05.795 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:13:05.796 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":34,"cw":89,"g":255,"m":4,"r":43,"t":75,"ww":37}
2019-12-10 23:13:05.797 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 9
2019-12-10 23:13:05.797 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00bc0000 Queue Length: 10
2019-12-10 23:13:05.798 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 11
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Tuesday 10 December 2019 23:28
by ronaldbro
I also noticed that the send queue went to 50. I never seen a bigger load then 10 to 15 before.
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Wednesday 11 December 2019 8:59
by pipiche
ronaldbro wrote: ↑Tuesday 10 December 2019 23:18
I updated again but still have strange colors in mixed mode. I think this afternoon I wasn't paying attention to the actual color of the color leds.
If I see what's happening I'm starting to think that the hardware isn't made for mixed mode. And with the last fix you made and reverted it would be a perfect RGBWW device.
- Spoiler: show
- 2019-12-10 23:12:43.437 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:43.438 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":14,"cw":21,"g":22,"m":4,"r":255,"t":234,"ww":234}
2019-12-10 23:12:43.439 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 0
2019-12-10 23:12:43.441 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 0
2019-12-10 23:12:43.441 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 1
2019-12-10 23:12:44.304 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 23:12:44.306 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 23:12:44.306 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 23:12:44.307 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 1
2019-12-10 23:12:49.111 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:49.112 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":255,"cw":21,"g":65,"m":4,"r":58,"t":234,"ww":234}
2019-12-10 23:12:49.113 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 2
2019-12-10 23:12:49.114 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 3
2019-12-10 23:12:49.114 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 4
2019-12-10 23:12:49.323 (Zigate) ReadAttributeRequest_0006 - Key: 6b6d
2019-12-10 23:12:49.324 (Zigate) Request OnOff status via Read Attribute request: 6b6d EPout = 0b
2019-12-10 23:12:49.324 (Zigate) -- normalizedReadAttrReq ---- addr =6b6d Cluster = 0006 Attributes = 0x0000
2019-12-10 23:12:49.324 (Zigate) =====> sendZigateCmd - 0100 026b6d010b000600000000010000 Queue Length: 4
2019-12-10 23:12:52.422 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:52.423 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":79,"cw":21,"g":255,"m":4,"r":123,"t":234,"ww":234}
2019-12-10 23:12:52.423 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 2
2019-12-10 23:12:52.424 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 3
2019-12-10 23:12:52.425 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 4
2019-12-10 23:12:56.715 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:56.716 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":16,"cw":21,"g":33,"m":4,"r":255,"t":234,"ww":234}
2019-12-10 23:12:56.717 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 4
2019-12-10 23:12:56.718 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 5
2019-12-10 23:12:56.719 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 6
2019-12-10 23:12:58.875 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:12:58.876 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":16,"cw":180,"g":33,"m":4,"r":255,"t":75,"ww":75}
2019-12-10 23:12:58.877 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 7
2019-12-10 23:12:58.878 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00f30000 Queue Length: 8
2019-12-10 23:12:58.879 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 9
2019-12-10 23:13:02.001 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:13:02.002 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":16,"cw":89,"g":33,"m":4,"r":255,"t":75,"ww":37}
2019-12-10 23:13:02.003 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 7
2019-12-10 23:13:02.004 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00bc0000 Queue Length: 8
2019-12-10 23:13:02.005 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 9
2019-12-10 23:13:05.795 (Zigate) mgtCommand - NWKID = 6b6d
2019-12-10 23:13:05.796 (Zigate) mgtCommand : Set Color for Device: 6b6d EPout: 0b Unit: 31 DeviceType: ColorControlFull Level: 95 Color: {"b":34,"cw":89,"g":255,"m":4,"r":43,"t":75,"ww":37}
2019-12-10 23:13:05.797 (Zigate) =====> sendZigateCmd - 0081 026b6d010b01f20000 Queue Length: 9
2019-12-10 23:13:05.797 (Zigate) =====> sendZigateCmd - 00C0 026b6d010b00bc0000 Queue Length: 10
2019-12-10 23:13:05.798 (Zigate) =====> sendZigateCmd - 00B7 026b6d010b000000000000 Queue Length: 11
This doesn't look as the latest version. Did you do a 'git pull' and then restart the plugin , before doing the test ?
Then, please do not load the system, what I saw here in the log is that you are doing a lot of changes pretty fast. You need to leave the LED reacting and moving to the next color.
Last, I'm trying to figure out what i happening as I suspect that this not going in the right code with the Scn #3 (RGBWWZ), this is why I need those log
Re: stange behaviour zigate and Gledopto gl-c-008
Posted: Wednesday 11 December 2019 9:14
by ronaldbro
Yes it was the latest version. I will retest tonight and send and post the logs.