From 21416d1efd9140e43d9730f9a82c3b019faabbe2 Mon Sep 17 00:00:00 2001 From: lumapu Date: Thu, 30 May 2024 22:40:01 +0200 Subject: [PATCH] =?UTF-8?q?0.8.123=20*=20merge=20PR:=20MQTT=20JSON=20Paylo?= =?UTF-8?q?ad=20pro=20Kanal=20und=20total,=20ausw=C3=A4hlbar=20#1541=20*?= =?UTF-8?q?=20add=20option=20to=20publish=20mqtt=20as=20json=20*=20publish?= =?UTF-8?q?=20rssi=20not=20on=20ch0=20any=20more,=20published=20on=20`topi?= =?UTF-8?q?c/rssi`=20*=20add=20total=20power=20to=20index=20page=20(if=20m?= =?UTF-8?q?ultiple=20inverters=20are=20configured)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CHANGES.md b/src/CHANGES.md index 98cfd8fc..cb14cfed 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -3,6 +3,10 @@ ## 0.8.123 - 2024-05-30 * fix ESP8266 static IP #1643 #1608 * update MqTT library which enhances stability #1646 +* merge PR: MQTT JSON Payload pro Kanal und total, auswählbar #1541 +* add option to publish mqtt as json +* publish rssi not on ch0 any more, published on `topic/rssi` +* add total power to index page (if multiple inverters are configured) ## 0.8.122 - 2024-05-23 * add button for donwloading coredump (ESP32 variants only)