update files
This commit is contained in:
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [unreleased]
|
## [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
|
## [0.12.1] - 2025-01-13
|
||||||
|
|
||||||
- addon: bump base image version to v17.1.0
|
- addon: bump base image version to v17.1.0
|
||||||
|
|||||||
@@ -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.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.port: port?
|
||||||
client_mode.forward: bool?
|
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.manufacturer: str?
|
||||||
pv1.type: str?
|
pv1.type: str?
|
||||||
pv2.manufacturer: str?
|
pv2.manufacturer: str?
|
||||||
@@ -62,6 +57,19 @@ schema:
|
|||||||
tsun.enabled: bool
|
tsun.enabled: bool
|
||||||
solarman.enabled: bool
|
solarman.enabled: bool
|
||||||
inverters.allow_all: 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
|
# optionale parameter
|
||||||
|
|
||||||
@@ -91,16 +99,20 @@ schema:
|
|||||||
options:
|
options:
|
||||||
inverters:
|
inverters:
|
||||||
- serial: R17E760702080400
|
- 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
|
suggested_area: Garage
|
||||||
modbus_polling: false
|
modbus_polling: false
|
||||||
# strings:
|
|
||||||
# - string: PV1
|
|
||||||
# type: SF-M18/144550
|
|
||||||
# manufacturer: Shinefar
|
|
||||||
# - string: PV2
|
|
||||||
# type: SF-M18/144550
|
|
||||||
# manufacturer: Shinefar
|
|
||||||
pv1.manufacturer: Shinefar
|
pv1.manufacturer: Shinefar
|
||||||
pv1.type: SF-M18/144550
|
pv1.type: SF-M18/144550
|
||||||
pv2.manufacturer: Shinefar
|
pv2.manufacturer: Shinefar
|
||||||
|
|||||||
Reference in New Issue
Block a user