From 7878c54ecca0926d256e3d54073b22fe4db05b2c Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:31:42 +0100 Subject: [PATCH] add german language file (#253) --- ha_addons/Makefile | 2 +- ha_addons/ha_addon/translations/de.yaml | 87 +++++++++++++++++++++++++ ha_addons/ha_addon/translations/en.yaml | 3 +- 3 files changed, 90 insertions(+), 2 deletions(-) create mode 100755 ha_addons/ha_addon/translations/de.yaml diff --git a/ha_addons/Makefile b/ha_addons/Makefile index 3831e44..ea948ca 100644 --- a/ha_addons/Makefile +++ b/ha_addons/Makefile @@ -104,7 +104,7 @@ FORCE : ; # INST=$(INST_BASE)/ha_addon_dev -repro_files = DOCS.md icon.png logo.png translations/en.yaml +repro_files = DOCS.md icon.png logo.png translations/de.yaml translations/en.yaml repro_templates = config.yaml repro_subdirs = translations repro_vers = debug dev rel diff --git a/ha_addons/ha_addon/translations/de.yaml b/ha_addons/ha_addon/translations/de.yaml new file mode 100755 index 0000000..57a6959 --- /dev/null +++ b/ha_addons/ha_addon/translations/de.yaml @@ -0,0 +1,87 @@ +--- +configuration: + inverters: + name: Wechselrichter + description: >+ + Für jeden Wechselrichter muss die Seriennummer des Wechselrichters einer MQTT + Definition zugeordnet werden. Dazu wird der entsprechende Konfigurationsblock mit der + <16-stellige Seriennummer> gestartet, so dass alle nachfolgenden Parameter diesem + Wechselricher zugeordnet sind. + Weitere wechselrichterspezifische Parameter (z.B. Polling Mode) können im + Konfigurationsblock gesetzt werden. + + Die Seriennummer der GEN3 Wechselrichter beginnne mit `R17` und die der GEN3PLUS + Wechselrichter mir `Y17`oder `47`! + + monitor_sn # Die GEN3PLUS "Monitoring SN:" + node_id # MQTT-Ersatz für die Seriennummer des Wechselrichters + suggested_area # Vorgeschlagener Installationsbereich für Home-Assistant + modbus_polling # Optionale MODBUS-Polling deaktivieren + pv1 # Optional, PV Module Beschreibung + pv2 # Optional, PV Module Beschreibung + + tsun.enabled: + name: Verbindung zur TSUN Cloud - nur für GEN3-Wechselrichter + description: >- + switch on/off connection to the TSUN cloud + This connection is only required if you want send data to the TSUN cloud + eg. to use the TSUN APPs or receive firmware updates. + + on - normal proxy operation + off - The Inverter become isolated from Internet + solarman.enabled: + name: Connection to Solarman Cloud - for GEN3PLUS inverter only + description: >- + switch on/off connection to the Solarman cloud + This connection is only required if you want send data to the Solarman cloud + eg. to use the Solarman APPs or receive firmware updates. + + on - normal proxy operation + off - The Inverter become isolated from Internet + inverters.allow_all: + name: Allow all connections from all inverters + description: >- + The proxy only usually accepts connections from known inverters. + Switch on for test purposes and unknown serial numbers. + mqtt.host: + name: MQTT Broker Host + description: >- + Hostname or IP address of the MQTT broker. if not set, the addon will try to connect to the Home Assistant MQTT broker + mqtt.port: + name: MQTT Broker Port + description: >- + Port of the MQTT broker. if not set, the addon will try to connect to the Home Assistant MQTT broker + mqtt.user: + name: MQTT Broker User + description: >- + User for the MQTT broker. if not set, the addon will try to connect to the Home Assistant MQTT broker + mqtt.passwd: + name: MQTT Broker Password + description: >- + Password for the MQTT broker. if not set, the addon will try to connect to the Home Assistant MQTT broker + ha.auto_conf_prefix: + name: MQTT prefix for subscribing for homeassistant status updates + ha.discovery_prefix: + name: MQTT prefix for discovery topic + ha.entity_prefix: + name: MQTT topic prefix for publishing inverter values + ha.proxy_node_id: + name: MQTT node id, for the proxy_node_id + ha.proxy_unique_id: + name: MQTT unique id, to identify a proxy instance + tsun.host: + name: TSUN Cloud Host + description: >- + Hostname or IP address of the TSUN cloud. if not set, the addon will try to connect to the cloud default + on logger.talent-monitoring.com + solarman.host: + name: Solarman Cloud Host + description: >- + Hostname or IP address of the Solarman cloud. if not set, the addon will try to connect to the cloud default + on iot.talent-monitoring.com + + +network: + 8127/tcp: x... + 5005/tcp: listening Port for TSUN GEN3 Devices + 10000/tcp: listening Port for TSUN GEN3PLUS Devices diff --git a/ha_addons/ha_addon/translations/en.yaml b/ha_addons/ha_addon/translations/en.yaml index 9331e48..b6025d8 100755 --- a/ha_addons/ha_addon/translations/en.yaml +++ b/ha_addons/ha_addon/translations/en.yaml @@ -9,7 +9,8 @@ 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`! + The serial numbers of all GEN3 inverters start with `R17` and that of the GEN3PLUS + inverters with ‘Y17’ or ‘47’! monitor_sn # The GEN3PLUS "Monitoring SN:" node_id # MQTT replacement for inverters serial number