-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Change (temporarily) Heating Temperature (but not the permanent heat/eco/nofrost temperatures) #2349
Comments
Most thermostats have a special field in the setting telegrams to set the temporary value and we use it for seltemp. But sadly for the junkers thermostats we have not found a way to set the temporary setpoint. |
What I know, maybe that helps: 0x0123 is the control telegram sent from FB10 to the FW1xxx heating circuit. |
That sounds promising. But unfortunately made no difference in any temp values set. My Settings
Settings done. |
I am not sure if this a Bug or a Request for Improvement.
DESCRIPTION
I have a Junkers Boiler with FW120 Thermostat.
The Thermostat defines the heat/eco/nofrost temperatures and changes between them based on the daily schedule. The result is stored under "hc1 selected room temperature". I include sample temperatures in order to better describe my point.
a) Current Setting
+ hc1 heat temperature 21,5 °C
+ hc1 eco temperature 14,0 °C
+ hc1 nofrost temperature 5,0 °C
+ hc1 selected room temperature 21,5 °C
I would like to temporarily set the temperature to 21,0°C but not change the permanent (heat) temperature.
b) on the Thermostat FW120 I turn the knob and the following setting appears.
+ hc1 heat temperature 21,5 °C <= this does not change
+ hc1 eco temperature 14,0 °C
+ hc1 nofrost temperature 5,0 °C
+ hc1 selected room temperature 21,0 °C <=only this
=> wanted behavior.
c) if I try the same on EMS-ESP by changing "hc1 selected room temperature" the following appears. Note the programm is currently in mode "heat".
+ hc1 heat temperature 21,0 °C <= temp also changed
+ hc1 eco temperature 14,0 °C
+ hc1 nofrost temperature 5,0 °C
+ hc1 selected room temperature 21,0 °C
=> not wanted behavior. Why was permanent "hc1 heat temperature" changed?
CURRENT BEHAVIOR
When changing the "hc1 selected room temperature" value also the permanent value of the current heating mode is changed.
EXPECTED BEHAVIOUR
When changing the "hc1 selected room temperature" only this value is changed.
SOFTWARE/HARDWARE
Version 3.7.2-dev.10
Platform ESP32-16MB (-PSRAM)
Release Type Development
The text was updated successfully, but these errors were encountered: