From 24ad73fc160853fedc84e5d798d84f3b82b0c984 Mon Sep 17 00:00:00 2001 From: Dennis Rathjen Date: Mon, 6 Feb 2023 20:26:21 +0100 Subject: [PATCH] Added missing topic in 'DC input channel topics'. --- docs/MQTT_Topics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MQTT_Topics.md b/docs/MQTT_Topics.md index 2c6206e3..3445486e 100644 --- a/docs/MQTT_Topics.md +++ b/docs/MQTT_Topics.md @@ -51,6 +51,7 @@ serial will be replaced with the serial number of the inverter. | Topic | R / W | Description | Value / Unit | | --------------------------------------- | ----- | ---------------------------------------------------- | -------------------------- | | [serial]/[1-4]/current | R | DC current of specific input in ampere | Ampere (A) | +| [serial]/[1-4]/name | R | Name of the DC input channel as configured in web GUI| | | [serial]/[1-4]/irradiation | R | Ratio DC Power over set maximum power (in web GUI) | % | | [serial]/[1-4]/power | R | DC power of specific input in watt | Watt (W) | | [serial]/[1-4]/voltage | R | DC voltage of specific input in volt | Volt (V) |