From 07fd9ec6d90739fab0c577d7359b3bb52f88e394 Mon Sep 17 00:00:00 2001 From: pvtom Date: Sat, 10 Feb 2024 14:59:06 +0100 Subject: [PATCH] v3.14.1 --- README.md | 7 +++++++ TOPICS.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf5ad7e..33241f9 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,13 @@ AUTO_REFRESH=true ## Wallbox Control +Select the wallbox (0..7) to be used +``` +mosquitto_pub -h localhost -p 1883 -t "e3dc/set/wallbox/index" -m "0" +``` + +The following calls will use the set wallbox. + Set solar or mix mode with the current in [A] (6..32 Ampere) ``` mosquitto_pub -h localhost -p 1883 -t "e3dc/set/wallbox/control" -m "solar:16" diff --git a/TOPICS.md b/TOPICS.md index 014d944..59fe920 100644 --- a/TOPICS.md +++ b/TOPICS.md @@ -311,7 +311,7 @@ Please find detailled information and examples in the [README](README.md). | Set battery discharge until [%] | e3dc/set/wallbox/battery_discharge_until | [%] | | Set disable charging battery at mix mode | e3dc/set/wallbox/disable_battery_at_mix_mode | (true/false) | | Set number of phases (1,3) | e3dc/set/wallbox/number_phases | (1,3) | -| History | | | +| Historical daily data | | | | Query data for a specific day | e3dc/set/request/day | "2023-12-31" | | Settings and others | | | | Refresh all topics | e3dc/set/force | 1 |