-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Gledopto GL-B-007Z and GL-B-008Z don't respect "transition" parameter #1062
Comments
Can you post your log when executing this transition? (with |
Here it is, sorry for not posting this in my initial post. Switching off:
Switching on:
|
on/off doesn't support transition as this is binary. Transition can only be used with brightness, color and color temperature. |
Just for my education, where is this limitation? In Zigbee protocol, Gledopto implementation, or the current limitations of zigbee2mqtt? HA in general supports it, Yeelight wi-fi lamps are capable of turning on and off with transition (not perfect though). |
For brightness it is actually supported, send e.g.: On: {
"state": "on",
"brightness": 255,
"transition": 3
} Off {
"state": "off",
"brightness": 0,
"transition": 3
} |
There are 2 issues here:
The lamp stays switched off.
it has no effect:
The transition certainly takes < 3 seconds. |
To switch on the bulb to the target brightness you should send over MQTT: {
"brightness": 100,
"transition": 20
} This will result in an When the bulb is off, and sending over MQTT: {
"brightness": 100
} Does the bulb turn on? If not, this indicates that this device has no support for |
And the bulb doesn't switch on. That seems to indicate that the device doesn't support moveToLevelWithOnOff? But the transition doesn't work at all, even if changing brightness for the already switched on lamp:
While I am asking for 20 seconds transition it does fraction of a second one. |
I guess that this device just doens't support transitions, however this is strage, as in #1047 there is a |
Nope, it doesn't work for me both with 007 and 008 bulbs. I will probably play with packet sniffer! |
Okay, transition time successfully goes to the bulb via Zigbee, and the bulb reports success, but 1) it doesn't respect transition time, and 2) moveToLevelWithOnOff does not switch on the lamp: |
Hi guys Just to understand because all my GLEODOPTO bulbs x20 => GL-B-007Z => GL-B-001Z => GL-B-001ZS => GL-S-007Z => GL-C-007-1ID have this issue. When I try to specify a brightness and transition time during TURN_ON action, my bulbs crashed. Thank you :) |
I'm experiencing the same problem. How is it possible? |
Hi, whatever parameter I specify for "transition" it is not used, both bulbs are switched on smoothly ~0.2ms and swicthed off sharp, with visibly no transition.
The text was updated successfully, but these errors were encountered: