#Cover step size
1 messages · Page 1 of 1 (latest)
so I have a set of four IKEA fyrtur blinds connected directly to home assistant via ZHA. It doesn't really play well with the standard behavior, but I like having my blinds open to even levels anyway, so I have them all set to open to specific postitions on a 0–100 scale.
Cover step size
I've done something like this, but what I did was create a script for each opening position I wanted (say 0, 25, 50, 100), and then an automation with my controller, using the "choose" action that selects the next step up or down when I press the button, based on which position the blinds are currently in.
I don't know if that's the simplest solution, but it works for me—and sounds a bit like what you're asking.
BTW, if you only have one cover, you won't need the scripts. I just have a pair of blinds on each wall.
Thanks, that's a good idea. I could probably use a template or something too to increment or decrement. But in this case I like to interact with the cover using a sliding bar, so that solution wouldn't work
Fair. I use sliders on the HA app, as a separate thing, but I see what you mean.