Replies: 1 comment
-
|
All three of these are already in the integration, so you're in luck. For the binary sensor triggers, that's exactly what Custom Position does. Each instance supports up to 4 binary sensors, each mapped to a target position with a configurable priority (1-99, default 77). When the sensor turns on, the cover moves to that position. When it turns off, normal pipeline control resumes. Your patio door example would be a single Custom Position sensor set to 0% (fully open). If you need something higher priority than that, Force Override runs at priority 100 and is designed for safety-critical or scene-driven scenarios where you want to guarantee the position regardless of everything else in the pipeline. The fixed-height-with-tilt-only scenario was added in v2.21.0. It's called tilt-only mode. When you set the Operating Mode to "tilt_only" in the Geometry step, the cover drives to fully closed (position 0%) whenever the sun is inside the tracking window, and only the slat angle tracks the sun. That's exactly the "closed for privacy, slats still tracking" use case you described. The false manual override concern during height movements is already handled too. After any For details, see the Venetian Blinds wiki page. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Manual blind height position triggers
Fixed height position in automatic mode
Avoid false manual override detection during height movements (maybe already covered with "ignore intermediate positions feature?")
Beta Was this translation helpful? Give feedback.
All reactions