diff --git a/fhem/CHANGED b/fhem/CHANGED index d640e4c7c..95ee83b8f 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 70_PylonLowVoltage: add needed data format to commandref - feature: 98_statistics: Limit number of decimals - feature: 93_DbLog: new attribute colType - feature: 76_SolarForecast: design options for graphicHeaderOwnspec diff --git a/fhem/FHEM/70_PylonLowVoltage.pm b/fhem/FHEM/70_PylonLowVoltage.pm index ecd411b76..c8295b09d 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.1.11" => "28.10.2023 add needed data format to commandref ", "0.1.10" => "18.10.2023 new function pseudoHexToText in _callManufacturerInfo for translate battery name and Manufactorer ", "0.1.9" => "25.09.2023 fix possible bat adresses ", "0.1.8" => "23.09.2023 new Attr userBatterytype, change manufacturerInfo, protocolVersion command hash to LENID=0 ", @@ -1438,6 +1439,20 @@ This module requires the Perl modules:
  • IO::Socket::Timeout (Installation e.g. via the CPAN shell or the FHEM Installer module)
  • +The data format must be set on the RS485 gateway as follows: +
    + + +
    + Limitations
    The module currently supports a maximum of 8 batteries (master + 7 slaves) in one group. @@ -1615,6 +1630,20 @@ Dieses Modul benötigt die Perl-Module:
  • IO::Socket::Timeout (Installation z.B. über die CPAN-Shell oder das FHEM Installer Modul)
  • +Das Datenformat muß auf dem RS485 Gateway wie folgt eingestellt werden: +
    + + +
    + Einschränkungen
    Das Modul unterstützt zur Zeit maximal 8 Batterien (Master + 7 Slaves) in einer Gruppe.