mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Explain Apsystems entities in tables rather than lists (#34200)
* List sensors of apsystems integration in tables * tiny tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
08329c40d9
commit
734a855ba0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user