Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 821 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 821 Bytes

OpenTherm ESP-IDF/ESP8266_RTOS_SDK Library

This library provides implementation of Opentherm protocol.

And this library is ported from Ihor Melnyk's OpenTherm Arduino/ESP8266 Library. I just make it to fit for esp-idf framework. Thank Ihor Melnyk made such a great library.

For the basic usage of this library, please check the example.

OpenTherm protocol requires simple low voltage twowire connection to boiler, but voltage levels (7..15V) still much higher than Arduino/ESP8266 levels, which requires OpenTherm Adapter.

And for Ihor's Arduino library, Please checkOpenTherm GitHub Link

In details OpenTherm Library described here.