-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colortemp not working in GL-C-009 #277
Comments
can you please set the adapter to debug and post the message which comes up when you try to set the color temperature ? A |
Hi @asgothian, i did some play-around with few values: 2019-03-31 13:16:41.655 - debug: zigbee.0 new device 0x00124b001d10f2ed joining the network! |
ok.. now here is what you need to try: go to the developer tab on the iobroker.zigbee adapter. Hit run, and check the output in the results window, as well as what the led strip does repeat with
A. |
the only result i'm receiving no matter endpoint 11 or 13 and any value — undefined {"err":"The argument object has incorrect properties"} |
Please try "Expert Mode". I guess you have to use "colortemp" as attribute (and maybe also "transtime") I created an issue to have more specific error messages in future (zigbeer/zcl-packet#14) |
Please activate the expert mode, and edit the json you see, changing the zcldata: {....} to and try again for different values of "colortemp" , and "ep" - higher up in the JSON (colortemp between 150 and 500, "ep" either 11 or 13, editing all values directly in the JSON) |
done! but colortemp not changing — both strips continue shining |
Can you please check if there are other endpoints available to select as endpoints on the tab ? |
nope, no more ep's available except 11 and 13 |
mm.. not good. It means the unit is not ZCL compliant for color temp control. Can you please check if you can control both led strips using the genLevelCtrl cluster (foundation, write, current level, value between 0 and 100, type 32) with both endpoints ? |
Overall no changes. Here are some play-arounds: { { Values between 0 and 100 — invalidDataType {"msg":[{"status":141,"attrId":0}]} { Values between 0 and 100 — success {"msg":[{"status":0}]} |
can you check the last set also on ep 12, and mention if the brightness / colortemp changes ? A |
on ep12 — "We did not receive any response." |
sorry.. wrong endpoint.. i meant ep 13. Also.. when you do use those values.. does the brightness of the leds change at all ? |
unfortunately no :( I've tried multiple values. |
ok.. i am afraid that's the end of the line for me. Without having a unit to test, it is rather hard to do any kind of meaningful debugging. The one you have does not seem to heed the definition for colortemp. There might be a second brightness setting hidden somewhere, but i have no idea where exactly. |
I'll try to get one more same dimmer to exclude damage if current module, as there's still possibility. |
We can do that for sure - possibly thursday evening, if that's ok for you. |
not sure if module will be delivered by that time. I'll let you know tomorrow afternoon. |
sounds like a plan. |
hi @asgothian have a nice day :) |
Ok.. that can work. Thank you for helping with getting these bugs ironed out. |
I finally took 006 module and now I feel happy :) it works as expected! dimming and colortemp - everything :) |
After having thought about it for a while, i have 2 questions remaining:
I have spent a bit of time digging, and to me, it looks as if the unit is simply a led dimmer with 2 combined channels, rather than a cw/ww unit. If that is the case, the fix would be to change the iobroker implementation to only support on/off and brightness. A. |
@asgothian |
I've also did some research on the internet — and most of people are disappointed with 009 as it's just dimmer. |
Hi all,
I just realized that Colortemp is not working in GL-C-009. I have 2 separate led strips connected to dedicated connectors on module. strip is on 3528 leds.
Dimmer and OnOff works perfectly.
When i change in colortemp in Yahka — number reflects in Objects (from 140 to 500), but both LED strips keep shining without chenges. The same is when in manually change value in Objects.
In logs dimmer appears as "GL-C-006/GL-C-009 - Gledopto Zigbee LED controller WW/CW Dimmer (Router)" — which i believe is correct.
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Many thanks in advance
The text was updated successfully, but these errors were encountered: