Skip to content

Commit

Permalink
Merge pull request #41 from Mosibi/rename_register_0_bits_0_1_3
Browse files Browse the repository at this point in the history
Rename register 0 bits 0 1 3
  • Loading branch information
Mosibi authored Oct 4, 2024
2 parents 1e1682e + a0f030d commit cf64e79
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 263 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.1] - 2024-10-01

## [4.0.0] - 2024-10-04

### 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

## [3.2.1] - 2024-10-01

### Changed

- 'Electricity Consumption' and 'Power Output' configured as device class 'energy'

## [3.2.0] - 2024-08-05
Expand Down
Loading

0 comments on commit cf64e79

Please sign in to comment.