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

173 lines
5.9 KiB
JSON

{
"group": {
"desc": "Dynamic Reactive Current ",
"label": "Dynamic Reactive Current",
"name": "reactive_current",
"points": [
{
"desc": "Model identifier",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 128
},
{
"desc": "Model length",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
{
"access": "RW",
"desc": "Indicates if gradients trend toward zero at the edges of the deadband or trend toward zero at the center of the deadband.",
"label": "ArGraMod",
"mandatory": "M",
"name": "ArGraMod",
"size": 1,
"symbols": [
{
"name": "EDGE",
"value": 0
},
{
"name": "CENTER",
"value": 1
}
],
"type": "enum16"
},
{
"access": "RW",
"desc": "The gradient used to increase capacitive dynamic current. A value of 0 indicates no additional reactive current support.",
"label": "ArGraSag",
"mandatory": "M",
"name": "ArGraSag",
"sf": "ArGra_SF",
"size": 1,
"type": "uint16",
"units": "%ARtg/%dV"
},
{
"access": "RW",
"desc": "The gradient used to increase inductive dynamic current. A value of 0 indicates no additional reactive current support.",
"label": "ArGraSwell",
"mandatory": "M",
"name": "ArGraSwell",
"sf": "ArGra_SF",
"size": 1,
"type": "uint16",
"units": "%ARtg/%dV"
},
{
"access": "RW",
"desc": "Activate dynamic reactive current model",
"label": "ModEna",
"mandatory": "M",
"name": "ModEna",
"size": 1,
"symbols": [
{
"name": "ENABLED",
"value": 0
}
],
"type": "bitfield16"
},
{
"access": "RW",
"desc": "The time window used to calculate the moving average voltage.",
"label": "FilTms",
"name": "FilTms",
"size": 1,
"type": "uint16",
"units": "Secs"
},
{
"access": "RW",
"desc": "The lower delta voltage limit for which negative voltage deviations less than this value no dynamic vars are produced.",
"label": "DbVMin",
"name": "DbVMin",
"sf": "VRefPct_SF",
"size": 1,
"type": "uint16",
"units": "% VRef"
},
{
"access": "RW",
"desc": "The upper delta voltage limit for which positive voltage deviations less than this value no dynamic current produced.",
"label": "DbVMax",
"name": "DbVMax",
"sf": "VRefPct_SF",
"size": 1,
"type": "uint16",
"units": "% VRef"
},
{
"access": "RW",
"desc": "Block zone voltage which defines a lower voltage boundary below which no dynamic current is produced.",
"label": "BlkZnV",
"name": "BlkZnV",
"sf": "VRefPct_SF",
"size": 1,
"type": "uint16",
"units": "% VRef"
},
{
"access": "RW",
"desc": "Hysteresis voltage used with BlkZnV.",
"label": "HysBlkZnV",
"name": "HysBlkZnV",
"sf": "VRefPct_SF",
"size": 1,
"type": "uint16",
"units": "% VRef"
},
{
"access": "RW",
"desc": "Block zone time the time before which reactive current support remains active regardless of how low the voltage drops.",
"label": "BlkZnTmms",
"name": "BlkZnTmms",
"size": 1,
"type": "uint16",
"units": "mSecs"
},
{
"access": "RW",
"desc": "Hold time during which reactive current support continues after the average voltage has entered the dead zone.",
"label": "HoldTmms",
"name": "HoldTmms",
"size": 1,
"type": "uint16",
"units": "mSecs"
},
{
"desc": "Scale factor for the gradients.",
"label": "ArGra_SF",
"mandatory": "M",
"name": "ArGra_SF",
"size": 1,
"type": "sunssf"
},
{
"desc": "Scale factor for the voltage zone and limit settings.",
"label": "VRefPct_SF",
"name": "VRefPct_SF",
"size": 1,
"type": "sunssf"
},
{
"name": "Pad",
"size": 1,
"type": "pad"
}
],
"type": "group"
},
"id": 128
}