enable watchdog

This commit is contained in:
Stefan Allius
2025-02-23 21:51:08 +01:00
parent 7e9151f00e
commit 3e5d6324bc
2 changed files with 12 additions and 12 deletions

View File

@@ -84,7 +84,7 @@ 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:

View File

@@ -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