-
-
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
IKEA TRADFRI lights turning on when sending {"state": "OFF"}
#19797
Comments
After finding a bulb where I couldn't reproduce this issue, I removed the two devices where I had the issue from zigbee2mqtt and joined them again. Afterward, I didn't have the issue anymore! Should I close this issue, or is this something that still needs to be addressed? |
I'm having the same issue. I have I could try to get more logs if that's helpful, but if not, I'll try to remove and add bulbs again to see if that fixes the issue. I don't remember having the issue with previous firmware and I did upgrade the firmware with z2m, if that helps at all to figure out what might cause this bug. E: I was able to find a difference with home assistant. If I just service: light.turn_off
metadata: {}
data: {}
target:
area_id: room it works as expected, but having service: light.turn_off
metadata: {}
data:
transition: 5
target:
area_id: room makes the lights to be left on. Z2M still says that the bulbs are off |
I seem to have same problem with IKEA LED2201G8. Need to try what happens without transition. |
Maybe just remove the device and reconnect it, like I did. |
As clearly stated above, reset and rejoin not helping. When transition is 2 seconds or less the bulbs seem to go off normally, with 3 seconds there is random behavior between going off or remaining on, with 4 seconds or more bulbs consistently remain on low brightness. Exactly same behavior for both of this model bulbs I have. Firmware 3.0.10 and did same on previous out-of-the-box, whatever number it was. Somewhere is a bug (firmware or z2m? Workaround possible if in firmware?) |
Ah, sorry. I wasn't sure what you meant by "reset", because I only have a "reconfigure" button, and that didn't help. I removed the device completely and started the pairing process again by turning on/off the bulb 5 times. Furthermore, I then had to set the old name manually again too... |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days |
Hi there,
To work around this, I check if the bulbs are OFF before turning the off in HASS. (I use scripts for all light controls.) What also caused some issues in my setup, is mixing HASS Groetjes, |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days |
What happened?
Thanks a lot for this wonderful bridge!
I just found out that my IKEA TRADFRI lights are turning on when I send a
{"state": "OFF"}
. And they're still sending a stateOFF
when I do so.I tried these two:
What did you expect to happen?
I expect that the lights stay off when I send
{"state": "OFF"}
.How to reproduce it (minimal and precise)
{"state": "OFF"}
via MQTT (I used Node-RED) to an IKEA TRADFRI light while it is off.{"state": "OFF"}
again{"state": "OFF"}
againZigbee2MQTT version
1.33.2 commit: 9996c93 (docker)
Adapter firmware version
20221226
Adapter
SONOFF Zigbee 3.0 USB Dongle
Debug log
The text was updated successfully, but these errors were encountered: