-
Notifications
You must be signed in to change notification settings - Fork 94
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
Heating start / stop (no enable /disable) #40
Comments
Hello, I ran into exact same problem. My boiler is Baxi Prime HT 1.240. According to the manual, it is able to work with Siemens QAA73 room thermostat, which uses OpenTherm. What am I missing? EDIT: I got it working. After reading slave configuration (cmd ID 3), the MemberID code is received in the response. After that, master configuration write command (cmd ID 2) needs to be sent with the same MemberID code. It even states in the OpenTherm 2.2 specification that "A valid Read Slave Configuration and Write Master Configuration message exchange is recommended before Best regards. |
Can you post a code example or something ? I have same issue with a viessman vitodens 100-w :( Thanks |
@pavon87 Hi can you share your code?. I'm on the same situation I get a Baxi Boiler to. |
@Llenas09 check my mentions, this is the code snippet you need
|
Thanks for the info @littlej956 but i'm interested on the MQTT part to. This is why I asked for all the code from @pavon87. Thanks for the help! Baxi has a mode that you can connect an outdoor temp sensor and respond to extra demand if the temp is very low. Any try with this? |
Hello @Llenas09 https://github.com/pavon87/opentherm-mqtt I hope that it will be useful. |
Sorry for a very late reply, hopefully this is still useful. I skipped all the checking of the boiler responses for errors.
` Regards. |
Hi
First of all, thanks for the great job with this library, it's really nice have an open source alternative to communicate with the boilers.
Recently I install a BAXI-ROCA boiler, compatible with opentherm and I bought the opentherm adapter with shield for ESP8266. From the examples available, I created a fork with MQTT to integrate it to Home Assistant and use as temperature reference different sensors.
Almost everything it's working fine (enable / disable hot water, set temperature of hot water, enable / disable heating, setting the temperature of heating with PID) except the most important, tell to boiler when must start heating or stop, in other words, the thermostat. If I enable the heating, it's start heating and if I disable heating it stops, but I think that is not the correct way.....
Without the opentherm connected I can use a relay to start or stop the heating keeping the heating enabled, so I know that it's something that I miss in the code, but I cant' find it in the library definition.
any help will be welcome ;)
Thanks in advance
The text was updated successfully, but these errors were encountered: