From 3e5d6324bc55d5a98108923092e9ee5c339d6222 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 23 Feb 2025 21:51:08 +0100 Subject: [PATCH] enable watchdog --- ha_addon_debug/DOCS.md | 20 ++++++++++---------- ha_addon_debug/config.yaml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ha_addon_debug/DOCS.md b/ha_addon_debug/DOCS.md index 1aed050..d601798 100644 --- a/ha_addon_debug/DOCS.md +++ b/ha_addon_debug/DOCS.md @@ -84,19 +84,19 @@ inverters: pv4.type: SF-M18/144550 ``` -Example add-on configuration for GEN3PLUS inverters: +Example add-on configuration for GEN3PLUS energie storages: ```yaml batteries: -- serial: 4100000000000000 - monitor_sn: 2300000000 - node_id: bat_1 - suggested_area: Garage - modbus_polling: false - pv1.manufacturer: Shinefar - pv1.type: SF-M18/144550 - pv2.manufacturer: Shinefar - pv2.type: SF-M18/144550 + - serial: 4100000000000000 + monitor_sn: 2300000000 + node_id: bat_1 + suggested_area: Garage + modbus_polling: false + pv1.manufacturer: Shinefar + pv1.type: SF-M18/144550 + pv2.manufacturer: Shinefar + pv2.type: SF-M18/144550 ``` **Note**: _This is just an example, you need to replace the values with your own!_ diff --git a/ha_addon_debug/config.yaml b/ha_addon_debug/config.yaml index 577529f..220fa32 100644 --- a/ha_addon_debug/config.yaml +++ b/ha_addon_debug/config.yaml @@ -1,6 +1,6 @@ name: TSUN-Proxy (Debug) 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 url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-debug @@ -25,7 +25,7 @@ ports: 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 -# watchdog: "http://[HOST]:[PORT:8127]/-/healthy" +watchdog: "http://[HOST]:[PORT:8127]/-/healthy" # Definition of parameters in the configuration tab of the addon # parameters are available within the container as /data/options.json