From d5d3d9a48d9cc6be1291bf9ddd4151b605889561 Mon Sep 17 00:00:00 2001 From: Marlon Date: Mon, 20 May 2024 11:52:25 +0200 Subject: [PATCH] Add integration docs for APsystems API (#32096) * Add APsystems Local API docs * Update apsystemsapi_local docs to only mention sensor platform * Change HA release version for apsystemsapi * Move apsystemsapi_local to apsystems_local domain * Move from apsystems_local to apsystems domain * Add more details to apsystems docs * tiny tweak * Remove comments regarding future options for apsystems integration * Change name to mathc integration title and remove unnecessary default override * Add link to inverter in apsystems integration Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Make apsystems docs more readable and detailed * Fix spelling in apsystems docs and highlight manufacturer name --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/apsystems.markdown | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/_integrations/apsystems.markdown diff --git a/source/_integrations/apsystems.markdown b/source/_integrations/apsystems.markdown new file mode 100644 index 00000000000..1825253fb89 --- /dev/null +++ b/source/_integrations/apsystems.markdown @@ -0,0 +1,26 @@ +--- +title: APsystems +description: Control and monitor your APsystems EZ1 microinverters locally without the cloud +ha_iot_class: Local Polling +ha_config_flow: true +ha_release: 2024.6 +ha_category: + - Energy +ha_domain: apsystems +ha_platforms: + - sensor +ha_integration_type: device +--- + +The **APsystems** {% term integration %} allows you to read the data from your [APsystems EZ1](https://emea.apsystems.com/diy/ez1/) microinverter. +The following data is provided by the integration: + +- Lifetime production (Per input and in total) +- Current production (Per input and in total) +- Today's production (Per input and in total) + +## Prerequisites + +Make sure the local API is activated and set to **Continuously**. For that, connect to the inverter via Bluetooth using the app and go to **Settings** > **Local Mode**, set the switch **Enable Local Mode** to on and make sure to set this to **Continuously**. + +{% include integrations/config_flow.md %}