Skip to content

Releases: rsciriano/ESPHome-OpenTherm

v0.5: Little improvements

29 Oct 18:18
Compare
Choose a tag to compare
Pre-release
  • Fix PID updating: If temperature_sensor won't update frequently PID won't update its values (#31 @krzysztofsk)
  • Use id(opentherm) to refer to custom component in example YAML (#33 @gmta)
  • Not keeping the pump running when the room thermostat had reached the target temperature (this could fix #35)

v0.4: Use default arduino framework version

06 Jan 20:09
92b5451
Compare
Choose a tag to compare

This fixes the compilation error: ESP8266WiFi.h: No such file or directory

v0.3: Support new ESPHome version, restore temp. settings

06 Jul 20:37
41cc0f0
Compare
Choose a tag to compare

Thanks to the contribution of @fwestenberg

  • Changed the pin settings according to the ihormelnyk and diyless adapter manual
  • Bump to the latest opentherm version
  • Support new ESPHome version, the set_supports_auto_mode is replaced by set_supports_heat_cool_mode. Otherwise it will not be connecting to Home Assistant anymore.
  • Restore the climate settings
  • Update the readme

v0.2: Integration with PID Climate

08 Jul 16:47
Compare
Choose a tag to compare
Pre-release
Integration with PID Climate

v0.1: Basic version with a ON/OFF thermostat

08 Jul 16:45
Compare
Choose a tag to compare

First version of OpenThem integration with some bugs and many pending improvements. But functional for me ;-)