From aba4ec56009a6ef148a5c9cb215d5cc699711fb9 Mon Sep 17 00:00:00 2001 From: fredlcore Date: Wed, 20 Nov 2024 20:54:50 +0800 Subject: [PATCH] Update ChangeLog --- docs/EN/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/EN/CHANGELOG.md b/docs/EN/CHANGELOG.md index 4ac9f32d..f0393f58 100644 --- a/docs/EN/CHANGELOG.md +++ b/docs/EN/CHANGELOG.md @@ -5,6 +5,8 @@ - **ATTENTION: BREAKING CHANGE!** Streamlined topic structure for MQTT. New strucuture adds `/status` for querying a parameter, `/set` for SETting a parameter, `/inf` for sending data as INF telegram and `/poll` to force BSB-LAN to send an update of that parameter value to the broker. If you are using MQTT auto-discovery, ideally, calling `/M1` should update these changes. However, if you are using your own configurations, you'll have to make adjustments here. - **ATTENTION: BREAKING CHANGE!** When using JSON settings for MQTT, previously all messages were written to the `BSB-LAN/json` and thus basically immediately overwritten when logging several parameters. Now this setting only determines the format (and not format and topic) of the data that is written into `/status` of each parameter. For auto-discovery, plain text remains the only valid choice. - **ATTENTION: BREAKING CHANGE** The acknowledgement message sent by BSB-LAN to the `MQTT` topic has been removed. Instead, QoS for publishing messages has been set to level 1. +- Added state_class for non cumulative sensors in MQTT auto-discovery +- Updated the room unit emulation in `custom_functions` to work with version 4.x. - Bugfix for VT_ENERGY, added new data type VT_ENERGY10 and VT_ENERGY10_N ##Version 4.1##