-
Notifications
You must be signed in to change notification settings - Fork 14
Configuration Oscillating Awning
An oscillating awning β also called a drop-arm or pivoting-arm awning β differs from the standard Horizontal awning in one important way: the arm sweeps through an arc as it opens, so the fabric's angle and horizontal reach change with the open percentage rather than staying at one configured angle.
If your awning is mounted on the wall above the window and the arm rotates outward/downward as it extends (e.g. a Somfy PositionableScreen via Overkiz), this is the type to choose.
Choose Oscillating awning (drop-arm) in the cover-type picker during setup.
The pivot arm of length Arm Length swings from a closed angle to a fully-open angle. The integration models the sweep as linear in the open percentage:
arm_angle(p%) = min_angle + (max_angle β min_angle) Γ p / 100
The fabric tip's horizontal reach at angle ΞΈ is arm_length Γ sin(ΞΈ). To shade the window at your configured shaded distance, the integration computes the horizontal reach it needs and then finds the open percentage whose arm angle projects that far.
Because the angle is derived from position, the fixed Awning Angle field used by the standard horizontal awning is not shown for this cover type.
| Field | Default | Range | Meaning |
|---|---|---|---|
| Window Height | 2.1 m | 0.1β50 m | Height of the glazing the awning shades. |
| Window Depth (Reveal) | 0.0 m | 0.0β5 m | Optional recess depth for angled-sun accuracy. |
| Window Sill Height | 0.0 m | 0.0β50 m | Optional height of the sill above the floor. |
| Arm Length | 0.8 m | 0.1β3.0 m | Length of the pivot arm from the wall pivot to the fabric edge. The maximum horizontal reach. |
| Arm Angle When Closed | 0Β° | 0β180Β° | Arm angle at 0 % open. Typically 0Β° = arm vertical against the wall. |
| Arm Angle When Fully Open | 175Β° | 0β180Β° | Arm angle at 100 % open. |
| Housing Offset Above Window | 0.0 m | 0.0β1 m | Vertical offset of the pivot above the window top. Set 0 when the housing sits flush with the window top. |
Lengths are shown in the unit Home Assistant is configured for (metric or US-customary).
The bound cover entity should support
set_cover_positionso intermediate positions across the arc can be commanded. If no bound cover advertisesset_position, only open/close is issued and the awning can't track the sun smoothly β a warning is shown during setup.
From the reporter's measurements (#412):
- Arm length 0.8 m, mounted 0.8 m above the bottom edge of the window.
- Housing 11 Γ 11 cm, flush with the window top.
- Total sweep 175Β° β so the arm opens 1.75Β° per 1 % of position.
Enter Arm Length 0.8, Arm Angle When Closed 0, Arm Angle When Fully Open 175, and your window height. At 50 % open the arm sits at β 87.5Β°.
- This is a first-order geometric model (linear arm sweep, arc projection). It captures the essential angle-vs-extension behaviour; if your hardware's angle curve is non-linear, the closed/open angles still bound the sweep correctly.
- Everything else β sun tracking, position limits, climate, weather safety, overrides β works exactly as it does for other cover types.
See also: Cover Types Β· Horizontal awning.
π 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
- Glare Zones
- Automation
- Custom Position
- Force Override
- Weather Safety
- Climate
- 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
π¨ Dashboard
π§ͺ Testing & Simulation
π Reference
π©βπ» For Developers