Skip to content
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 bulb workarround #11

Open
trilu2000 opened this issue Jan 23, 2025 · 2 comments
Open

IKEA bulb workarround #11

trilu2000 opened this issue Jan 23, 2025 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@trilu2000
Copy link

Hi Luligu,

i am a beginner in terms of Zigbee2mqtt but also your automation extension, so apoligize if i am asking stupid questions :-)
The issue i have and which i want to solve with your extensions is following:

Ikea bulbs are not able to change color and brightness with transition within one call.
The common workarround is to split the call.
https://www.wouterbulten.nl/posts/ikea-tradfri-temp-and-brightness-with-home-assistant/

  1. Turn the light on
  2. Wait a short moment
  3. Cange the color

The workarround ccould be done in Homeassistant or any other system.

My idea is that if Zigbee2mqtt gets a message to turn on the light, that it check if the called device is an IKEA bulb and it splits the mesaage by itself, so that no one has to take care of it in Homeassistant or Node Red.

Would that work with your extension?

@Luligu Luligu self-assigned this Jan 24, 2025
@Luligu Luligu added the help wanted Extra attention is needed label Jan 24, 2025
@Luligu
Copy link
Owner

Luligu commented Jan 24, 2025

Hi,
what should it be the trigger of this automation for the light device?

Just the turn on of the light, then you send another command to change the color with transition?

But how long should it be the interval to work ?

@trilu2000
Copy link
Author

Hi,
yes, turn on is the trigger.
Then a short check if it is an IKEA bulb, if yes, the message gets split.
First message send to the bulb should be the brightness setting.
Then a short moment to wait 500ms, or so
Second message is the color change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants