-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add Command / Telegram to set current temperature of thermostat #749
Comments
Some people have a wireless room sensor, see #103, #356, #624. This sensor sends from device-id 0x40 the temperature as broadcast in telegram 0x435. There is also a wireless base connected at device 0x50, not sending anything. As you mentioned a roomcontroller can be used as remote. For RC35 with RC20 remote we have a emulation for RC20 integrated in ems-esp, This works fine, i use it. But for CW400 there is to little information yet. In #590 a RC100H is used as remote for hc1. The remote thermostat is on device-id 0x38 and sends message 0x42B (temp) and 0x47B (hum) to the thermostat at 0x10. But also unclear how to configure this for a different hc, I guess a RC100 will use device 0x18 and only 0x42B (or a different telegram). If you can get a CR10 (or wireless snesor) for testing, you can log and configure the remote for hc2. With this log we add it to the roomcontrol file https://github.com/emsesp/EMS-ESP32/blob/dev/src/roomcontrol.cpp. |
Thanks for this extensive explanation. I'll see what I can do, I'll investige myself a bit and if necessary will buy a CR10 (just for reference) and spoof the EMS bus to see what happens. |
Is your feature request related to a problem? Please describe.
My setup consist of a Bosch Boiler Condens 7000iW, Bosch Thermostat CW400 and a Bosch MM200 mixing module with 2 pumps. The main thermostat (CW400) is installed in the living and controlling the first circuit installed in the living room.
However it is also controlling the 2nd circuit, which is connected to other different rooms in the house, but still using the measured living room temperature as current temperature, which does not make sense of course.
So to solve this, I installed extra temperature sensors in the other rooms and connected them to Home assistent.
With the E32 Gateway I can already overwrite the setpoint temperature for both the first and second circuit. However I cannot set the actual current room temperature of the 2nd circuit with the measured value of my temp sensors.
Describe the solution you'd like
A command / telegram to set the current temperature of the 2nd circuit in the CW400 thermostat, if possible.
Describe alternatives you've considered
But since the CR10 can act as a remote for the CW400, I guess it's possible to externally set the current temperature of a 2nd circuit. So hopefully we can mimic that with some command(s) from the E32 Gateway.
Thanks for any help, suggestions
The text was updated successfully, but these errors were encountered: