-
-
Notifications
You must be signed in to change notification settings - Fork 97
Buderus RC35 deviceID issue #127
Comments
that looks like a bug indeed. The code looks ok so not sure what is happening. When you start up what do you see when it does the autodetect, e.g. "Thermostat found. Model RC35.....". Is the information correct there too? |
using the 'DEVICES' command: These 6 EMS devices were detected: using the 'AUTODETECT' command: Started scan on EMS bus for known devices With the 'AUTODETECT' command, the RC35 thermostat is apparently not recognized... |
ohh there's definitely something strange going on. Could you do a |
autodetect |
and after that last autodetect command, doing a |
It shows the RC35 as (DeviceID:0x08 ProductID:86 Version:21.08), but that should not be the case |
ok, then the bug is in the list and the way I sort it. It shouldn't affect the behavior of the code. I'll send you a modified version of the ems.cpp file with more debugging later this week so we can see where it is actually failing. Probably in the _addDevice() function. |
could you try again with the latest build? |
closing due to no activity. Please reopen if its still fails with the latest dev build |
Via the 'devices' command, following EMS device is detected:
"RC35 (DeviceID:0x08 ProductID:86 Version:21.08)"
Strange enough, when I take a look into the service menu of my Buderus RC35 thermostat, the RC35 should have address 16 (or 0x10) and the version is 21.08
What can be the reason for this mixup?
The text was updated successfully, but these errors were encountered: