Skip to content

gavrilov-i/OpenTherm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTherm

Opentherm library for Arduino Sucessfully tested on Ferolli Domiproject F24. Setting CH/DHW Setpont. Resetting faults, getting status/modulation level/temperatures, etc. http://habrahabr.ru/post/251539

For sending simple request just call communicate(MSG-TYPE,DATA-ID,DATA); and after 1s take answer complete(&type,&id,&data):

uint8_t type,id; uint16_t data;

communicate(1,56,10240); //set DHW setpoint to 40.0 deg

delay(1000);

complete(&type,&id,&data); // if accepted, type=5,id=56, data=10240;

About

Opentherm library for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages