-
-
Notifications
You must be signed in to change notification settings - Fork 721
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. |
I also want to use 1 degree steps. |
Mmmh. This should be better solved via a thermostat or home automation? The task of evcc is energy management. To this end, it permits or prohibits individual consumers to obtain electrical energy. |
But evcc officially supports Heatpumps and heaters with SG-Ready Contacts. It´s also listed in the FAQ. |
This is correct, but exactly this does not require knowledge and control over temperatures. |
I do this with my Warmwater-Heat pump and control the temperature and shut the SG-Ready Contact off when it reaches a certain temperature. |
Right. The heatpump should shut off on its own when the target temperature is reached. SG Ready interface is just a recommendation for raising or lowering the energy consumption in some scenarios but it is not designed to power on or shut off anything. The interfaced device should always operate on its own. |
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: