From 35c682a77a1a50f4537f1348c36953e243539d84 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 3 Apr 2021 10:20:55 +0200 Subject: [PATCH] added teleinfo changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a89ad0a49..13951d320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ All notable changes to this project will be documented in this file. - ESP32 core library from v1.0.5 to v1.0.6 - Limit number of relay/button columns in GUI to 8 (#11546) - ADC range result from int to float using command ``FreqRes`` for decimal resolution selection (#11545) +- Teleinfo, if raw mode selected also return telemety values in SENSOR data +- Teleinfo, if raw mode selected also always update total energy calculations ### Fixed - HC-SR04 on ESP32 release serial interface if not used (#11507)