Skip to content

Releases: philippemezzadri/frisquet-esphome

v1.5.3

19 Mar 10:05
5ac4381
Compare
Choose a tag to compare
  • add internal sensors in the briquet_boiler component (temperature, setting).
  • review logging and documentation
  • implement kp multiplier in dead band (heat_curve_climate)

v1.5.2

10 Mar 10:04
cc94d0b
Compare
Choose a tag to compare
  • Add the possibility to use an alternate heating curve
  • Improve code quality to meet ESPHome project expectations
  • Update documentation
  • Prepare reStructuredText documentation for the esphome-doc project

v1.5.1

01 Mar 08:39
Compare
Choose a tag to compare
  • Update api.yaml to include api encryption key

v1.5.0

29 Feb 10:51
fa543de
Compare
Choose a tag to compare

Breaking change:

  • The parameters heat_factor and offset of the heat_curve_climate component have been replaced by slope and shift.

Other changes

  • Code refactoring and repository clean-up
  • Review documentation
  • Output rounding is now optional (rounded new parameter)
  • Home Assistant automations

v1.5.0-beta.2

29 Feb 07:54
Compare
Choose a tag to compare
v1.5.0-beta.2 Pre-release
Pre-release
  • move rounded param in output_parameters block
  • update doc accordingly

v1.5.0-beta

28 Feb 19:46
Compare
Choose a tag to compare
v1.5.0-beta Pre-release
Pre-release
  • Code refactoring and repository clean-up
  • Review documentation
  • The parameters heat_factor and offset of the heat_curve_climate component have been replaced by slope and shift. Those terms are more commonly used by boiler manufacturers.
  • Output rounding is now optional (rounded new parameter)

v1.4.2

28 Feb 09:06
Compare
Choose a tag to compare
Add output vs temperature functions / Improve integral wind up preven…

…tion