From 6e47beaa5fcbaf2868e85c9b512f85c222f2ea51 Mon Sep 17 00:00:00 2001 From: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Tue, 3 Jan 2023 20:14:35 +0100 Subject: [PATCH] Added documentation for Zeversolar (#25472) Co-authored-by: Franck Nijhof Co-authored-by: kvanzuijlen --- source/_integrations/zeversolar.markdown | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 source/_integrations/zeversolar.markdown diff --git a/source/_integrations/zeversolar.markdown b/source/_integrations/zeversolar.markdown new file mode 100644 index 00000000000..b853e562c07 --- /dev/null +++ b/source/_integrations/zeversolar.markdown @@ -0,0 +1,34 @@ +--- +title: Zeversolar +description: Instructions on how to configure the Zeversolar integration within Home Assistant +ha_category: + - Environment +ha_release: 2023.2 +ha_iot_class: Local Polling +ha_domain: zeversolar +ha_platforms: + - sensor +ha_config_flow: true +ha_integration_type: integration +ha_codeowners: + - '@kvanzuijlen' +--- + +The Zeversolar integration uses the local device IP to get information like the current power and +today's total energy production. +This integration allows you to collect and save data providig a historical overview of your Zeversolar +production. + +## Prerequisites + +You need a Zeversolar inverter connected to your solar panels and Wi-Fi. Furthermore, you need to +get the Zeversolar IP address. + +{% include integrations/config_flow.md %} + +## Sensor Types + +When configured, the integration will create two sensors for each configured inverter: + +- Energy today, in `kWh` (Kilowatt-hour) +- Current power, in `W` (Watts)