bump to new version
This commit is contained in:
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
- Update AddOn base docker image to version 17.1.3 and python3 to 3.12.9-r0
|
- 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)
|
||||||
|
- update AddOn base docker image to version 17.2.1
|
||||||
|
- addon: add date and time to dev container version
|
||||||
|
- Update AddOn python3 to 3.12.9-r0
|
||||||
- add initial DCU support
|
- add initial DCU support
|
||||||
- update AddOn base docker image to version 17.1.2
|
|
||||||
- update aiohttp to version 3.11.12
|
- update aiohttp to version 3.11.12
|
||||||
- fix the path handling for logging.ini and default_config.toml [#180](https://github.com/s-allius/tsun-gen3-proxy/issues/180)
|
- fix the path handling for logging.ini and default_config.toml [#180](https://github.com/s-allius/tsun-gen3-proxy/issues/180)
|
||||||
|
|
||||||
|
|||||||
@@ -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-2502192241
|
version: 0.13.0-dev-2502232025
|
||||||
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
|
||||||
@@ -34,8 +34,8 @@ ports:
|
|||||||
|
|
||||||
schema:
|
schema:
|
||||||
inverters:
|
inverters:
|
||||||
- serial: match(^(410|R17|Y17|Y47).{13}$)
|
- serial: match(^(R17|Y17|Y47).{13}$)
|
||||||
monitor_sn: int
|
monitor_sn: int?
|
||||||
node_id: str
|
node_id: str
|
||||||
suggested_area: str
|
suggested_area: str
|
||||||
modbus_polling: bool
|
modbus_polling: bool
|
||||||
|
|||||||
Reference in New Issue
Block a user