-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] - Add a daily minimal usage delay #70
Comments
I'm very interested for the water heater ! |
I will have a beta this day. Are you interested to test the beta release with me ? |
Yes, I will be happy to test with you |
https://github.com/jmcollin78/solar_optimizer/releases/tag/2.1.0.beta1 I will install it and parametrize some devices for this night. Keep me in touch. |
My first report:
|
I've installed the beta3 during the day. Tonight, the water heater started again at the offpeak hour, event he allready had enought runtime (5h).
|
No but if you don't set the |
…ay_min Issue #70 add min on time per day min
Ok thanks ! But I think it would be better if it switch off when the "min_on_time_per_day_min" is reached. So it will keep the water heater on as long as he have enought solar power. And will guarantee to reach the min at the offpeak hours, not more. It would probably be intersting to have both: If max_on_time_per_day_min is not set, solar optimizer only reach the min_on_time_per_day_min. If both are set, he also run until he reach the max_on_time_per_day_min. Thanks for the great job ! |
I will let as is for the moment and see what are the reaction. I ask myself if I should take the min or max to stop in off-peak.
With this 3 mecanisms , I think we have all what is necessary. But let's wait for usage. Anyway, thank you for your helpand report. |
I'm not sure it's working correctly, yesterday my water heater started at the off-peak hour even if the "min_on_time_per_day_min" was reached. As I understand the doc, if the min value is reached he won't start at the off-peak hour, is that right ? At 22:15 the "min_on_time_per_day_min" was about 7h. My conf:
|
When the production is not enough some devices are not turned on during the day.
But for some device, a minimal daily usage necessary (think pool pump, deshumidifier, battery charging, ...).
So it could be a great feature, to specify a minimal usage duration per day and Solar Optimizer should start it in offpeak hour when the minimal duration is not reach.
Of course the availability and enable state should be checked before starting those devices.
So we need:
2. for each device, an
min_on_time_per_day_min
. Example: 1203. an offpeak time at which the device will be started if min_on_time_per_day_min is not satisfied. Example: '22:00'
With the example configuration, the device should have been started during 120 min each day. If it has run for only 20 min during solar production, then it will be started 100 min after 22:00.
This will mandatory stops at midnight. We cannot authorize to start between 0:00 and the sun rising time, else all devices will always be started during this period. This is a limitation.
The text was updated successfully, but these errors were encountered: