bump to next version
This commit is contained in:
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
- add initial support for TSUN MS-3000
|
||||||
|
- allow `R47`serial numbers for GEN3 inverters
|
||||||
- add watchdog for Add-ons
|
- 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)
|
||||||
|
|||||||
@@ -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-2502252108
|
version: 0.13.0-debug-2503022249
|
||||||
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
|
||||||
@@ -24,8 +24,7 @@ ports:
|
|||||||
5005/tcp: 5005
|
5005/tcp: 5005
|
||||||
10000/tcp: 10000
|
10000/tcp: 10000
|
||||||
|
|
||||||
# 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
|
||||||
@@ -33,7 +32,7 @@ ports:
|
|||||||
|
|
||||||
schema:
|
schema:
|
||||||
inverters:
|
inverters:
|
||||||
- serial: match(^(R17|Y17|Y47).{13}$)
|
- serial: match(^(R17|R47|Y17|Y47).{13}$)
|
||||||
monitor_sn: int?
|
monitor_sn: int?
|
||||||
node_id: str
|
node_id: str
|
||||||
suggested_area: str
|
suggested_area: str
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ configuration:
|
|||||||
Weitere wechselrichterspezifische Parameter (z.B. Polling Mode) können im
|
Weitere wechselrichterspezifische Parameter (z.B. Polling Mode) können im
|
||||||
Konfigurationsblock gesetzt werden.
|
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`!
|
Wechselrichter mit `Y17`oder `Y47`!
|
||||||
|
|
||||||
Siehe Beispielkonfiguration im Dokumentations-Tab
|
Siehe Beispielkonfiguration im Dokumentations-Tab
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ configuration:
|
|||||||
to this inverter. Further inverter-specific parameters (e.g. polling mode) can be set
|
to this inverter. Further inverter-specific parameters (e.g. polling mode) can be set
|
||||||
in the configuration block.
|
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’!
|
inverters with ‘Y17’ or ‘Y47’!
|
||||||
|
|
||||||
For reference see example configuration in Documentation Tab
|
For reference see example configuration in Documentation Tab
|
||||||
|
|||||||
@@ -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-2503022126
|
version: 0.13.0-dev-2503022243
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user