Files
SolarManager/sunspec2/models/smdx/smdx_00015.xml
T
adminandClaude Opus 5 79843aa2ae SolarManager unter Versionsverwaltung
Erster Stand der Hintergrundprozesse, die auf der Synology unter
/volume1/homes/wagner/SolarManager laufen: der Manager selbst, die Sammler
je Geraet, die MQTT-Bruecke, der Wecker und - neu hinzugezogen - der
AutoAction-Runner, der als Hintergrundprozess hierher gehoert und nicht ins
Web-Verzeichnis.

Zugangsdaten stehen nicht mehr im Quelltext, sondern in config.ini, die
nicht mit eingecheckt wird. Vorlage ist config.ini.example, gelesen wird sie
von konfig.py. Betroffen waren solarManager.py (Datenbank und Wattpilot),
zeit.py, gatherWaterData.py, wecker.py und skoda_testdaten.py, das sich das
Passwort bisher aus dem Quelltext eines anderen Moduls herausgesucht hat.

Die Kia-Anbindung ist mit dem Fahrzeug entfallen: kiaTest.py,
gatherCarData.py und hyundai_kia_connect_api sind nicht mehr dabei, ebenso
gatherInverterData.py, auf das nur noch eine auskommentierte Zeile zeigte.

Die mitgelieferten Bibliotheken bleiben im Repository - die NAS hat kein
pip, sie muessen neben den Skripten liegen.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-02 20:46:59 +02:00

88 lines
3.1 KiB
XML

<sunSpecModels v="1">
<!-- 15: Interface Counters -->
<model id="15" len="24">
<block len="24">
<point id="Clr" offset="0" type="uint16" access="rw" />
<point id="InCnt" offset="1" type="acc32" />
<point id="InUcCnt" offset="3" type="acc32" />
<point id="InNUcCnt" offset="5" type="acc32" />
<point id="InDscCnt" offset="7" type="acc32" />
<point id="InErrCnt" offset="9" type="acc32" />
<point id="InUnkCnt" offset="11" type="acc32" />
<point id="OutCnt" offset="13" type="acc32" />
<point id="OutUcCnt" offset="15" type="acc32" />
<point id="OutNUcCnt" offset="17" type="acc32" />
<point id="OutDscCnt" offset="19" type="acc32" />
<point id="OutErrCnt" offset="21" type="acc32" />
<point id="Pad" offset="23" type="pad" />
</block>
</model>
<strings id="15" locale="en">
<model>
<label>Interface Counters Model</label>
<description>Interface counters</description>
<notes></notes>
</model>
<point id="Clr">
<label>Clear</label>
<description>Write a "1" to clear all counters</description>
<notes></notes>
</point>
<point id="InCnt">
<label>Input Count</label>
<description>Number of bytes received</description>
<notes></notes>
</point>
<point id="InUcCnt">
<label>Input Unicast Count</label>
<description>Number of Unicast packets received</description>
<notes></notes>
</point>
<point id="InNUcCnt">
<label>Input Non-Unicast Count</label>
<description>Number of non-Unicast packets received</description>
<notes></notes>
</point>
<point id="InDscCnt">
<label>Input Discarded Count</label>
<description>Number of inbound packets received on the interface but discarded</description>
<notes></notes>
</point>
<point id="InErrCnt">
<label>Input Error Count</label>
<description>Number of inbound packets that contain errors (excluding discards)</description>
<notes></notes>
</point>
<point id="InUnkCnt">
<label>Input Unknown Count</label>
<description>Number of inbound packets with unknown protocol</description>
<notes></notes>
</point>
<point id="OutCnt">
<label>Output Count</label>
<description>Total number of bytes transmitted on this interface</description>
<notes></notes>
</point>
<point id="OutUcCnt">
<label>Output Unicast Count</label>
<description>Number of Unicast packets transmitted</description>
<notes></notes>
</point>
<point id="OutNUcCnt">
<label>Output Non-Unicast Count</label>
<description>Number of Non-Unicast packets transmitted</description>
<notes></notes>
</point>
<point id="OutDscCnt">
<label>Output Discarded Count</label>
<description>Number of Discarded output packets</description>
<notes></notes>
</point>
<point id="OutErrCnt">
<label>Output Error Count</label>
<description>Number of outbound error packets</description>
<notes></notes>
</point>
</strings>
</sunSpecModels>