-
-
Notifications
You must be signed in to change notification settings - Fork 97
RC20 as Remotecontroller #362
Comments
I think a good start is to post the info to see the actual setpoints and then identify the telegrams from/to the RC20 |
Strange that the RC20 isn't detected. EMS-ESP should be able to detect all devices on the bus, even if it doesn't recognize them. Did you get an RC20 or the RC20RF? When you find the device_id just set this as the 'master' and it should work. |
According to Norberts list the device-IDs 0x18, 0x19, 0x1A, 0x1B are remote controls for hc1-4 for a master thermostat at ID 0x10. So RC30 at 0x10 should be set as master (if not set automaticly). |
Hi, One or more devices are not recognized by EMS-ESP. Please report this back in GitHub. So I guess the Sieger ES72 is my RC20. They seem to be identical in Google Pictures. Here's my log: System Logging set to Device mode log d 19 (Here I set my temperature to 18,5°C) System Logging set to Device mode |
Ok, lets see: You should update to latest dev 1.9.5b60, this will detect the RC20 as "Sieger ES72/Buderus RC20" and will use the first detected thermostat, which should be RC30 0x10. Otherwise set in terminal: Do you know what device 0x13 is? Norberts list says its a universal switch/control, but for what is it used? Independently of if it works, can you please send me a longer complete log ( |
Hi, How do you simulate the remote control RC20 in ems-esp by inserting a room-temperature from a aqara-sensor via mqtt? This would be a nice addon, to simulate a RC with very tiny aquaras ;) |
@og9gjz567 No, i think the RC20 is set up correctly, i was only curious about the unknown 0x13 device and its purpose. I seen it in your setup before, it is a real device and has nothing to do with the RC20. Thanks for the log, But my first approach was not successful. RC30 and RC35 seems to need different messages. I modified ems-esp to answer to the 0x19 poll. If i send |
@og9gjz567 Just for the record: I forgot to set in RC35 the RC20 as remote. I've changed it to RC20 |
Hi @MichaelDvP , looking back at this is there anything we need to implement in v2 regarding the logic for the RC20RF or RC35? I can add device type 0x13 as a switch, it'll show up but be pretty useless. What do you think? |
Yes, you can skip the For 0x13 i think it is better to leave it as unknown device as long as you dont know what it is doing. Then you have a better chance that someone with this module reports the function of it. |
wow, I never realized this. It's got me thinking that the way I've implemented it now is probably slightly over complicated in v2. I had assumed you can have multiple thermostats each with multiple heat circuits. So my understanding if I got it correct is...
|
Correct, the master thermostat is controlling and ems-esp only taks to the master. to 4.) |
Oh, i've found in EMS+ documentatation, that with RC200 it is also possible to control several heatings circuits without mastercontroller (RC300/310). Buderus writes that the normal way is with a RC3xx master and RC200 as room-remote (as in EMS), but it's possible without master that every RC200 controls one heating circuit, only the first one controls boiler and DHW, the others only the hc. |
thanks for explaining all of that Michael. I've adjusted the login in v2 |
Hi,
I've bought a RC20 as Remotecontroller for my RC30 placed at my boiler, to control my temperature remotely. I'm able to control my temperature / modes / etc on the RC20. So I'm sure the communication between RC20 and RC30 works. If I remove the RC20 the RC30 s displays "RC20 missing".
I've updated to the latest dev-build (EMS-ESP version 1.9.5b58) because of the bug #361, but the devices list shows only these entries:
These 4 were recognized by EMS-ESP:
Boiler: Sieger BK13,BK15/Nefit Smartline/Buderus GB1x2 (DeviceID: 0x08, ProductID: 64, Version: 02.07)
Controller: BC10/RFM20 Receiver (DeviceID: 0x09, ProductID: 68, Version: 02.00)
Mixing Module: MM10 Mixing Module (DeviceID: 0x21, ProductID: 69, Version: 02.01)
Thermostat: RC30 (DeviceID: 0x10, ProductID: 67, Version: 02.08)
If I change the "Raumeinfluss" in my RC30 for HC2 from 0K to 1K the list of devices grows to these 7 entries:
These 7 were recognized by EMS-ESP:
Boiler: Sieger BK13,BK15/Nefit Smartline/Buderus GB1x2 (DeviceID: 0x08, ProductID: 64, Version: 02.07)
Controller: BC10/RFM20 Receiver (DeviceID: 0x09, ProductID: 68, Version: 02.00)
Thermostat: RC30 (DeviceID: 0x10, ProductID: 67, Version: 02.08)
Switching Module: WM10 Switch Module (DeviceID: 0x11, ProductID: 71, Version: 02.00)
unknown?: unknown? (DeviceID: 0x13, ProductID: 82, Version: 01.01)
Thermostat: Sieger ES72 (DeviceID: 0x19, ProductID: 113, Version: 02.01)
Mixing Module: MM10 Mixing Module (DeviceID: 0x21, ProductID: 69, Version: 02.01)
As you can see in my last Issue (#248) my system is running with outdoor-influenced weather compensation.
Like glitterball writes: "It sounds as though HC2 is running with outdoor-influenced weather compensation. Unless there is a thermostat or sensor in the area heated by HC2, you have no way of measuring the temperature in that room! Instead, the system is relying on a heating curve and the outside temperature to calculate a suitable value for the flow temperature in HC2."
I now bought the RC20 so that there is a thermostat in the area heated by HC2.
What kind of debug information do you need?
Thank you very much!
The text was updated successfully, but these errors were encountered: