Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@Mosibi Mosibi released this 04 Oct 18:06
· 55 commits to master since this release
cf64e79

Changed

  • esp-idf is used as ESP32 framework instead of arduino (breaking change)
    • This framework is recommended for ESP32 chips by ESPHome. Be aware that this is a breaking change. To apply this configuration update on an existing board, an one-time serial flash will be needed
  • Removed "ssid" and "password" from the wifi section. These will be stored by the captive portal component
  • Renamed "Power Air Conditioner Zone 1" to "Room Temperature Control", "Power Floor Heating Zone 1" to "Water Flow Temperature Control Zone 1" and "Power Air Conditioner Zone 2" to "Water Flow Temperature Control Zone 2"
  • Removed "${entity_prefix} from all entries. Got a tip from user "Septillion" on https://tweakers.net that this is not needed (anymore?) in ESPHome (breaking change (potential))
    • If needed, ESPHome will add the "friendly name" to an entity, which is "Heatpump Controller" in the current configuration.

Fixed

  • "Active State" now also takes into account when the temperature is controlled by the water flow temperature and not only the room thermostat