-
|
Hi, I wanted to add an automation to warn me in case the integration is disabled, but the necessary parameters are present, and the blind is not at the calculated level (or more closed) (so ideally it should be closed). I saw there's a target_closure sensor, but i cannot directly see what it is supposed to represent? I'm guessing the target level? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
target_closure is the raw percentage the sun math says the cover should be at — the ideal position if only solar geometry were in play, before the pipeline overrides (manual, climate, force, etc.) have a say. It's useful for automation logic where you want to know whether the cover should theoretically be closed, independent of whatever ACP actually commanded. If the integration is disabled, comparing your cover's actual position against this sensor tells you how far off from the solar ideal you are. |
Beta Was this translation helpful? Give feedback.
target_closure is the raw percentage the sun math says the cover should be at — the ideal position if only solar geometry were in play, before the pipeline overrides (manual, climate, force, etc.) have a say. It's useful for automation logic where you want to know whether the cover should theoretically be closed, independent of whatever ACP actually commanded. If the integration is disabled, comparing your cover's actual position against this sensor tells you how far off from the solar ideal you are.