allow R47serial numbers for GEN3 inverters (#302)

This commit is contained in:
Stefan Allius
2025-03-02 19:05:36 +01:00
committed by GitHub
parent 06ceb02f0d
commit 10b4a84701
4 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ configuration:
Weitere wechselrichterspezifische Parameter (z.B. Polling Mode) können im
Konfigurationsblock gesetzt werden.
Die Seriennummer der GEN3 Wechselrichter beginnen mit `R17` und die der GEN3PLUS
Die Seriennummer der GEN3 Wechselrichter beginnen mit `R17` oder `R47` und die der GEN3PLUS
Wechselrichter mit `Y17`oder `Y47`!
Siehe Beispielkonfiguration im Dokumentations-Tab

View File

@@ -9,7 +9,7 @@ configuration:
to this inverter. Further inverter-specific parameters (e.g. polling mode) can be set
in the configuration block.
The serial numbers of all GEN3 inverters start with `R17` and that of the GEN3PLUS
The serial numbers of all GEN3 inverters start with `R17` or `R47` and that of the GEN3PLUS
inverters with Y17 or Y47!
For reference see example configuration in Documentation Tab

View File

@@ -32,7 +32,7 @@ watchdog: "http://[HOST]:[PORT:8127]/-/healthy"
schema:
inverters:
- serial: match(^(R17|Y17|Y47).{13}$)
- serial: match(^(R17|R47|Y17|Y47).{13}$)
monitor_sn: int?
node_id: str
suggested_area: str