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
72.67k stars 30.43k forks source link

IKEA Trådfri Light Transitions Not Working #85535

Closed Kycklingben closed 1 year ago

Kycklingben commented 1 year ago

The problem

When changing more than one property (eg. Brightness & Color Temp) at a time for any of my different Trådfri lights with a transition, only one of the properties are changed. If I wait for the duration of the transition and run it again, prop 2 gets applied.

I use a Conbee II as coordinator and from forum readings this problem seems to only affect ZHA and not deCONZ or Z2MQTT.

What version of Home Assistant Core has the issue?

2023.1.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ZHA

Link to integration documentation on our website

No response

Diagnostics information

config_entry-zha-bf7ac3f7eab95eb66986b274934022bd.json.txt

Example YAML snippet

# Trying to change both brightness and temp at the same time will not work, scene made in Frontend.

name: Kontoret - TEST
  entities:
    light.kontoret_fonster:
      min_color_temp_kelvin: 2202
      max_color_temp_kelvin: 4000
      min_mireds: 250
      max_mireds: 454
      supported_color_modes:
      - color_temp
      color_mode: color_temp
      brightness: 178
      color_temp_kelvin: 4000
      color_temp: 250
      hs_color:
      - 26.812
      - 34.87
      rgb_color:
      - 255
      - 205
      - 166
      xy_color:
      - 0.421
      - 0.364
      off_with_transition: false
      off_brightness:
      icon: mdi:lamp
      friendly_name: Kontoret - Fönster
      supported_features: 40
      state: 'on'

Anything in the logs that might be useful for us?

No response

Additional information

Device info TRADFRI bulb E14 WS opal 400lm by IKEA of Sweden Connected via Zigbee Coordinator Firmware: 0x23087631 Zigbee info IEEE: d0:cf:5e:ff:fe:c0:a5:25 Nwk: 0x015c Device Type: Router LQI: 223 RSSI: -66 Last Seen: 2023-01-09T16:49:31 Power Source: Mains

TheJulianJES commented 1 year ago

Can't find the original issue right now, but I'm pretty sure this has been discussed before. It's an issue in IKEA's firmware.

IIRC Z2M and deCONZ work around this by only setting the transition for the the second call (if there are multiple). I guess ZHA could implement a similar workaround for IKEA lights only.

Kycklingben commented 1 year ago

Thank you for the quick reply!

I will also try to reach out to IKEA and ask if it can be fixed in their end🤞

Mariusthvdb commented 1 year ago

seems I experienced something like that too in https://github.com/home-assistant/core/issues/80696, which was unfortunately closed without any response of the team, and slipped through the notification mails....

Did only notice the issue on some lights though, not all

using the core Tradfri integration

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Kycklingben commented 1 year ago

The issue still persists with Home Assistant 2023.4.3.

I have been in contact with IKEA and they are aware of the problem, but it's impossible to get a straight answer if and when they'll patch it.

I have started to move away from IKEA Trådfri bulbs instead.

home-assistant[bot] commented 1 year ago

Hey there @dmulcahey, @adminiuga, @puddly, 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.

(message by CodeOwnersMention)


zha documentation zha source (message by IssueLinks)

Mariusthvdb commented 1 year ago

The issue still persists with Home Assistant 2023.4.3.

I have been in contact with IKEA and they are aware of the problem, but it's impossible to get a straight answer if and when they'll patch it.

Any c chance you could share how to contact Ikea Dev's? Aware there is a community, but dint believe it to be the best communication with their dev team

btw, noticed ZHA got tagged here, so just repeating I don't have ZHA, and still suffer the opening issue ;-)

Kycklingben commented 1 year ago

I never managed to get in direct contact with any dev team, but that the issue is reported to devs. In the end they told me to use "customer.support.se@ikea.com" if I wanted to report anything else. The most knowledgable person I was in contact with was named "Mattias".

I'm afraid that's all I have to share.

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

Mariusthvdb commented 1 year ago

Still happening ?