Releases: nliaudat/floor-heating-controller
Releases · nliaudat/floor-heating-controller
v122
v121
Warning : the BEMF is now 0.65 as previously
v121:
- sensor_others.yaml : set uptime to update_interval: 5min + add unique component ID
- inputs.yaml : add unique component ID
- logger.yaml : add custom components + text_sensors for logging
- sensor_adc.yaml : set attenuation to 0dB instead of auto => the BEMF is now 0.65 as previously
- heating_channel_[all].yaml : add logging to text sensor
- General : add id_prefix to all IDs
- Enable webserver, but without grouping
v120
Force use new ADC lib (esphome/esphome#7942)
Take care the BEMF triggers must be corrected.
In my case, it falls from 0.65 to 0.44
v119
v118
v117
v117:
- Add ESP32C3 board support (esp32-c3-devkitm-1)
- Add board Pin definition in board_xx.yaml
- Separate logger config in logger.yaml
- Separate sn74hc595 config in sn74hc595.yaml
- sn74hc595 : remove OE pin not needed anymore by esphome (connected to GND)
- add onewire sample configuration
v116
v115
v115:
- esphome changes in 2024.6.1 release :
- Add ADC multisampling
- Change ADC trigger value according to https://github.com/nliaudat/floor-heating-controller/wiki/BEMF-trigger-calculation
- Add safe mode (boot)
- Change OTA
V114
v113
change log
v113:
- add boost factor in inputs.yaml (can be used in hassio for forecast weather temperature boosts)
v112:
- set the thermostat to single point only (dual point takes the mean of target_temperature_high and target_temperature_low and the hystereris is not taken into calculation)
v111:
- heating_channel_PID.yaml:
add autotune button + sensors
delete interval check (useless)