You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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
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/
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?
The text was updated successfully, but these errors were encountered: