-
Notifications
You must be signed in to change notification settings - Fork 14
Configuration Force Override
Force Override is the highest-priority handler in the pipeline (priority 100). When any configured binary sensor turns on, the cover immediately moves to the configured position β bypassing every other handler, including weather safety, manual override, and climate mode.
Force override fires even when Automatic Control is disabled. It is the one handler that cannot be bypassed.
| Variable | Default | Range | Description |
|---|---|---|---|
| Force Override Sensors | [] | Binary sensors that trigger the override when any is on. Leave empty to disable Force Override. |
|
| Force Override Position | 0 | 0β100 | Cover position (%) to move to when a sensor is active. Default 0% = fully closed/retracted. |
| Minimum Position Mode | False | When ON: the override position acts as a minimum floor β the cover will not go below it, but higher positions from solar tracking or other handlers are still allowed through. When OFF (default): the cover is always sent to the exact override position. |
β
Force(100) β Weather(90) β Manual(80) β Custom(77) β Motion(75) β Cloud(60) β Climate(50) β Glare(45) β Solar(40) β Default(0)
Force is evaluated first. If any configured sensor is on, the pipeline stops and no other handler runs.
- Emergency retract β a physical button or alarm sensor that immediately closes all covers
- Panic close β a security system integration that overrides everything when the alarm is armed
- Scene lock β a scene-activation binary sensor that holds covers at a fixed position for a presentation or event
With Minimum Position Mode ON, the override position sets a floor rather than an exact target. For example, if Force Override Position is 20% and the solar handler calculates 60%, the cover stays at 60% β but if the solar handler calculates 10%, the cover is held at 20%.
This is useful for setups where you want to guarantee a minimum opening (e.g. always at least 20% open for ventilation) but still allow the cover to open wider based on sun position.
Note: The configured sunset position and weather safety override are not affected by Force Override's minimum mode β Force Override wins over everything when a sensor is active.
π Home Β· β¨ Features Β· π° What's New
π Getting Started
- Installation
- Migrating from Custom Repository
- Migrating from Adaptive Cover
- First-Time Setup
- Cover Types
π§ Core Concepts
π Cover Types
βοΈ Configuration
- Sun Tracking
- Position
- Position Matching
- Glare Zones
- Automation
- Custom Position
- Force Override
- Weather Safety
- Climate
- Templated Thresholds
- Blindspot
- Summary Screen
- Debug & Diagnostics
π Entities & Services
- Entities
- Proxy Cover Entity
- Position Verification
- My Position Support (Somfy RTS)
- Runtime Configuration Services
π οΈ Operations
π§ Advanced Use Cases
- Dynamic Temperature Thresholds
- Dynamic Tracking Window
- Bedroom Sleep Mode
- Handling Variable Cloud Cover
- Venetian Tilt-Only on Overcast Days
- Forecast-Based Shading
π¨ Dashboard
π§ͺ Testing & Simulation
π Reference
π©βπ» For Developers