Slat angle - summer mode #652
Replies: 4 comments 1 reply
|
From your config summary the key things to check: what are your |
|
Hi, have you managed to figure out why the TILT doesn't work during solar tracking? I haven't been able to get it to work either. My TILT is still fully open during solar tracking. |
|
The tilt is tracking here — it's not stuck. For your slat geometry (depth 9.0 cm, spacing 6.5 cm) the slats only need to reach horizontal to overlap and block high summer sun, so the model correctly opens them toward horizontal (which reads as ~100% / "fully open"). Once the sun is high enough that The leftover sun on your floor is the model aiming for the exact grazing angle with no slack, so near the edges of the field of view (or when the geometry is marginal) a sliver can leak through. Two things you can do today:
@nosek-tomas — same on your side: the tilt is being calculated, but for typical slat geometry the target lands at/near horizontal, which looks "fully open." Lowering I'm also tracking a longer-term improvement: a configurable tilt safety margin (the vertical-position axis already has one; the tilt axis doesn't), so the slats close a bit past the exact grazing angle and kill this residual leakage automatically. |
|
See #783. It is available in the dev version now and will ship in the 2026.7 release. |



The tilt is tracking here — it's not stuck. For your slat geometry (depth 9.0 cm, spacing 6.5 cm) the slats only need to reach horizontal to overlap and block high summer sun, so the model correctly opens them toward horizontal (which reads as ~100% / "fully open"). Once the sun is high enough that
tan(elevation) ≥ spacing/depth, flat slats already block the direct beam, so the calculation stops closing them further.The leftover sun on your floor is the model aiming for the exact grazing angle with no slack, so near the edges of the field of view (or when the geometry is marginal) a sliver can leak through. Two things you can do today:
max_tilt(try 50–70%). The solar path honorsm…