From 84e05c8a5b02b56a051628a4087a628aa055f44a Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 1 Mar 2025 02:46:50 +0100 Subject: [PATCH] add initial MS-3000 support --- ha_addon_dev/CHANGELOG.md | 2 ++ ha_addon_dev/config.yaml | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ha_addon_dev/CHANGELOG.md b/ha_addon_dev/CHANGELOG.md index 3dee3ed..6d44318 100644 --- a/ha_addon_dev/CHANGELOG.md +++ b/ha_addon_dev/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +- add initial support for TSUN MS-3000 +- add watchdog for Add-ons - Respect logging.ini file, if LOG_ENV isn't set well [#288](https://github.com/s-allius/tsun-gen3-proxy/issues/288) - Remove trailing apostrophe in the log output [#288](https://github.com/s-allius/tsun-gen3-proxy/issues/288) - update AddOn base docker image to version 17.2.1 diff --git a/ha_addon_dev/config.yaml b/ha_addon_dev/config.yaml index 933b2f5..40c7551 100755 --- a/ha_addon_dev/config.yaml +++ b/ha_addon_dev/config.yaml @@ -1,6 +1,6 @@ name: TSUN-Proxy (Dev) description: MQTT Proxy for TSUN Photovoltaic Inverters -version: 0.13.0-dev-2502242223 +version: 0.13.0-dev-2503010244 image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-dev @@ -24,8 +24,7 @@ ports: 5005/tcp: 5005 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