Replies: 2 comments 2 replies
|
These are honestly the two most common asks I get about cloud suppression, which is why the wiki page exists. Right now the cloud-suppression handler checks the lux and sun thresholds instantaneously, with no debounce and no hysteresis band. So the up-down cycling you're seeing on a passing cloud is how the current handler is built, not a bug. You can get both behaviors today with a template sensor, though. For the delay, wrap your lux sensor in an HA template binary sensor and use The simplest setup, Variant C on the wiki, folds both into a single "Is Sunny" binary sensor, with I'd still like to build both natively into the cloud-suppression handler at some point since they're good candidates for it, and I appreciate you laying it out this clearly. I opened issue #864 to track it. For now, the template route gets you exactly what you're asking for. For details, see the Handling variable cloud cover wiki page. |
|
Hi everyone, I'm also concerned about this issue, as the constant up and down movement caused by passing clouds is surely not good for the roller shutter motor in the long run. The template is a good workaround, but it would still be great to be able to integrate it directly. So thanks in advance for the quick implementation. |
Uh oh!
There was an error while loading. Please reload this page.
Hello, I would suggest 2 improvements for the "Light Sensors & Cloud Suppression" section:
I noticed that when a value is reached (for example "Lux threshold") the cover goes almost immediatly to the corresponding position. That's a problem when you have, let's say, a cloud hiding the sun for a very little time: the cover goes up and down unnecessarily.
So, would it be possible to add a configurable delay (condition needs to be true for x minutes to move the cover)?
When the real measured or reported value constantly fluctuates around the configured value, then again the cover moves unnecessarily. To prevent this, would it be possible to add a configurable hysteresis?
Thank you very much for considering this feature.
All reactions