-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
FW200: changing room temperature also permanently changes temperatures of the current mode type #167
Comments
We'll need your help to debug this. Open a telnet session and do
and post the next ~10 messages coming back |
[Kems-esp:# [K000+01:25:19.219 I 2: [command] Calling thermostat command 'temp', value 20, id is default |
@MichaelDvP do you understand this? Mode is auto, so it sets the temperature for the current mode (permanently). Isn't that normal behaviour? |
No. Some thermostats like RC35, RC300 have a temporyry setting field in auto mode, that changes the temperature until next program-setpoint. But the known telegrams from Junkers does not have this field. @Karel311 Please make a log with |
log with Watching incoming telegrams, displayed in decoded format |
Funny, only the monitor changes, settings stay the same. |
then I get the following response: [Kems-esp:# [K000+23:05:53.982 I 10: [command] Calling system command 'send', value 0B 10 FF 02 00 70 00 D2 , id is default but unfortunately all temperature values stay the same. |
Yes, as expected. Only the 3 temperatures (nofrost/eco/heat) in the settings telgram can be written. And that is what emsesp do for now. Sorry. |
can be convenient sometimes to temporarly change heat settings during visits until automated program settings take over (heat-eco) so I don't forget to lower the temp settings. Now I know that it's implemented this way, I can allways make an automation in home assistant to reset the values once a day for example. Thank you for efforts. |
Last question (bit unrelated): in home assistant temperature modes that are published via MQTT are
while on the EMS-ESP and FW200 i have Any chance this can be implemented in future updates? best regards, |
The default climate control in HA only supports those 3 modes (auto, heat and off) as far as I remember. You would need to create your own component in HA using some buttons and a slider. It's not too hard to do. |
EMS-ESP version 3.2.2b14
Bug description
Changing values of "hc1 selected room temperature" or "hc 2 selected room temperature" also permanently changes temperature of the current mode type (heat-eco-nofrost).
Steps to reproduce the behavior.
Open web console dashboard.
Select FW200 thermostat
change value of "hc1 selected room temperature" or "hc 2 selected room temperature"
When turning dial switch knob on FW200 device manually --> only selected temperature changes
system info
{
"System": {
"version": "3.2.2b14",
"uptime": "000+00:13:59.826",
"uptime_sec": 839,
"freemem": 129,
"reset_reason": "Software reset CPU / Software reset CPU"
},
"Status": {
"bus": "connected",
"bus protocol": "HT3",
"telegrams received": 1057,
"read requests sent": 117,
"write requests sent": 5,
"incomplete telegrams": 0,
"tx fails": 0,
"rx line quality": 100,
"tx line quality": 100,
"MQTT publishes": 462,
"MQTT publish fails": 0,
"dallas sensors": 0,
"dallas reads": 0,
"dallas fails": 0
},
"Devices": [
{
"type": "Boiler",
"name": "Condens 2500/Logamax/Logomatic/Cerapur Top/Greenstar/Generic HT3 (DeviceID:0x08, ProductID:95, Version:18.08)",
"handlers": "0x10 0x11 0xC2 0x14 0x15 0x1C 0x18 0x19 0x1A 0x35 0x16 0x33 0x34 0x26 0x2A"
},
{
"type": "Thermostat",
"name": "Junkers FW200 (DeviceID:0x10 ProductID:106, Version:12.12)",
"handlers": "0xA3 0x06 0xA2 0x12 0x16F 0x170 0x171 0x172 0x165 0x166 0x167 0x168"
},
{
"type": "Mixer",
"name": "Junkers IPM (DeviceID:0x21 ProductID:102, Version:20.07)",
"handlers": "0x10C 0x11E"
},
{
"type": "Mixer",
"name": "Junkers IPM (DeviceID:0x20 ProductID:102, Version:20.07)",
"handlers": "0x10C 0x11E"
},
{
"type": "Controller",
"name": "HT3 (DeviceID:0x09, ProductID:95, Version:18.08)"
}
]
}
The text was updated successfully, but these errors were encountered: