-
-
Notifications
You must be signed in to change notification settings - Fork 97
Disable boiler messages in console and MQTT, if no boiler is connected. #81
Comments
Thinking about this, there must be a controller or something that is the UBA Master. In your case which device is this and what is heating up your floor heating? |
My floor-heating is connected to heating-circuit 2. I saw it even written in the manual, that floor-heatings are always HC2. I will check in UBA master if I can read out something usefull, in order to know if a boiler is actually there or not. |
Hey @proddy
Following the code I see no reason why it would not show in the telegram more than 27bytes. I need to understand this in order to solve the topic here. |
I limit it to 32 bytes as this was the max for my EMS bus. You can experiment by receiving more data by changing first in if that doesn't work then we'll need to adjust the UART driver, so line 113 in |
Hi @proddy Many thanks for your fast response. The 2nd hint was exactly what I was looking for, but it seems that my bus is also limited at 32 bytes. So in conclusion I do either need to adapt If it works all I will ask if, the changes make sense for the community. I extend the heating control in a way that my house optimizes the temp itself. For that I need to read more values from the heating. |
yes the best way is to read it in two 32 byte chunks, by setting the offset of the first to 0 and the 2nd to 31 for example |
I have now a fully working version of the code and added following variables (they can be changed/red by MQTT):
While all is working for a RC35, I must admit. that I had to hack the code and proddy will not be able to accept it the way I did it. I would be ready to invest time, if someone is really interested (as I was) to have those values. But making it nicely would mean to adapt the code of proddy strongly. https://github.com/lobocobra/EMS-ESP-HC2/tree/dev |
closed as it is solved for me and it seems not to be an issue for the community |
Referring to closed topic #65
If you do not have a boiler connected to the heating, it would be nice, if the MQTT messages and the console messages for the boiler are not active.
As proposed by you to unset the Boiler_type (value 0x00) the console and MQTT displaying could be prevented.
The text was updated successfully, but these errors were encountered: