mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 08:11:44 +00:00
70_PylonLowVoltage: edit commandref
git-svn-id: https://svn.fhem.de/fhem/trunk@28538 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e04f7d042f
commit
c4c10375fc
@ -122,6 +122,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern (Versions history by Heiko Maaz)
|
# Versions History intern (Versions history by Heiko Maaz)
|
||||||
my %vNotesIntern = (
|
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.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.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 ",
|
"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
|
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. <br>
|
Link connection. The permissible number can be found in the respective Pylontech documentation. <br>
|
||||||
The master battery in the network (with open link port 0 or to which the RS485 connection is connected) has the
|
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.
|
If no device address is specified, address 1 is used.
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
@ -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
|
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. <br>
|
Link-Verbindung verbunden werden. Die zulässige Anzahl ist der jeweiligen Pylontech Dokumentation zu entnehmen. <br>
|
||||||
Die Master Batterie im Verbund (mit offenem Link Port 0 bzw. an der die RS485-Verbindung angeschlossen ist) hat die
|
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.
|
Ist keine Geräteadresse angegeben, wird die Adresse 1 verwendet.
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user