Skip to content

v1.0.5-pre2

Pre-release
Pre-release
Compare
Choose a tag to compare
@olegtarasov olegtarasov released this 01 Dec 18:36
· 1 commit to main since this release

🚀 Features

  1. New hub configuration options that help talk with some OpenTherm boilers that require particular versions or thermostat ids.
  2. Improved message ordering and sending pipeline. Initial OpenTherm messages are sent in the order that most boilers expect.
  3. An ability to edit OpenTherm messages before they are sent to the boiler and before boiler response is processed. This is needed for some non-standard boilers that may use obscure message ids or data formats.
  4. Improved ESP32 timer error handling to minimize problems with logging in interrupt handlers.
  5. Generally improved error handling code, made it more structured and clear.