Releases: jensrossbach/esphome-ferraris-meter
Releases · jensrossbach/esphome-ferraris-meter
Release 1.4.1
‼️ Breaking Changes ‼️
Configuration element pin
has been renamed to digital_input
. If your YAML configuration file contains this element under the ferraris
element, you must adapt it accordingly, otherwise an error will occur during compilation of the ESPHome firmware.
What's Changed
- Improve calibration mode handling by @jensrossbach in #43
- Restrict hysteresis offsets to positive values by @jensrossbach in #44
- Rename pin to digital_input by @jensrossbach in #45
- Improve documentation by @jensrossbach in #46
- Bump version to 1.4.1 by @jensrossbach in #47
Full Changelog: v1.4.0...v1.4.1
Release 1.4.0
What's Changed
- Better example and default configuration for analog threshold by @jensrossbach in #35
- Possibility to apply a hysteresis curve for mark detection via analog signal by @jensrossbach in #36
- Possibility to configure debounce threshold from UI by @jensrossbach in #37
- Bump version to 1.4.0 by @jensrossbach in #38
Full Changelog: v1.3.1...v1.4.0
Release 1.3.1
‼️ Breaking Changes ‼️
Configuration element low_state_threshold
has been renamed to debounce_threshold
. If your YAML configuration file contains this element, you must adapt it accordingly, otherwise an error will occur during compilation of the ESPHome firmware.
What's Changed
- Rename low_state_threshold to debounce_threshold by @jensrossbach in #29
- Bump version to 1.3.1 by @jensrossbach in #30
Full Changelog: v1.3.0...v1.3.1
Release 1.3.0
What's Changed
- Update disclaimer to include documentation by @jensrossbach in #17
- Allow arbitrary number components for energy_start_value by @jensrossbach in #20
- Example configuration for multiple Ferraris electricity meters by @jensrossbach in #23
- Improve restoring of energy meter at boot by @jensrossbach in #25
- Add support for analog input with threshold as alternative to digital input by @jensrossbach in #26
- Bump version to 1.3.0 by @jensrossbach in #27
Full Changelog: v1.2.0...v1.3.0
Release 1.2.0
What's Changed
- Update README with table of contents and disclaimer by @jensrossbach in #7
- Fix wrong code owner by @jensrossbach in #11
- Use release tag in GitHub URL of example configuration by @jensrossbach in #12
- Add support for multiple electricity meters by @jensrossbach in #14
- Bump version to 1.2.0 by @jensrossbach in #15
Full Changelog: v1.1.0...v1.2.0
Release 1.1.0
What's Changed
- Replace Ferraris number and button components with template components by @jensrossbach in #3
- Add project information to example YAML file by @jensrossbach in #5
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
First public release