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>
81 lines
2.5 KiB
XML
81 lines
2.5 KiB
XML
<sunSpecModels v="1">
|
||
<!-- 307: meteorological v1.1 -->
|
||
<model id="307" len="11" name="base_met">
|
||
<block len="11">
|
||
<point id="TmpAmb" offset="0" type="int16" sf="-1" units="C" />
|
||
<point id="RH" offset="1" type="int16" units="Pct" />
|
||
<point id="Pres" offset="2" type="int16" units="HPa" />
|
||
<point id="WndSpd" offset="3" type="int16" units="mps" />
|
||
<point id="WndDir" offset="4" type="int16" units="deg" />
|
||
<point id="Rain" offset="5" type="int16" units="mm" />
|
||
<point id="Snw" offset="6" type="int16" units="mm" />
|
||
<point id="PPT" offset="7" type="int16" />
|
||
<point id="ElecFld" offset="8" type="int16" units="Vm" />
|
||
<point id="SurWet" offset="9" type="int16" units="kO" />
|
||
<point id="SoilWet" offset="10" type="int16" units="Pct" />
|
||
</block>
|
||
</model>
|
||
<strings id="307" locale="en">
|
||
<model>
|
||
<label>Base Met</label>
|
||
<description>Base Meteorological Model</description>
|
||
<notes>This model supersedes model 301</notes>
|
||
</model>
|
||
<point id="TmpAmb">
|
||
<label>Ambient Temperature</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="RH">
|
||
<label>Relative Humidity</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="Pres">
|
||
<label>Barometric Pressure</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="WndSpd">
|
||
<label>Wind Speed</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="WndDir">
|
||
<label>Wind Direction</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="Rain">
|
||
<label>Rainfall</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="Snw">
|
||
<label>Snow Depth</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="PPT">
|
||
<label>Precipitation Type</label>
|
||
<description> Precipitation Type (WMO 4680 SYNOP code reference)</description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="ElecFld">
|
||
<label>Electric Field</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="SurWet">
|
||
<label>Surface Wetness</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
<point id="SoilWet">
|
||
<label>Soil Wetness</label>
|
||
<description></description>
|
||
<notes></notes>
|
||
</point>
|
||
</strings>
|
||
</sunSpecModels>
|