Skip to content

Releases: nliaudat/floor-heating-controller

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)

V108

04 Jan 17:47
44e4305
Compare
Choose a tag to compare
Update secrets.yaml

to match auto build workflow