bump to new version

This commit is contained in:
Stefan Allius
2025-02-24 22:26:27 +01:00
parent a0316aa12d
commit 4ffed7e0a5
3 changed files with 12 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
name: TSUN-Proxy (Dev) name: TSUN-Proxy (Dev)
description: MQTT Proxy for TSUN Photovoltaic Inverters description: MQTT Proxy for TSUN Photovoltaic Inverters
version: 0.13.0-dev-2502232025 version: 0.13.0-dev-2502242223
image: docker.io/sallius/tsun-gen3-addon image: docker.io/sallius/tsun-gen3-addon
url: https://github.com/s-allius/tsun-gen3-proxy url: https://github.com/s-allius/tsun-gen3-proxy
slug: tsun-proxy-dev slug: tsun-proxy-dev
@@ -30,7 +30,6 @@ ports:
# Definition of parameters in the configuration tab of the addon # Definition of parameters in the configuration tab of the addon
# parameters are available within the container as /data/options.json # parameters are available within the container as /data/options.json
# and should become picked up by the proxy - current workaround as a transfer script # and should become picked up by the proxy - current workaround as a transfer script
# TODO: check again for multi hierarchie parameters
schema: schema:
inverters: inverters:
@@ -98,7 +97,7 @@ schema:
# If any default value is given, the option becomes a required value. # If any default value is given, the option becomes a required value.
options: options:
inverters: inverters:
- serial: R17E760702080400 - serial: R17E000000000000
monitor_sn: 0 monitor_sn: 0
node_id: inv_1 node_id: inv_1
suggested_area: Roof suggested_area: Roof

View File

@@ -38,14 +38,14 @@ configuration:
ein => normaler Proxy-Betrieb. ein => normaler Proxy-Betrieb.
aus => Der Wechselrichter wird vom Internet isoliert. aus => Der Wechselrichter wird vom Internet isoliert.
solarman.enabled: solarman.enabled:
name: Verbindung zur Solarman Cloud - nur für GEN3PLUS Wechselrichter name: Verbindung zur Solarman/TSUN Cloud - nur für GEN3PLUS Wechselrichter
description: >+ description: >+
Schaltet die Verbindung zur Solarman Cloud ein/aus. Schaltet die Verbindung zur Solarman oder TSUN Cloud ein/aus.
Diese Verbindung ist erforderlich, wenn Sie Daten an die Solarman Cloud senden möchten, Diese Verbindung ist erforderlich, wenn Sie Daten an die Cloud senden möchten,
z.B. um die Solarman Apps zu nutzen oder Firmware-Updates zu erhalten. z.B. um die Solarman App oder TSUN Smart App zu nutzen oder Firmware-Updates zu erhalten.
ein => normaler Proxy-Betrieb. ein => normaler Proxy-Betrieb.
aus => Der Wechselrichter wird vom Internet isoliert. aus => Die GEN3PLUS Geräte werden vom Internet isoliert.
inverters.allow_all: inverters.allow_all:
name: Erlaube Verbindungen von sämtlichen Wechselrichtern name: Erlaube Verbindungen von sämtlichen Wechselrichtern
description: >- description: >-

View File

@@ -38,14 +38,14 @@ configuration:
on => normal proxy operation. on => normal proxy operation.
off => The Inverter become isolated from Internet. off => The Inverter become isolated from Internet.
solarman.enabled: solarman.enabled:
name: Connection to Solarman Cloud - for GEN3PLUS inverter only name: Connection to Solarman/TSUN Cloud - for GEN3PLUS inverter only
description: >+ description: >+
switch on/off connection to the Solarman cloud. switch on/off connection to the Solarman or TSUN cloud.
This connection is only required if you want send data to the Solarman cloud This connection is only required if you want send data to the cloud
eg. to use the Solarman APPs or receive firmware updates. eg. to use the Solarman APP, the TSUN Smart APP or receive firmware updates.
on => normal proxy operation. on => normal proxy operation.
off => The Inverter become isolated from Internet off => The GEN3PLUS devices become isolated from Internet
inverters.allow_all: inverters.allow_all:
name: Allow all connections from all inverters name: Allow all connections from all inverters
description: >- description: >-