Files
SolarManager/sunspec2/models/json/model_127.json
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

129 lines
4.3 KiB
JSON

{
"group": {
"desc": "Parameterized Frequency-Watt ",
"label": "Freq-Watt Param",
"name": "freq_watt_param",
"points": [
{
"desc": "Model identifier",
"label": "Model ID",
"mandatory": "M",
"name": "ID",
"size": 1,
"static": "S",
"type": "uint16",
"value": 127
},
{
"desc": "Model length",
"label": "Model Length",
"mandatory": "M",
"name": "L",
"size": 1,
"static": "S",
"type": "uint16"
},
{
"access": "RW",
"desc": "The slope of the reduction in the maximum allowed watts output as a function of frequency.",
"label": "WGra",
"mandatory": "M",
"name": "WGra",
"sf": "WGra_SF",
"size": 1,
"type": "uint16",
"units": "% PM/Hz"
},
{
"access": "RW",
"desc": "The frequency deviation from nominal frequency (ECPNomHz) at which a snapshot of the instantaneous power output is taken to act as the CAPPED power level (PM) and above which reduction in power output occurs.",
"label": "HzStr",
"mandatory": "M",
"name": "HzStr",
"sf": "HzStrStop_SF",
"size": 1,
"type": "int16",
"units": "Hz"
},
{
"access": "RW",
"desc": "The frequency deviation from nominal frequency (ECPNomHz) at which curtailed power output may return to normal and the cap on the power level value is removed.",
"label": "HzStop",
"mandatory": "M",
"name": "HzStop",
"sf": "HzStrStop_SF",
"size": 1,
"type": "int16",
"units": "Hz"
},
{
"access": "RW",
"desc": "Enable hysteresis",
"label": "HysEna",
"mandatory": "M",
"name": "HysEna",
"size": 1,
"symbols": [
{
"name": "ENABLED",
"value": 0
}
],
"type": "bitfield16"
},
{
"access": "RW",
"desc": "Is Parameterized Frequency-Watt control active.",
"label": "ModEna",
"mandatory": "M",
"name": "ModEna",
"size": 1,
"symbols": [
{
"name": "ENABLED",
"value": 0
}
],
"type": "bitfield16"
},
{
"access": "RW",
"desc": "The maximum time-based rate of change at which power output returns to normal after having been capped by an over frequency event.",
"label": "HzStopWGra",
"name": "HzStopWGra",
"sf": "RmpIncDec_SF",
"size": 1,
"type": "uint16",
"units": "% WMax/min"
},
{
"desc": "Scale factor for output gradient.",
"label": "WGra_SF",
"name": "WGra_SF",
"size": 1,
"type": "sunssf"
},
{
"desc": "Scale factor for frequency deviations.",
"label": "HzStrStop_SF",
"name": "HzStrStop_SF",
"size": 1,
"type": "sunssf"
},
{
"desc": "Scale factor for increment and decrement ramps.",
"label": "RmpIncDec_SF",
"name": "RmpIncDec_SF",
"size": 1,
"type": "sunssf"
},
{
"name": "Pad",
"size": 1,
"type": "pad"
}
],
"type": "group"
},
"id": 127
}