enable watchdog
This commit is contained in:
@@ -84,19 +84,19 @@ inverters:
|
|||||||
pv4.type: SF-M18/144550
|
pv4.type: SF-M18/144550
|
||||||
```
|
```
|
||||||
|
|
||||||
Example add-on configuration for GEN3PLUS inverters:
|
Example add-on configuration for GEN3PLUS energie storages:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
batteries:
|
batteries:
|
||||||
- serial: 4100000000000000
|
- serial: 4100000000000000
|
||||||
monitor_sn: 2300000000
|
monitor_sn: 2300000000
|
||||||
node_id: bat_1
|
node_id: bat_1
|
||||||
suggested_area: Garage
|
suggested_area: Garage
|
||||||
modbus_polling: false
|
modbus_polling: false
|
||||||
pv1.manufacturer: Shinefar
|
pv1.manufacturer: Shinefar
|
||||||
pv1.type: SF-M18/144550
|
pv1.type: SF-M18/144550
|
||||||
pv2.manufacturer: Shinefar
|
pv2.manufacturer: Shinefar
|
||||||
pv2.type: SF-M18/144550
|
pv2.type: SF-M18/144550
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: _This is just an example, you need to replace the values with your own!_
|
**Note**: _This is just an example, you need to replace the values with your own!_
|
||||||
|
|||||||
@@ -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-2502231511
|
version: 0.13.0-debug-2502232145
|
||||||
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
|
||||||
@@ -25,7 +25,7 @@ ports:
|
|||||||
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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user