diff --git a/ha_addon_dev/config.yaml b/ha_addon_dev/config.yaml index e6ef723..5b5f40a 100755 --- a/ha_addon_dev/config.yaml +++ b/ha_addon_dev/config.yaml @@ -1,6 +1,6 @@ name: TSUN-Proxy (Dev) description: MQTT Proxy for TSUN Photovoltaic Inverters -version: 0.14.0-dev-2504132355 +version: 0.14.0-dev-2504141949 image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-dev @@ -32,7 +32,7 @@ watchdog: "http://[HOST]:[PORT:8127]/-/healthy" schema: inverters: - - serial: match(^(R17|R47|Y17|Y47).{13}$) + - serial: match(^(R17|R47|Y00|Y17|Y47).{13}$) monitor_sn: int? node_id: str suggested_area: str diff --git a/ha_addon_dev/translations/de.yaml b/ha_addon_dev/translations/de.yaml index 0455987..b4c4938 100755 --- a/ha_addon_dev/translations/de.yaml +++ b/ha_addon_dev/translations/de.yaml @@ -10,8 +10,8 @@ configuration: Weitere wechselrichterspezifische Parameter (z.B. Polling Mode) können im Konfigurationsblock gesetzt werden. - Die Seriennummer der GEN3 Wechselrichter beginnen mit `R17` oder `R47` und die der GEN3PLUS - Wechselrichter mit `Y17`oder `Y47`! + Die Seriennummer der GEN3 Wechselrichter beginnen mit 'R17' oder 'R47' und die der GEN3PLUS + Wechselrichter mit 'Y00', 'Y17' oder 'Y47'! Siehe Beispielkonfiguration im Dokumentations-Tab batteries: diff --git a/ha_addon_dev/translations/en.yaml b/ha_addon_dev/translations/en.yaml index 82a25aa..2187347 100755 --- a/ha_addon_dev/translations/en.yaml +++ b/ha_addon_dev/translations/en.yaml @@ -10,7 +10,7 @@ configuration: in the configuration block. The serial numbers of all GEN3 inverters start with `R17` or `R47` and that of the GEN3PLUS - inverters with ‘Y17’ or ‘Y47’! + inverters with 'Y00', ‘Y17’ or ‘Y47’! For reference see example configuration in Documentation Tab