mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
2.1.0b6
This commit is contained in:
@@ -18,7 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- setting to change how booleans are rendered in MQTT (on/off, true/false, 1/0)
|
- setting to change how booleans are rendered in MQTT (on/off, true/false, 1/0)
|
||||||
- Added all remaining devices to Home Assistant's MQTT Discovery. No more yaml files!
|
- Added all remaining devices to Home Assistant's MQTT Discovery. No more yaml files!
|
||||||
- enable ADC setting, add boiler circulation commands, add thermostat RC300 summermodes
|
- enable ADC setting, add boiler circulation commands, add thermostat RC300 summermodes
|
||||||
|
- Added all device info to web UI for Thermostat and Boiler
|
||||||
|
- Added all device values to Home Assistant MQTT Discovery under separate devices and entities
|
||||||
|
- Show Rx and Tx quality in Console and Web UI
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- fix wwontime readback
|
- fix wwontime readback
|
||||||
@@ -26,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Some minor optimizations to memory handling in the MQTT service
|
- Some minor optimizations to memory handling in the MQTT service
|
||||||
- Prevent MQTT from publishing empty json payloads
|
- Prevent MQTT from publishing empty json payloads
|
||||||
- Accurate detection of warm water and heating (#515)
|
- Accurate detection of warm water and heating (#515)
|
||||||
|
- Fix writing to the Junkers FR120 thermostat
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- renamed wWCircPumpType to wWChargeType
|
- renamed wWCircPumpType to wWChargeType
|
||||||
@@ -33,11 +36,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Removed the _cmd from the MQTT topic names
|
- Removed the _cmd from the MQTT topic names
|
||||||
- MQTT sensors topic renamed to sensor_data
|
- MQTT sensors topic renamed to sensor_data
|
||||||
- `call` commands can be done from the Console root for all devices
|
- `call` commands can be done from the Console root for all devices
|
||||||
|
- renamed MQTT topic for Solar Module from `sm_data` to `solar_data`
|
||||||
|
- Updated EMS-ESP official documentation (https://emsesp.github.io/docs/#/)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Console contexts for thermostat and boiler
|
- Console contexts for thermostat and boiler
|
||||||
- Removed option to enable/disable the MQTT Heartbeat. It's always on.
|
- Removed option to enable/disable the MQTT Heartbeat. It's always on.
|
||||||
- renamed MQTT topic for Solar Module from `sm_data` to `solar_data`
|
|
||||||
|
|
||||||
## [2.0.1] September 13 2020
|
## [2.0.1] September 13 2020
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
#define EMSESP_APP_VERSION "2.1.0b5"
|
#define EMSESP_APP_VERSION "2.1.0b6"
|
||||||
|
|||||||
Reference in New Issue
Block a user