Skip to content

Releases: nliaudat/floor-heating-controller

v122

30 Dec 17:36
04e4b85
Compare
Choose a tag to compare
  • sensor_adc.yaml :
    • fix ${adc_zero_calibration} not set on every BEMF
    • update update_interval and sliding_window_moving_average for better accuracy

v121

30 Dec 14:59
112ea9b
Compare
Choose a tag to compare

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

21 Dec 10:42
4f1cbe8
Compare
Choose a tag to compare

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

15 Dec 17:17
3314da5
Compare
Choose a tag to compare

v119:

ONLY for hardware >= v61

  • Correct invertion of IA/IB pin between hardware v58 and v61

v118

03 Dec 17:39
0389464
Compare
Choose a tag to compare

v118:

ONLY for hardware >= v61

  • Add adc_zero_calibration : depend on board an motor
  • change BEMF max value to 1.5V
  • change webserver version to 3
  • add webserver grouping
  • logs : dallas.temp.sensor: ERROR
  • add blue status led

v117

07 Jul 13:45
b54cd06
Compare
Choose a tag to compare

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

22 Jun 08:47
085376d
Compare
Choose a tag to compare

v116:

  • Revert ADC multisampling - not working good

v115

20 Jun 18:48
0a55b58
Compare
Choose a tag to compare

v115:

V114

03 Jun 18:26
bba286a
Compare
Choose a tag to compare
  • change two points target to one point only : climate target_temperature_low to target_temperature
  • CLIMATE_MODE_OFF now set valve position to 0 instead of stay in last position (for linear and tanh modes)

v113

16 May 21:01
80e2606
Compare
Choose a tag to compare

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)