Closed shirou93 closed 3 years ago
The attached herdsman debug logging does not seem to be correct. I don't see any commands being send to the bulb there.
Please provide the STDOUT (this willl contain both the herdsman and zigbee2mqtt debug logginig), start capturing right before you send the command till 10 seconds after that. Please post the log on pastebin.com and link it here.
It's ok now? (Światło Pokój device bulb) https://pastebin.com/Ug1y9xti
Yes, can you also reproduce this bug by just sending the payload {"state": "ON", "brightness": 254, "color_temp": 150}
to zigbee2mqtt/Światło Pokój/set
, if yes, does it also occur when sending: {"state": "ON", "brightness": 254}
?
{"state": "ON", "brightness": 254, "color_temp": 150} same issue blink
{"state": "ON", "brightness": 254} turned on with last color before turn off. no blink.
Does it also blink when sending: {"state": "ON", "brightness": 254}
?
Does it also blink when sending:
{"state": "ON", "brightness": 254}
?
No blink
And with:
{"state": "ON", "color_temp": 150}
{"brightness": 254, ""color_temp": 150}
{"color_temp": 150}
And with:
{"state": "ON", "color_temp": 150}
{"brightness": 254, ""color_temp": 150}
{"color_temp": 150}
{"state": "ON", "color_temp": 150} = Blink {"brightness": 254, "color_temp": 150} = Blink
{"color_temp": 150} No blink (if bulb turned off this command don't power on bulb)
Thanks, can you now provide the herdsman debug log when just sending: {"state": "ON", "color_temp": 150}
?
See https://www.zigbee2mqtt.io/information/debug.html#zigbee-herdsman-debug-logging on how to enable the herdsman debug logging. Note that this is only logged to STDOUT and not to log files.
I've checked your log, but I think this issue is inevitable. {"state": "ON", "color_temp": 150}
results in 2 zigbee commands
The time between the commands is the blink, however there is no Zigbee command to turn on a bulb with a specific color temperature so always 2 need to be send.
Thanks for check.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days
What happened
Executed scene: bulbs and device rgb is blinked latest state color
i try: all rgb zigbee devices i have: https://www.zigbee2mqtt.io/devices/AC25697.html#ledvance-ac25697 https://www.zigbee2mqtt.io/devices/TS0505B.html#tuya-ts0505b https://www.zigbee2mqtt.io/devices/HG06106C.html#lidl-hg06106c
What did you expect to happen
No blink, only color setuped in script.
How to reproduce it (minimal and precise)
Change color in bulb, > turn off bulp > execute scene
Debug info
Zigbee2MQTT version: 1.19.1 commit: 1.19.1 Adapter hardware: CC2652RB Adapter firmware version: 20210120
herdsman debug log attached: