Skip to content

Releases: philippemezzadri/frisquet-esphome

v1.5.6

24 Nov 09:56
Compare
Choose a tag to compare

What's Changed

  • Suggestions from @tgdl and code cleanup by @philippemezzadri in #10
  • Yaml syntax for HA automations is updated to the new standards.
  • The boiler actually take all orders from 0 to 100.
  • Default minimum output is 0 and order=15 is accepted.

Full Changelog: v1.5.5...v.1.5.6

v1.5.5

22 Nov 07:53
4589745
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @tgdl made their first contribution in #7

Full Changelog: v1.5.4...v1.5.5

v1.5.4

07 Nov 07:24
218fc81
Compare
Choose a tag to compare
  • Add max_error and max_delta parameters
  • hysteresis behaviour when boiler goes on idle (no restart if above target)
  • review documentation and logs

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…