home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.32k stars 30.63k forks source link

ZHA - Ikea TRADFRIbulbE14WScandleopal470lm wont turn off correctly with transition on #120365

Open ABEIDO opened 4 months ago

ABEIDO commented 4 months ago

The problem

Hi

Recently i noticed that some of my lights started to turn on when using light off with transition and them already being off. I know that it was no problems before 2024.5 and im not sure when exactly the problem started. And regarding firmware im not sure if an update could caused as its updated per auto. I understand if it could be seen as a special scenario but it was working before and i really want it working again as otherwise i must add a lot of checks in alot of automations.

After alot of troubleshooting im only seeing the issue on all of my TRADFRIbulbE14WScandleopal470lm (9 bulbs), all on latest firmware 0x01010020.

Scenario to get the problem:

Tests

Also if i: Turn off any already off TRADFRIbulbE14WScandleopal470lm with transition on they go on att 1% (not always seen in gui but light is on). But if i then do the same again they go off as they should.

Logbook Shows that light turns off then its says that it was turned on the second after.

What version of Home Assistant Core has the issue?

core-2024.6.4

What was the last working version of Home Assistant Core?

core-2024.5

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Zigbee Home Automation

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zha/

Diagnostics information

No response

Example YAML snippet

When light already off.

service: light.turn_off
data:
  transition: 3
target:
  entity_id: light.kitchen

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 4 months ago

Hey there @dmulcahey, @adminiuga, @puddly, @thejulianjes, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `zha` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign zha` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


zha documentation zha source (message by IssueLinks)

ABEIDO commented 4 months ago

To test i bought a new bulb to test: TRADFRI bulb E14 WS candle 470lm Firmware: 0x03000008

Same problem there so its seems to be following Ikea E14

TobiasFriberg commented 3 months ago

I have kind of the same issue. Every morning at 5-ish, they "turn on" without any trace of what did turn them on, no automation is triggered and we're all well asleep by that time. The lights are at 1% light level (but shows at 0% in HA app). Not sure if it's because they check for updates or whatever, but I just build an automation that forces the light to turn of every 5minutes between 4 and 7. Sometimes, they show as off, in the app, but are on.

ABEIDO commented 3 months ago

Nice to comfirm that its not only me. Seems that Ikea E14 doesnt work properly with light turn off and transition on.

Ekomak commented 2 weeks ago

I have the same issue. Light show 0% but never goes off and when I send a light.turn_off with transition the bulb goes full brightness.

I have this Ikea bulb :

Ikea TRADFRI bulb E14 WS globe 470lm Firmware : 0x01010020

What version of Home Assistant Core has the issue?

2024.10.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Zigbee Home Automation

Link to integration documentation on our website