-
Notifications
You must be signed in to change notification settings - Fork 0
Konfiguration
steff393 edited this page Jun 28, 2025
·
3 revisions
Parameter können in der Datei cfg.json geändert werden.
http:// ip /edit
- Dateinamen "cfg.json" eingeben (im Feld mit dem '/')
- 'Create' drücken
- Den Inhalt der Datei eingeben (s.u.)
- 'Save' drücken
| Typ | Name | Beschreibung |
|---|---|---|
| char | cfgApSsid[32] | SSID of the initial Access Point |
| char | cfgApPass[63] | Password of the initial Access Point |
| char | cfgInvAddressX[18] | Bluetooth address of the inverter, typically "00:80:25:xx:yy:zz" |
| char | cfgPassCodeX[13] | PIN of the inverter, typically "0000" |
| char | cfgNtpServer[30] | NTP server e.g. "fritz.box" for local access, if empty: "europe.pool.ntp.org" |
| char | cfgPvoApiKey[50] | PVOutput API key |
| uint32_t | cfgPvoSystemID | PVOutput System ID |
| uint8_t | cfgPvoInterval | PVOutput Update interval, e.g. 15[min] |
| uint8_t | cfgBtInterval | Interval for Bluetooth connection, e.g. 5[min] |
| char | cfgLicenseKey[65] | License Key |
Die fett gedruckten Parameter sind zwingend erforderlich, z.B.
{"cfgInvAddressX":"00:80:25:xx:yy:zz", "cfgPassCodeX":"0000"}
cfgPassCodeX muss 12 Stellen lang sein, mit Nullen aufgefüllt.
Änderungen wirken sich erst nach einem Reset aus.
