From f6a3ad607bc5abf74c481fee4c3c5e2e7625ec4a Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 2 Mar 2025 21:30:55 +0100 Subject: [PATCH] allow `R47`serial numbers for GEN3 inverters --- ha_addon_dev/CHANGELOG.md | 1 + ha_addon_dev/config.yaml | 2 +- ha_addon_dev/translations/de.yaml | 2 +- ha_addon_dev/translations/en.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ha_addon_dev/CHANGELOG.md b/ha_addon_dev/CHANGELOG.md index 6d44318..a78b2d2 100644 --- a/ha_addon_dev/CHANGELOG.md +++ b/ha_addon_dev/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] - add initial support for TSUN MS-3000 +- allow `R47`serial numbers for GEN3 inverters - add watchdog for Add-ons - Respect logging.ini file, if LOG_ENV isn't set well [#288](https://github.com/s-allius/tsun-gen3-proxy/issues/288) - Remove trailing apostrophe in the log output [#288](https://github.com/s-allius/tsun-gen3-proxy/issues/288) diff --git a/ha_addon_dev/config.yaml b/ha_addon_dev/config.yaml index d7218f1..75a7226 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.13.0-dev-2503021843 +version: 0.13.0-dev-2503022126 image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-dev diff --git a/ha_addon_dev/translations/de.yaml b/ha_addon_dev/translations/de.yaml index 36ee8cd..0455987 100755 --- a/ha_addon_dev/translations/de.yaml +++ b/ha_addon_dev/translations/de.yaml @@ -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 diff --git a/ha_addon_dev/translations/en.yaml b/ha_addon_dev/translations/en.yaml index 7ffb6f3..82a25aa 100755 --- a/ha_addon_dev/translations/en.yaml +++ b/ha_addon_dev/translations/en.yaml @@ -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