Releases: philippemezzadri/frisquet-esphome
Releases · philippemezzadri/frisquet-esphome
v1.5.6
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
What's Changed
- Readme improvements by @tgdl in #7
- test and configuration switch and updated documentation by @philippemezzadri in #8
New Contributors
Full Changelog: v1.5.4...v1.5.5
v1.5.4
- 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
- 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
- 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
- Update api.yaml to include api encryption key
v1.5.0
Breaking change:
- The parameters
heat_factor
andoffset
of theheat_curve_climate
component have been replaced byslope
andshift
.
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
- move
rounded
param inoutput_parameters
block - update doc accordingly
v1.5.0-beta
- Code refactoring and repository clean-up
- Review documentation
- The parameters
heat_factor
andoffset
of theheat_curve_climate
component have been replaced byslope
andshift
. Those terms are more commonly used by boiler manufacturers. - Output rounding is now optional (
rounded
new parameter)
v1.4.2
Add output vs temperature functions / Improve integral wind up preven…