You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
I had some time tonight to do some investigation into setting the heating flow temp. I've got a Bosch Easy Control CT200 and when weather compensation is turned on it sets the heating flow temp based on the room set point. This means that setting the room set point to 30 degrees centrigrade results in a heating flow temp of 53 degrees, a room set point of 28 degrees results in a heating flow temp of 49 degrees, etc. I set logging to thermostat only and grabbed the following telegrams:
I then noticed that it's possible to set the boiler temp from a telnet session with the "boiler flowtemp" command. This works some of the time, the log quite often shows messages that the program has attempted it 2 out of 2 times but it's giving up and removing the message from the queue. Is there a way to increase the number of retries?
Since I use openHAB as my HA system I could always write a rule that compares the selected flow temp from the boiler with the flow temp sent from openHAB and if they're different send an MQTT message. Effectively building the retries into openHAB, I'm totally fine with that.
However, I can't seem to get any MQTT messages to be received by the ESP software and I'm fairly sure this is a fault with the way I have openHAB set up. What I did want to check is if I should expect to see a message in the log when the software receives an MQTT message? I'm not seeing any and if I knew that I should see some then that would confirm the issue is with my openHAB config.
Thanks! :)
The text was updated successfully, but these errors were encountered:
@higgers that's very kind of you. Your appreciation makes it all worthwhile. Just keep on suggesting new features and if you get chance provide some feedback on the latest 1.9.x builds. BTW I've extended the command mqttlog to also show which MQTT topics its currently subscribed too as this was not very intuitive.
Could you post a link to the precompiled .bin file please? I'm having the same compile issues I had when I last tried to compile 1.9.0b3 and raised issue #173 .
(I tried guessing the address of the .bin file but I couldn't get it right.)
Hi Proddy!
I had some time tonight to do some investigation into setting the heating flow temp. I've got a Bosch Easy Control CT200 and when weather compensation is turned on it sets the heating flow temp based on the room set point. This means that setting the room set point to 30 degrees centrigrade results in a heating flow temp of 53 degrees, a room set point of 28 degrees results in a heating flow temp of 49 degrees, etc. I set logging to thermostat only and grabbed the following telegrams:
The fifth byte is the flow temp. Awesomeballs!
I then noticed that it's possible to set the boiler temp from a telnet session with the "boiler flowtemp" command. This works some of the time, the log quite often shows messages that the program has attempted it 2 out of 2 times but it's giving up and removing the message from the queue. Is there a way to increase the number of retries?
Since I use openHAB as my HA system I could always write a rule that compares the selected flow temp from the boiler with the flow temp sent from openHAB and if they're different send an MQTT message. Effectively building the retries into openHAB, I'm totally fine with that.
However, I can't seem to get any MQTT messages to be received by the ESP software and I'm fairly sure this is a fault with the way I have openHAB set up. What I did want to check is if I should expect to see a message in the log when the software receives an MQTT message? I'm not seeing any and if I knew that I should see some then that would confirm the issue is with my openHAB config.
Thanks! :)
The text was updated successfully, but these errors were encountered: