-
-
Notifications
You must be signed in to change notification settings - Fork 699
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
Heating: add minimal temperature (similar to minsoc) #13071
Comments
We'll probably rework/remove the "arrival" tab. So the proposed solution will be different. But what I'm extracting here is that you want a minsoc-like behavior when the temperature drops below a certain value, right? Why do you also want to specify a max temperature? Right now this is what the "limit" should already do. |
Alright, that’s it. |
I got the same Problem as I integrated a heater for my aviary and could not get it to hold a minimum Temperature. Only Problem is you can only do 5 Degree-Steps (0, 5, 10, 20, 25...) and nothing in between which would be a requirement for heating. I would be fine if you bring the minsoc setting for heater back in the configuration. |
Is your feature request related to a problem? Please describe.
I use a shelly for turning a heating pump on and off. The heating pump heats my heating-water buffer. It is not smart but cheap…!
It should keep a minimum temperature in the buffer if now solar power is available.
If excess solar power is available, it should heat up the buffer to a higher temperature. So I can buffer the excess energy for i.e. the evening or next morning.
If I use the option „heating: true“ for the shelly, I cannot define a minSoc i.e. minTemp in order to set the minimum water temperature of the buffer.
My workaround: I define the heating-water buffer as a car and get the temperature as %-value. Using the „planner -> arrival“, I can set the minSoc and maxSoc as temperatures in 5 degree steps, which is a little bit too rough for this purpose. But the functionality is given and evcc keeps the min temperature and heats up the buffer, when there is excess solar power available. Fine!
Describe the solution you'd like
Make the „planner“ available for „heating: true“ option, too.
Show the values as temperatures.
Rename the tab „departure“ to „timer“, and
„arrival“ to „temperature setting“, and
the two settings to „min temperature“ and „max temperature“
The text was updated successfully, but these errors were encountered: