Glare Zone #253
-
|
Can some one explain what the Zone Radius is referring to? Lounge Left Lounge Center Glare zone: Lounge right Glare zone has never activated... |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
Thanks for the detailed config, @Wreckit72 — that helps a lot. What "Zone Radius" meansThe coordinate system has its origin at the centre of your window, projected onto the floor:
Units: All values are in centimetres on stable releases. Why your zones may not be activatingA few things to check: 1. Zone Y must be smaller than your blocking distance. 2. Sun must be inside your FOV. 3. Zone switches must be on. 4. Check time window. 5. Use diagnostics to see exactly which gate is blocking it. For the full coordinate system explanation and a troubleshooting checklist, see the Glare Zones wiki page. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jrhubott thank you for the quick response. I initially treated the Radius as an arc length. from the angle i measured from the centre of the window. I guess what i don't understand from your above description. my use case is protecting a leather sofa one side of the room The Y Value for all Shades will be 60cm. (i have my main shade set distance set to 40 from memory) this still gives me a box anything below the Y value gets sun. everything beyond that value should get shade? hope this makes more sense of what i am asking? If not i will draw up a quick picture for you. :) either way thank you for the work you put in though overall its a great step forward from the original code :) |
Beta Was this translation helpful? Give feedback.
-
|
You've got the core idea — the coordinate system describes the location of the protected area (sofa, desk, etc.) in the room. Let me clarify the radius piece since that's where the confusion is. How Radius is CalculatedThe Radius is measured from the (X, Y) point you specify, not from the window center. It defines a circular buffer zone around that point: So for your left sofa setup:
The handler then traces the sun ray inward from the sun's current position and calculates the closest point of that circle to the window. That's the effective distance. When the sun shines on the sofa at angle, the glare handler ensures the blind is lowered enough to shade that closest point. Your intuition about Y being "the distance into the room" is exactly right. X being the horizontal offset from window center — also correct. Why It Wasn't ActivatingBased on your config (blocking distance 40 cm, Zone Y = 60 cm), Zone Y is larger than your blocking distance. The handler sees this and reasons: "Normal solar tracking already protects anything closer than 40 cm — at 60 cm depth, the sofa is already in the shadow from base tracking." So it skips silently. Try lowering Zone Y to something closer to or just below 40 cm and test again. The diagnostic trace will also confirm this — download diagnostics and look at If you want to share a sketch or photo of your setup (from above, showing window, sofa position, and distances), I can help you dial in the exact values! Also: thanks for the kind words about the integration — I'm glad it's working well for you overall! For the full coordinate system explanation, zone configuration reference, and troubleshooting checklist, see the Glare Zones wiki page. |
Beta Was this translation helpful? Give feedback.
-
|
The wiki now has the birds-eye diagram you suggested — step-numbered measurements for X, Y, and Radius mapped to a room sketch. For your sofa setup: Y is the depth from the window wall to the sofa centre, X is the horizontal offset from the window's centre, and Radius covers about half the sofa width. With Shaded Distance set to 2 m and Glare Y at 60 cm your numbers should be in the right ballpark — let me know how it behaves when the sun is active. |
Beta Was this translation helpful? Give feedback.
Good timing — I just added exactly what you suggested! The Glare Zones wiki page now has a birds-eye measurement guide with a step-numbered diagram showing how to map your room to X, Y, and Radius values:
There's also a quick-reference table for common furniture sizes and typical radius values.
I'd genuinely love to hear whether the diagram makes it click — feedback from someone who found th…