From 83a723c959b446962c29a5617e8eca164a2820ac Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Sun, 13 Apr 2025 19:59:05 +0200 Subject: [PATCH] Update rel 0.13.0 (#367) * fix link (cherry picked from commit 3d422f924957dd860f1f03599bb8d3b70428e32b) * update compose help link (cherry picked from commit 6d4ff0d5089bec6dbb6ae2d37aa3a4db80ef1f25) * fix link (cherry picked from commit 3d422f924957dd860f1f03599bb8d3b70428e32b) * fix rel build run --- ha_addons/ha_addon/DOCS.md | 6 +++--- ha_addons/templates/rel_data.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ha_addons/ha_addon/DOCS.md b/ha_addons/ha_addon/DOCS.md index d601798..c44c3df 100644 --- a/ha_addons/ha_addon/DOCS.md +++ b/ha_addons/ha_addon/DOCS.md @@ -50,7 +50,7 @@ Example add-on configuration after installation: ```yaml inverters: - - serial: R17E760702080400 + - serial: R17E000000000000 node_id: PV-Garage suggested_area: Garage modbus_polling: false @@ -89,7 +89,7 @@ Example add-on configuration for GEN3PLUS energie storages: ```yaml batteries: - serial: 4100000000000000 - monitor_sn: 2300000000 + monitor_sn: 3000000000 node_id: bat_1 suggested_area: Garage modbus_polling: false @@ -174,4 +174,4 @@ SOFTWARE. [AdGuard]: https://github.com/hassio-addons/addon-adguard-home [repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge [repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fs-allius%2Fha-addons -[configdetails]: https://github.com/s-allius/tsun-gen3-proxy/wiki/Configuration-toml +[configdetails]: https://github.com/s-allius/tsun-gen3-proxy/wiki/Configuration-addon diff --git a/ha_addons/templates/rel_data.json b/ha_addons/templates/rel_data.json index edf673c..6bb9b2b 100644 --- a/ha_addons/templates/rel_data.json +++ b/ha_addons/templates/rel_data.json @@ -6,6 +6,6 @@ "slug": "tsun-proxy", "advanced": false, "stage": "stable", - "readme_dsecr": "Integrates TSUN inverters (e.g. TSOL MS800, MS2000, MS3000) and batteries (TSOL DC1000) into Home Assistant.\n\nIt is based on the [TSUN Proxy][tsunproxy] and enables a reliable connection between TSUN devices and an MQTT broker.\n\nWith the Add-on, you can easily retrieve real-time values such as power, current and daily energy and integrate the inverter into Home Assistant.\nThis works even without an internet connection.\n\nThe optional connection to the TSUN Cloud can be disabled!", + "readme_descr": "Integrates TSUN inverters (e.g. TSOL MS800, MS2000, MS3000) and batteries (TSOL DC1000) into Home Assistant.\n\nIt is based on the [TSUN Proxy][tsunproxy] and enables a reliable connection between TSUN devices and an MQTT broker.\n\nWith the Add-on, you can easily retrieve real-time values such as power, current and daily energy and integrate the inverter into Home Assistant.\nThis works even without an internet connection.\n\nThe optional connection to the TSUN Cloud can be disabled!", "readme_links": "\n[tsunproxy]: https://github.com/s-allius/tsun-gen3-proxy\n" } \ No newline at end of file