thanks for the blueprint. I have added 4 identical lamps. When I turn it off it works fine, but when I turn it on again, the bulbs start in different brightnes, and very faintly.
The automation calls light.turn_on with a transition of 1second for the lights, when pressing the “on” button. Normally lights will restore their old brightness from before they turned off.
My Phillips Hue bulbs turn on at the lowest brigthnes. My zigbee dimmer modules turn on at the same brightnes as when I turned it off.
If I hold 1 inside for 1 second after I turn on, then everyone is set to max brightnes
EDIT:
I found out it’s hue bridge it does not work with. works fine if I put the bulb on another bridge
Hey @poolcactus, thanks! I’ve been using this blueprint with a group of lights for a couple of days, and it’s working great. I just tried adding a second ikea switch, but it doesn’t seem to work with it. I can see the zha events coming through, so the switch is paired correctly. My original automation from this blueprint works fine, still. Is it possible there’s some sort of “conflict” so this works only with one switch at a time? I made sure the name was different, but still doesn’t seem to work…
One thing that I found though was that one of my livarno lux bulbs didn’t like light.turn_off with a transition, and basically stayed on on the lowest brightness. I configured two such bulbs (identical) and only one of them didn’t turn off . In the end, I modified the blueprint to not have a transition on the turn_off/turn_on calls and it works well.
I’m trying to use this with Zigbee2mqtt and almost everything is working. The one thing that doesn’t work is the repeating dimming function - it dim the lights 5% up/down, but only once.
(I also added an input to determine how much to inc/ dec each time, but could not find a way to decrease => get the negative value)
I’ve been using this for a while now, and it’s great.
One thing I’d like to be able to do is make it dim faster - can you make that into a variable? (I think I know how to do it, but I’d rather not fork your blueprint)
This is great, thanks.
Would it be possible to add a default turn on value?
Or, even better yet a default turn on value based on time - so hitting the on button will make the light go to 100% (holding will dim up from zero) but between 21:00:00 and 05:00:00 the light will default to 40%
I’ve seen some other blueprints with a setting for default on value but I haven’t seen any which include an editable time value.
Cheers, thanks again for your efforts in the community.