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>
57 lines
1.9 KiB
XML
57 lines
1.9 KiB
XML
<sunSpecModels v="1">
|
|
<!-- 1: common -->
|
|
<model id="1" len="66" name="common">
|
|
<block len="66">
|
|
<point id="Mn" offset="0" type="string" len="16" mandatory="true" />
|
|
<point id="Md" offset="16" type="string" len="16" mandatory="true" />
|
|
<point id="Opt" offset="32" type="string" len="8" />
|
|
<point id="Vr" offset="40" type="string" len="8" />
|
|
<point id="SN" offset="48" type="string" len="16" mandatory="true" />
|
|
<point id="DA" offset="64" type="uint16" access="rw" />
|
|
<point id="Pad" offset="65" type="pad" access="r" />
|
|
</block>
|
|
</model>
|
|
<strings id="1" locale="en">
|
|
<model>
|
|
<label>Common</label>
|
|
<description>All SunSpec compliant devices must include this as the first model</description>
|
|
<notes></notes>
|
|
</model>
|
|
<point id="Mn">
|
|
<label>Manufacturer</label>
|
|
<description>Well known value registered with SunSpec for compliance</description>
|
|
<notes></notes>
|
|
</point>
|
|
<point id="Md">
|
|
<label>Model</label>
|
|
<description>Manufacturer specific value (32 chars)</description>
|
|
<notes></notes>
|
|
</point>
|
|
<point id="Opt">
|
|
<label>Options</label>
|
|
<description>Manufacturer specific value (16 chars)</description>
|
|
<notes></notes>
|
|
</point>
|
|
<point id="Vr">
|
|
<label>Version</label>
|
|
<description>Manufacturer specific value (16 chars)</description>
|
|
<notes></notes>
|
|
</point>
|
|
<point id="SN">
|
|
<label>Serial Number</label>
|
|
<description>Manufacturer specific value (32 chars)</description>
|
|
<notes></notes>
|
|
</point>
|
|
<point id="DA">
|
|
<label>Device Address</label>
|
|
<description>Modbus device address</description>
|
|
<notes></notes>
|
|
</point>
|
|
<point id="Pad">
|
|
<label></label>
|
|
<description>Force even alignment</description>
|
|
<notes></notes>
|
|
</point>
|
|
</strings>
|
|
</sunSpecModels>
|