-
-
Notifications
You must be signed in to change notification settings - Fork 97
Thermostat is overruled #61
Comments
This may actually be a bug. You're supposed to be able to set the thermostat temps just like using a real thermostat - as that was the original point of my project to begin with! Can you try and reproduce the steps so I can recreate it her in my test lab? Also tell me which model thermostat you have. So set the logging to thermostat only ( |
You're supposed to be able to set the thermostat temps just like using a real thermostat |
not sure I understand. You can't set the current temperature is this is coming from a sensor built into the thermostat. You can set the setpoint temp and if this is showing correctly in the ESP code then its reading it correctly from the thermostat. Can you explain how to reproduce? |
First thing: Second thing: |
Rick - it may be because Tx is not working for you. Try the same with logging enabled and see if there is a response back from the Send. Also helpful to know which model thermostat you're using |
Second thing with log: Set temperature from ESP: log t Setting new thermostat temperature EMS Bus Stats: Boiler stats: Thermostat stats: Shower stats: -Turing the wheel to 18 degrees on the thermostat. (00:11:53) Thermostat -> all, type 0xA8 telegram: 17 00 A8 1D 24 (CRC=E5), #data=1 Expecting Setpoint room temperature to 18, but Setpoint is still 23. Thermostat stats: Shower stats: |
You should check the code and try and figure out the logic yourself. The RC20 receives the temperature values on type 0x91 in byte 5. It's multiplied by 2. You can see when that the thermostat is always broadcasting 23 degrees when you manually turn the wheel:
so its behaving as it should. Why its always sending 23 I don't know. I tested on my RC20/Moduline 300 it and does change. Perhaps something with the auto/manual/clock mode? |
closing due to no activity. If its still an issue please reopen. |
Hi Proddy,
I have two questions regarding the temperature control and it is not a real issue..
When I use the "thermostat temp" command on the ESP, the set(ingestelde) thermostat temperature on the thermostat itself is not updated/synchronized with the ESP set temperature. Is this supposed to happen? I am wondering because it is synchronizing the mode control, when used on the ESP..
Another thing: once I set the the thermostat temp with the ESP, the thermostat temperature control is ignored. It looks like the ESP overrules the thermostat. Is this also supposed to happen? Only when I switch between auto/manual mode on the thermostat, the temperature control is working again.
Best regards,
Rick
The text was updated successfully, but these errors were encountered: