Files
SolarManager/sunspec2/models/smdx/smdx_00011.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

138 lines
4.6 KiB
XML

<sunSpecModels v="1">
<!-- 11: ethernet link layer -->
<model id="11" len="13">
<block len="13">
<point id="Spd" offset="0" type="uint16" mandatory="true" units="Mbps" />
<point id="CfgSt" offset="1" type="bitfield16" mandatory="true" >
<symbol id="LINK">0</symbol>
<symbol id="FULL_DUPLEX">1</symbol>
<symbol id="AUTO_NEG1">2</symbol>
<symbol id="AUTO_NEG2">3</symbol>
<symbol id="AUTO_NEG3">4</symbol>
<symbol id="RESET_REQUIRED">5</symbol>
<symbol id="HW_FAULT">6</symbol>
</point>
<point id="St" offset="2" type="enum16" mandatory="true" >
<symbol id="UNKNOWN">0</symbol>
<symbol id="ENABLED">1</symbol>
<symbol id="DISABLED">2</symbol>
<symbol id="TESTING">3</symbol>
</point>
<point id="MAC" offset="3" type="eui48" />
<point id="Nam" offset="7" type="string" len="4" access="rw" />
<point id="Ctl" offset="11" type="bitfield16" access="rw" >
<symbol id="AUTO">0</symbol>
<symbol id="FULL_DUPLEX">1</symbol>
</point>
<point id="FrcSpd" offset="12" type="uint16" access="rw" units="Mbps" />
</block>
</model>
<strings id="11" locale="en">
<model>
<label>Ethernet Link Layer</label>
<description>Include to support a wired ethernet port</description>
<notes></notes>
</model>
<point id="Spd">
<label>Ethernet Link Speed</label>
<description>Interface speed in Mb/s</description>
<notes></notes>
</point>
<point id="CfgSt">
<label>Interface Status Flags</label>
<description>Bitmask values Interface flags.</description>
<notes></notes>
<symbol id="LINK">
<label>link status</label>
<description>link is up</description>
<notes></notes>
</symbol>
<symbol id="FULL_DUPLEX">
<label>full duplex</label>
<description>link is in full duplex mode</description>
<notes></notes>
</symbol>
<symbol id="AUTO_NEG1">
<label>auto negotiation 1</label>
<description>Auto-negotiation bits are encoded as: 000 - in progress. 001 - speed detection has failed. 010 - negotiation has failed. 011 - negotiated speed and duplex. 100 - negotiation not attempted.</description>
<notes></notes>
</symbol>
<symbol id="AUTO_NEG2">
<label>auto negotiation 2</label>
<description>See AUTO_NEG1</description>
<notes></notes>
</symbol>
<symbol id="AUTO_NEG3">
<label>auto negotiation 3</label>
<description>See AUTO_NEG1</description>
<notes></notes>
</symbol>
<symbol id="RESET_REQUIRED">
<label>reset required</label>
<description>Setting requires reset</description>
<notes></notes>
</symbol>
<symbol id="HW_FAULT">
<label>hw fault</label>
<description>Hardware fault</description>
<notes></notes>
</symbol>
</point>
<point id="St">
<label>Link State</label>
<description>Enumerated value. State information for this interface</description>
<notes></notes>
<symbol id="UNKNOWN">
<label>unknown</label>
<description>Unknown state</description>
<notes></notes>
</symbol>
<symbol id="ENABLED">
<label>enabled</label>
<description>Link is enabled and read</description>
<notes></notes>
</symbol>
<symbol id="DISABLED">
<label>disabled</label>
<description>Link is disabled</description>
<notes></notes>
</symbol>
<symbol id="TESTING">
<label>testing</label>
<description>Link is in test</description>
<notes></notes>
</symbol>
</point>
<point id="MAC">
<label>MAC</label>
<description>IEEE MAC address of this interface</description>
<notes></notes>
</point>
<point id="Nam">
<label>Name</label>
<description>Interface name (8 chars)</description>
<notes></notes>
</point>
<point id="Ctl">
<label>Control</label>
<description>Control flags</description>
<notes></notes>
<symbol id="AUTO">
<label>auto</label>
<description>Enable auto-negotiation</description>
<notes></notes>
</symbol>
<symbol id="FULL_DUPLEX">
<label>duplex</label>
<description>Force full duplex</description>
<notes></notes>
</symbol>
</point>
<point id="FrcSpd">
<label>Forced Speed</label>
<description>Forced interface speed in Mb/s when AUTO is disabled</description>
<notes></notes>
</point>
</strings>
</sunSpecModels>