Skip to content

Releases: nliaudat/floor-heating-controller

v124

Choose a tag to compare

@nliaudat nliaudat released this 08 Jun 12:47
7165d7d

v124:

v122

Choose a tag to compare

@nliaudat nliaudat released this 30 Dec 17:36
04e4b85
  • sensor_adc.yaml :
    • fix ${adc_zero_calibration} not set on every BEMF
    • update update_interval and sliding_window_moving_average for better accuracy

v121

Choose a tag to compare

@nliaudat nliaudat released this 30 Dec 14:59
112ea9b

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

Choose a tag to compare

@nliaudat nliaudat released this 21 Dec 10:42
4f1cbe8

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

Choose a tag to compare

@nliaudat nliaudat released this 15 Dec 17:17
3314da5

v119:

ONLY for hardware >= v61

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

v118

Choose a tag to compare

@nliaudat nliaudat released this 03 Dec 17:39
0389464

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

Choose a tag to compare

@nliaudat nliaudat released this 07 Jul 13:45
b54cd06

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

Choose a tag to compare

@nliaudat nliaudat released this 22 Jun 08:47
085376d

v116:

  • Revert ADC multisampling - not working good

v115

Choose a tag to compare

@nliaudat nliaudat released this 20 Jun 18:48
0a55b58

v115:

V114

Choose a tag to compare

@nliaudat nliaudat released this 03 Jun 18:26
bba286a
  • 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)