minor cleanup

This commit is contained in:
proddy
2021-03-08 19:54:01 +01:00
parent 73a895697a
commit 03da60a253

View File

@@ -1,11 +1,12 @@
# Changelog
See https://github.com/proddy/EMS-ESP/issues/632
## **Important Breaking Changes**
- 3.0.0b3 uses a new filesystem. During upgrading all settings will be erased and not migrated.
### Added
- Power settings for ESP32
- Power settings, disabling BLE and turning off Wifi sleep
- Rx and Tx counts to Heartbeat MQTT payload
- Ethernet support (ESP32)
- Ethernet support
- id to info command to show only a heatingcircuit
- add sending devices that are not listed to 0x07
- extra MQTT boolean option for "ON" and "OFF"
@@ -19,9 +20,10 @@ See https://github.com/proddy/EMS-ESP/issues/632
- readback after write with delay (give ems-devices time to set the value)
- Thermostat ES72/RC20 device 66 to command-set RC20_2
- MQTT payloads not adding to queue when MQTT is re-connecting (fixes #369)
- fix for HA topics with invalid command formats - #728
- fix for HA topics with invalid command formats (#728)
### Changed
- changed how telegram parameters are rendered for mqtt, console and web (#632)
- split `show values` in smaller packages (edited)
- extended length of IP/hostname from 32 to 48 chars (#676)
- check flowsensor for `tap_water_active`
@@ -32,7 +34,7 @@ See https://github.com/proddy/EMS-ESP/issues/632
- Increased MQTT buffer and reduced wait time between publishes
- Updated to the latest ArduinoJson library
- some names of mqtt-tags like in v2.2.1
- **Breaking Change** new ESP32 partition side to allow for smoother OTA and fallback
- new ESP32 partition side to allow for smoother OTA and fallback
### Removed