bump to new version
This commit is contained in:
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- 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)
|
- 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)
|
- Remove trailing apostrophe in the log output [#288](https://github.com/s-allius/tsun-gen3-proxy/issues/288)
|
||||||
- update AddOn base docker image to version 17.2.1
|
- update AddOn base docker image to version 17.2.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: TSUN-Proxy (Debug)
|
name: TSUN-Proxy (Debug)
|
||||||
description: MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging
|
description: MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging
|
||||||
version: 0.13.0-debug-2502242051
|
version: 0.13.0-debug-2502242257
|
||||||
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-debug
|
slug: tsun-proxy-debug
|
||||||
@@ -23,16 +23,12 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
5005/tcp: 5005
|
5005/tcp: 5005
|
||||||
10000/tcp: 10000
|
10000/tcp: 10000
|
||||||
8127/tcp: 8127
|
|
||||||
auth_api: true
|
|
||||||
|
|
||||||
# FIXME: we disabled the watchdog due to exceptions in the ha supervisor. See: https://github.com/s-allius/tsun-gen3-proxy/issues/249
|
|
||||||
watchdog: "http://[HOST]:[PORT:8127]/-/healthy"
|
watchdog: "http://[HOST]:[PORT:8127]/-/healthy"
|
||||||
|
|
||||||
# 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:
|
||||||
@@ -100,7 +96,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
|
||||||
|
|||||||
@@ -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: >-
|
||||||
|
|||||||
@@ -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: >-
|
||||||
|
|||||||
Reference in New Issue
Block a user