Close

Basic firmware working, talking to the boiler

A project log for OpenTherm interface

Hardware to interface with an OpenTherm enabled boiler

ivan-stepaniukIvan Stepaniuk 04/16/2020 at 00:230 Comments

I have found several useful projects implementing OpenTherm communications the inter-pipes:

I am basing my code on the last one, Jiří Praus' library is more "manual" and more "C" style but it seems to be the best starting point.

My code currently loops through 7 message types:

And then repeats, reporting the current status. It also accepts a couple commands via the UART.

The code is on github.

Discussions