mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Update SolarEdge_local documentation (#10611)
* update SolarEdge_local documentation * all inverters without a lcd screen * fix broken link * Update solaredge_local.markdown * Update solaredge_local.markdown * Update solaredge_local.markdown * Update solaredge_local.markdown * Update solaredge_local.markdown * Update solaredge_local.markdown * Add unit and icon to template example * Update solaredge_local.markdown
This commit is contained in:
parent
d129244447
commit
c3a027a9a3
@ -11,14 +11,17 @@ ha_iot_class: Local Polling
|
||||
|
||||
The `solaredge_local` platform uses the local API available on some SolarEdge Inverters to allow you to get details from your SolarEdge solar power setup and integrate these into your Home Assistant installation.
|
||||
|
||||
Only specific models support the local API. The local API is available on the SExxxxH-US models with SetApp as well as European three-phase inverters SEXXK-XXXTXBXX4 models with SetApp like SE3K-E10K, SE12.5K-SE27.6K and SE33.3K. Please check the datasheets carefully if in the section "Additional Features", sub-section "Inverter Commissioning" is present the following line "With the SetApp mobile application using built-in Wi-Fi access point for local connection".
|
||||
Only specific models support the local API. The local API is available on inverters that do not have an LCD character screen. You can also check the datasheets if in the section "Additional Features", sub-section "Inverter Commissioning" is present the following line "With the SetApp mobile application using built-in Wi-Fi access point for local connection". These inverters also have a part number that ends with a 4. For example: SEXXK-XXXXXBXX4 or SEXXXXH-XXXXXBXX4
|
||||
|
||||
You can check by finding the IP address of your inverter and visiting it in a browser. If it supports the local API, you'll see the SolarEdge logo and a "Commissioning" menu.
|
||||
You can check if the local API works by finding the IP address of your inverter and visiting it in a browser. If it supports the local API, you'll see a HTML page with the SolarEdge logo and a "Commissioning" menu.
|
||||
|
||||
<div class='note'>
|
||||
If your inveter does not support the local API, you can use the [cloud based version](/integrations/solaredge/) instead.
|
||||
|
||||
If your inverter does not support the local API, you can use the [cloud based version](/integrations/solaredge/)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
To use the SolarEdge sensors in your installation, add the following to your configuration.yaml file:
|
||||
@ -26,8 +29,8 @@ To use the SolarEdge sensors in your installation, add the following to your con
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: solaredge_local
|
||||
ip_address: IP_ADDRESS
|
||||
- platform: solaredge_local
|
||||
ip_address: IP_ADDRES
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
@ -64,5 +67,7 @@ sensor:
|
||||
sensors:
|
||||
solaredge_energy_this_year_template:
|
||||
value_template: "{{ (states('sensor.solaredge_energy_this_year') | float / 1000) | round(2) }}"
|
||||
unit_of_measurement: 'KWh'
|
||||
icon_template: "mdi:solar-power"
|
||||
```
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user