From c4c10375fc4f2cd87b0fc5d851967bf68116f9b7 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Tue, 20 Feb 2024 21:14:38 +0000 Subject: [PATCH] 70_PylonLowVoltage: edit commandref git-svn-id: https://svn.fhem.de/fhem/trunk@28538 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/70_PylonLowVoltage.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/70_PylonLowVoltage.pm b/fhem/FHEM/70_PylonLowVoltage.pm index 652c8002d..009969dc4 100644 --- a/fhem/FHEM/70_PylonLowVoltage.pm +++ b/fhem/FHEM/70_PylonLowVoltage.pm @@ -122,6 +122,7 @@ BEGIN { # Versions History intern (Versions history by Heiko Maaz) my %vNotesIntern = ( + "0.2.2" => "20.02.2024 correct commandref ", "0.2.1" => "18.02.2024 doOnError: print out faulty response, Forum:https://forum.fhem.de/index.php?msg=1303912 ", "0.2.0" => "15.12.2023 extend possible number of batteries up to 14 ", "0.1.11" => "28.10.2023 add needed data format to commandref ", @@ -1572,7 +1573,7 @@ The module currently supports a maximum of 14 batteries (master + 13 slaves) in Device address of the Pylontech battery. Several Pylontech batteries can be connected via a Pylontech-specific Link connection. The permissible number can be found in the respective Pylontech documentation.
The master battery in the network (with open link port 0 or to which the RS485 connection is connected) has the - address 2, the next battery then has address 3 and so on. + address 1, the next battery then has address 2 and so on. If no device address is specified, address 1 is used.
@@ -1763,7 +1764,7 @@ Das Modul unterstützt zur Zeit maximal 14 Batterien (Master + 13 Slaves) in ein Geräteadresse der Pylontech Batterie. Es können mehrere Pylontech Batterien über eine Pylontech-spezifische Link-Verbindung verbunden werden. Die zulässige Anzahl ist der jeweiligen Pylontech Dokumentation zu entnehmen.
Die Master Batterie im Verbund (mit offenem Link Port 0 bzw. an der die RS485-Verbindung angeschlossen ist) hat die - Adresse 2, die nächste Batterie hat dann die Adresse 3 und so weiter. + Adresse 1, die nächste Batterie hat dann die Adresse 2 und so weiter. Ist keine Geräteadresse angegeben, wird die Adresse 1 verwendet.