From 5fd6dc1d7d172ac7e31b7a0699eaa6fc4e73162d Mon Sep 17 00:00:00 2001 From: "A. Gideonse" Date: Sun, 3 May 2026 20:02:26 +0200 Subject: [PATCH 1/3] Enhance Indevolt integration documentation for gold scale requirements Updated the Indevolt integration documentation to ensure complete information for the following gold requirements: - docs-known-limitations - docs-supported-devices - docs-supported-functions - docs-troubleshooting - docs-use-cases --- source/_integrations/indevolt.markdown | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/_integrations/indevolt.markdown b/source/_integrations/indevolt.markdown index 11b93958ff5f..c15d89a48bee 100644 --- a/source/_integrations/indevolt.markdown +++ b/source/_integrations/indevolt.markdown @@ -25,7 +25,15 @@ The **Indevolt** {% term integration %} enables direct local communication betwe ## Use cases -With this integration, you can monitor energy production and consumption as well as battery status, and configure power limits and other battery protection settings. +With this integration, you can monitor energy production, consumption, and battery status in real time. + +Beyond basic monitoring, the Indevolt integration enables advanced energy management automations within Home Assistant. For example, you can: + +- Optimize battery charging and discharging based on solar (PV) production forecasts +- Automatically adjust energy modes to take advantage of variable electricity pricing +- Prevent grid feed-in during peak tariff periods by dynamically limiting output power +- Maintain a minimum battery charge for backup scenarios by adjusting discharge limits when applicable +- Coordinate battery behavior with other Home Assistant energy devices for whole-home optimization ## Supported devices @@ -130,7 +138,8 @@ The Indevolt integration automatically retrieves data from your devices by polli ## Known limitations -- Energy mode can only be set when the device is not in "Outdoor / Portable"-mode +- (Real time) configurations show with a small delay in Home Assistant and the app. +- Energy mode can only be set when the device is not in "Outdoor / Portable"-mode. - Some sensors are device generation-specific and may not appear for all models. - Some sensors / configurations available in the app are not (yet) available in the integration. @@ -141,7 +150,7 @@ The Indevolt integration automatically retrieves data from your devices by polli 1. Ensure the device is powered on and functioning normally. 2. Confirm both the device and Home Assistant are connected to the same local network. 3. Ensure the device's IP address is correct and hasn't changed. -4. Check the device's settings in the Indevolt app to ensure that the API is enabled. +4. Check the device's settings in the Indevolt app to ensure that the API is enabled in "HTTP" mode. Check the Home Assistant logs for more information. From 58c12991fae07d1ec85e1e868ba4927e541881d1 Mon Sep 17 00:00:00 2001 From: "A. Gideonse" Date: Sun, 3 May 2026 21:09:12 +0200 Subject: [PATCH 2/3] Fix PV explanation per Copilot comment Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- source/_integrations/indevolt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/indevolt.markdown b/source/_integrations/indevolt.markdown index c15d89a48bee..b78efa847432 100644 --- a/source/_integrations/indevolt.markdown +++ b/source/_integrations/indevolt.markdown @@ -29,7 +29,7 @@ With this integration, you can monitor energy production, consumption, and batte Beyond basic monitoring, the Indevolt integration enables advanced energy management automations within Home Assistant. For example, you can: -- Optimize battery charging and discharging based on solar (PV) production forecasts +- Optimize battery charging and discharging based on solar photovoltaic (PV) production forecasts - Automatically adjust energy modes to take advantage of variable electricity pricing - Prevent grid feed-in during peak tariff periods by dynamically limiting output power - Maintain a minimum battery charge for backup scenarios by adjusting discharge limits when applicable From 91288cebe829faa0d32fa1e76071344700564d70 Mon Sep 17 00:00:00 2001 From: "A. Gideonse" Date: Sun, 3 May 2026 21:13:08 +0200 Subject: [PATCH 3/3] Rework copilot suggestions --- source/_integrations/indevolt.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/indevolt.markdown b/source/_integrations/indevolt.markdown index b78efa847432..fc45c9dfc0ab 100644 --- a/source/_integrations/indevolt.markdown +++ b/source/_integrations/indevolt.markdown @@ -29,7 +29,7 @@ With this integration, you can monitor energy production, consumption, and batte Beyond basic monitoring, the Indevolt integration enables advanced energy management automations within Home Assistant. For example, you can: -- Optimize battery charging and discharging based on solar photovoltaic (PV) production forecasts +- Optimize battery charging and discharging based on solar production forecasts - Automatically adjust energy modes to take advantage of variable electricity pricing - Prevent grid feed-in during peak tariff periods by dynamically limiting output power - Maintain a minimum battery charge for backup scenarios by adjusting discharge limits when applicable @@ -138,7 +138,7 @@ The Indevolt integration automatically retrieves data from your devices by polli ## Known limitations -- (Real time) configurations show with a small delay in Home Assistant and the app. +- Real-time configuration changes may appear with a small delay in Home Assistant and the Indevolt app. - Energy mode can only be set when the device is not in "Outdoor / Portable"-mode. - Some sensors are device generation-specific and may not appear for all models. - Some sensors / configurations available in the app are not (yet) available in the integration.