diff --git a/ha_addon_debug/CHANGELOG.md b/ha_addon_debug/CHANGELOG.md index 2da0b28..84402ea 100644 --- a/ha_addon_debug/CHANGELOG.md +++ b/ha_addon_debug/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- addon: add date and time to dev container version +- Update AddOn base docker image to version 17.1.3 and 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) + ## [0.12.1] - 2025-01-13 - addon: bump base image version to v17.1.0 diff --git a/ha_addon_debug/config.yaml b/ha_addon_debug/config.yaml index e1ca6f1..a9f81f2 100644 --- a/ha_addon_debug/config.yaml +++ b/ha_addon_debug/config.yaml @@ -42,11 +42,6 @@ schema: client_mode.host: match(\b((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\b)? client_mode.port: port? client_mode.forward: bool? - #strings: # leider funktioniert es nicht die folgenden 3 parameter im schema aufzulisten. möglicherweise wird die verschachtelung nicht unterstützt. - # - string: str - # type: str - # manufacturer: str - # daher diese variante pv1.manufacturer: str? pv1.type: str? pv2.manufacturer: str? @@ -62,6 +57,19 @@ schema: tsun.enabled: bool solarman.enabled: bool inverters.allow_all: bool + batteries: + - serial: match(^(410).{13}$) + monitor_sn: int + node_id: str + suggested_area: str + modbus_polling: bool + client_mode.host: match(\b((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])\b)? + client_mode.port: port? + client_mode.forward: bool? + pv1.manufacturer: str? + pv1.type: str? + pv2.manufacturer: str? + pv2.type: str? # optionale parameter @@ -91,16 +99,20 @@ schema: options: inverters: - serial: R17E760702080400 - node_id: PV-Garage + monitor_sn: 0 + node_id: inv_1 + suggested_area: Roof + modbus_polling: false + pv1.manufacturer: Shinefar + pv1.type: SF-M18/144550 + pv2.manufacturer: Shinefar + pv2.type: SF-M18/144550 + batteries: + - serial: 4100000000000000 + monitor_sn: 0 + node_id: bat_1 suggested_area: Garage modbus_polling: false - # strings: - # - string: PV1 - # type: SF-M18/144550 - # manufacturer: Shinefar - # - string: PV2 - # type: SF-M18/144550 - # manufacturer: Shinefar pv1.manufacturer: Shinefar pv1.type: SF-M18/144550 pv2.manufacturer: Shinefar