Files
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

239 lines
6.7 KiB
JSON

{
"group": {
"label": "Basic Charge Controller",
"name": "model_64111",
"points": [
{
"desc": "Model identifier",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 64111
},
{
"desc": "Model length",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
{
"label": "Port Number",
"mandatory": "M",
"name": "Port",
"size": 1,
"type": "uint16"
},
{
"mandatory": "M",
"name": "V_SF",
"size": 1,
"type": "sunssf"
},
{
"mandatory": "M",
"name": "A_SF",
"size": 1,
"type": "sunssf"
},
{
"mandatory": "M",
"name": "P_SF",
"size": 1,
"type": "sunssf"
},
{
"mandatory": "M",
"name": "AH_SF",
"size": 1,
"type": "sunssf"
},
{
"mandatory": "M",
"name": "KWH_SF",
"size": 1,
"type": "sunssf"
},
{
"label": "Battery Voltage",
"mandatory": "M",
"name": "BattV",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "V"
},
{
"label": "Array Voltage",
"mandatory": "M",
"name": "ArrayV",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "V"
},
{
"label": "Output Current",
"mandatory": "M",
"name": "OutputA",
"sf": "A_SF",
"size": 1,
"type": "uint16",
"units": "A"
},
{
"label": "Array Current",
"mandatory": "M",
"name": "InputA",
"sf": "P_SF",
"size": 1,
"type": "uint16",
"units": "A"
},
{
"label": "Operating State",
"mandatory": "M",
"name": "ChargerSt",
"size": 1,
"symbols": [
{
"name": "Off",
"value": 0
},
{
"name": "Float",
"value": 1
},
{
"name": "Bulk",
"value": 2
},
{
"name": "Absorb",
"value": 3
},
{
"name": "EQ",
"value": 4
}
],
"type": "enum16"
},
{
"label": "Output Wattage",
"mandatory": "M",
"name": "OutputW",
"sf": "P_SF",
"size": 1,
"type": "uint16",
"units": "W"
},
{
"label": "Today's Minimum Battery Voltage",
"mandatory": "M",
"name": "TodayMinBatV",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "V"
},
{
"label": "Today's Maximum Battery Voltage",
"mandatory": "M",
"name": "TodayMaxBatV",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "V"
},
{
"label": "VOC",
"mandatory": "M",
"name": "VOCV",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "V"
},
{
"label": "Today's Maximum VOC",
"mandatory": "M",
"name": "TodayMaxVOC",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "V"
},
{
"label": "Today's kWh",
"mandatory": "M",
"name": "TodaykWhOutput",
"sf": "KWH_SF",
"size": 1,
"type": "uint16",
"units": "kWh"
},
{
"label": "Today's AH",
"mandatory": "M",
"name": "TodayAHOutput",
"sf": "AH_SF",
"size": 1,
"type": "uint16",
"units": "AH"
},
{
"label": "Lifetime kWh",
"mandatory": "M",
"name": "LifeTimeKWHOut",
"sf": "P_SF",
"size": 1,
"type": "uint16",
"units": "kWh"
},
{
"label": "Lifetime kAH",
"mandatory": "M",
"name": "LifeTimeAHOut",
"sf": "KWH_SF",
"size": 1,
"type": "uint16",
"units": "kAH"
},
{
"label": "Lifetime Maximum Output Wattage",
"mandatory": "M",
"name": "LifeTimeMaxOut",
"sf": "P_SF",
"size": 1,
"type": "uint16",
"units": "W"
},
{
"label": "Lifetime Maximum Battery Voltage",
"mandatory": "M",
"name": "LifeTimeMaxBatt",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "V"
},
{
"label": "Lifetime Maximum VOC Voltage",
"mandatory": "M",
"name": "LifeTimeMaxVOC",
"sf": "V_SF",
"size": 1,
"type": "uint16",
"units": "V"
}
],
"type": "group"
},
"id": 64111
}