diff --git a/ha_addon_dev/CHANGELOG.md b/ha_addon_dev/CHANGELOG.md index 07d5a82..3dee3ed 100644 --- a/ha_addon_dev/CHANGELOG.md +++ b/ha_addon_dev/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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 -- update AddOn base docker image to version 17.1.2 - 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) diff --git a/ha_addon_dev/config.yaml b/ha_addon_dev/config.yaml index d873aee..09f7b2c 100755 --- a/ha_addon_dev/config.yaml +++ b/ha_addon_dev/config.yaml @@ -1,6 +1,6 @@ name: TSUN-Proxy (Dev) 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 url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-dev @@ -34,8 +34,8 @@ ports: schema: inverters: - - serial: match(^(410|R17|Y17|Y47).{13}$) - monitor_sn: int + - serial: match(^(R17|Y17|Y47).{13}$) + monitor_sn: int? node_id: str suggested_area: str modbus_polling: bool