mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-26 10:34:52 +00:00
70_PylonLowVoltage: add needed data format to commandref
git-svn-id: https://svn.fhem.de/fhem/trunk@28100 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d404e40245
commit
0417827a9c
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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: 98_statistics: Limit number of decimals
|
||||||
- feature: 93_DbLog: new attribute colType
|
- feature: 93_DbLog: new attribute colType
|
||||||
- feature: 76_SolarForecast: design options for graphicHeaderOwnspec
|
- feature: 76_SolarForecast: design options for graphicHeaderOwnspec
|
||||||
|
@ -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.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.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.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 ",
|
"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:
|
|||||||
<li>IO::Socket::Timeout (Installation e.g. via the CPAN shell or the FHEM Installer module) </li>
|
<li>IO::Socket::Timeout (Installation e.g. via the CPAN shell or the FHEM Installer module) </li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
The data format must be set on the RS485 gateway as follows:
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<table>
|
||||||
|
<colgroup> <col width="25%"> <col width="75%"> </colgroup>
|
||||||
|
<tr><td> Start Bit </td><td>- 1 Bit </td></tr>
|
||||||
|
<tr><td> Data Bit </td><td>- 8 Bit </td></tr>
|
||||||
|
<tr><td> Stop Bit </td><td>- 1 Bit </td></tr>
|
||||||
|
<tr><td> Parity </td><td>- without Parity </td></tr>
|
||||||
|
</table>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
|
||||||
<b>Limitations</b>
|
<b>Limitations</b>
|
||||||
<br>
|
<br>
|
||||||
The module currently supports a maximum of 8 batteries (master + 7 slaves) in one group.
|
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:
|
|||||||
<li>IO::Socket::Timeout (Installation z.B. über die CPAN-Shell oder das FHEM Installer Modul) </li>
|
<li>IO::Socket::Timeout (Installation z.B. über die CPAN-Shell oder das FHEM Installer Modul) </li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Das Datenformat muß auf dem RS485 Gateway wie folgt eingestellt werden:
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<table>
|
||||||
|
<colgroup> <col width="25%"> <col width="75%"> </colgroup>
|
||||||
|
<tr><td> Start Bit </td><td>- 1 Bit </td></tr>
|
||||||
|
<tr><td> Data Bit </td><td>- 8 Bit </td></tr>
|
||||||
|
<tr><td> Stop Bit </td><td>- 1 Bit </td></tr>
|
||||||
|
<tr><td> Parity </td><td>- ohne Parität </td></tr>
|
||||||
|
</table>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
|
||||||
<b>Einschränkungen</b>
|
<b>Einschränkungen</b>
|
||||||
<br>
|
<br>
|
||||||
Das Modul unterstützt zur Zeit maximal 8 Batterien (Master + 7 Slaves) in einer Gruppe.
|
Das Modul unterstützt zur Zeit maximal 8 Batterien (Master + 7 Slaves) in einer Gruppe.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user