diff --git a/source/_integrations/apsystems.markdown b/source/_integrations/apsystems.markdown index 9aeee5b468e..8c155974c8f 100644 --- a/source/_integrations/apsystems.markdown +++ b/source/_integrations/apsystems.markdown @@ -18,20 +18,42 @@ ha_codeowners: - '@SonnenladenGmbH' --- -The **APsystems** {% term integration %} allows you to read the data from your [APsystems EZ1](https://emea.apsystems.com/diy/ez1/) microinverter. It also allows you to set the output limit to any number between 30 and 800 watts. -The following data is provided by the integration: +The **APsystems** {% term integration %} allows you to read the data from your [APsystems EZ1](https://emea.apsystems.com/diy/ez1/) microinverter. It also allows you to set the output limit to anything above 30 watts. + +## Sensors + +### Numerical sensors + +| Sensor ID | Unit | Description +|---|---| ---| +| total_power | W | Total current output of the inverter +| lifetime_production_p1 | kWh | Lifetime production of first input +| lifetime_production_p2 | kWh | Lifetime production of second input +| lifetime_production | kWh | Lifetime production of both inputs combined +| total_power_p1 | W | Current input on first input +| total_power_p2 | W | Current input on second input +| today_production | kWh | Today's production of both inputs combined +| today_production_p1 | kWh | Today's production of first input +| today_production_p2 | kWh | Today's production of second input + +### Binary sensors + +| Sensor ID | Description +|---|---| +| off_grid_status | On when the inverter is not connected to the power grid +| dc_1_short_circuit_error_status | Short circuit detected on first input +| dc_2_short_circuit_error_status | Short circuit detected on second input +| output_fault_status | Output because of any error deactivated + +## Settings + +| Setting ID | Type | Description +|---|---|---| +| inverter_status | switch | Enables or disables the inverter's output +| output_limit | number | Sets the max output of the inverter -- Lifetime production (Per input and in total) -- Current production (Per input and in total) -- Today's production (Per input and in total) -- Short circuit error status (per input) -- Off grid status -- Output status -The following data can be set by the integration: -- Maximal output in watts -- Inverter status (on or off) ## Prerequisites