Releases: nliaudat/floor-heating-controller
Releases · nliaudat/floor-heating-controller
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)