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 have an ikea remote (E2201) and I things are working except for one modification I'm trying to make. When the light is off, and I hold the up button (sending brightness increase) I would like the light to be set to brightness 1 and increase from there. I've tried it by making a merge_mapping calling a script, in which I do the logic stuff (if the light is off, set brightness to 1, turn on and proceed, else do nothing). After the script, I manually call the action hold_brightness_up. I had hoped this would set the brightness to 1 and by holding the button, gradually increase. However, the only effect is that the light is turned on, but holding has no effect. Only after I release and hold again, the brightness increases.
Question
I have an ikea remote (E2201) and I things are working except for one modification I'm trying to make. When the light is off, and I hold the up button (sending brightness increase) I would like the light to be set to brightness 1 and increase from there. I've tried it by making a merge_mapping calling a script, in which I do the logic stuff (if the light is off, set brightness to 1, turn on and proceed, else do nothing). After the script, I manually call the action
hold_brightness_up
. I had hoped this would set the brightness to 1 and by holding the button, gradually increase. However, the only effect is that the light is turned on, but holding has no effect. Only after I release and hold again, the brightness increases.Additional information
z2m
AppDaemon app configuration
script
Logs
Additional Context
Note that I'm purposely using E1743 class, due to the absence of E2201 class.
The text was updated successfully, but these errors were encountered: