Feature Request: Support for horizontal overhangs/awnings (vertical shading logic) #960
Replies: 2 comments
|
Hey Fabrice, glad the tool's been working well for you. What you're describing is already possible today with the Blind Spot feature, using its elevation mode set to To set it up, configure a Blind Spot for the window with an azimuth wedge wide enough to cover the window's front. The left/right angles are signed offsets from the window normal, so 0° is dead-center in front of the window; for an overhang that shades the whole face, something like left 90° / right 90° (-90° to +90°) covers the entire front half-space. Pair that with elevation mode One thing to be upfront about: this isn't a full geometric overhang model. It's a single elevation threshold, a clean on/off line rather than a continuous calculation of how far the shadow creeps down the glass based on projection length and sun elevation. It won't track the shadow edge crawling down the window through the morning; it's a step function. For what you actually described, staying open through summer and engaging in winter, that should get you most of the way there. I'd be curious whether the single threshold holds up across your full range of overhang depths, or whether the transition feels too abrupt on the deeper ones. If it turns out too coarse for some of your windows, a depth-parameterized model along the lines of your For details, see the Blind Spot wiki page. |
|
Hi @jrhubott, Thanks for the quick and detailed feedback! I really appreciate the clarification on the I will definitely test this I’ll report back on how it performs across the different overhang depths. If I find it a bit too coarse for the deep ones, I’ll be happy to provide some specific data points (shadow-line angles vs. sun elevation) to help if we eventually decide to move toward a parameterized depth model. |
Uh oh!
There was an error while loading. Please reload this page.
Hi @jrhubott,
First of all, thank you for the fantastic work on Adaptive Cover Pro. It is currently the most advanced solution for sun-tracking automation in Home Assistant.
I am writing to suggest a new feature to handle horizontal shading structures (awnings, canopies, or architectural overhangs).
While the current implementation does a great job with
window_depth for lateral shading (the reveal), it currently lacks a parameter to account for vertical shading provided by a structure above the window.The Context:
I live in a modern cubic-style house with various overhangs, ranging from 10cm to 2.20m. These structures act as a primary shading mechanism that evolves significantly throughout the year based on the sun's elevation.
Summer: The sun is high; the awning provides essential, effective shade. The blinds often don't need to close, yet the integration currently isn't aware of this geometry, leading to unnecessary movements.
Winter:The sun is low (ras-de-mottes); it passes under the awning. At this point, the blinds' automation should fully engage to prevent glare or manage heating.
Proposed Implementation:
It would be extremely powerful to have a parameter like
awning_depth or overhang_projection.Combined with the sun's elevation data, the integration could calculate whether the window is currently in the shadow of the overhang. This would allow for a much more natural and energy-efficient behavior:
I believe this would be a major upgrade for many users with modern homes who rely on these architectural features rather than just blinds.
I am happy to provide photos of my setup or share my configuration logs if you need real-world examples to test the logic.
Thank you for your time and for maintaining such a great project!
Best regards,
Fabrice
All reactions