mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-31 05:06:57 +00:00
Update solaredge_modules.markdown
This commit is contained in:
parent
ec532db772
commit
b46ba0c1fc
@ -19,11 +19,11 @@ You can find the created statistics in **Developer Tools** > **Statistics** and
|
|||||||
You can show them in the UI using the **Statistic** or **Statistics graph** cards.
|
You can show them in the UI using the **Statistic** or **Statistics graph** cards.
|
||||||
You can use them in automations using the **SQL** integration.
|
You can use them in automations using the **SQL** integration.
|
||||||
|
|
||||||
The main use case is to track your solar production per module in order to identify any faulty module that underperforms and might need cleaning or repairing.
|
The main use case is to track your solar production per module to identify any faulty module that underperforms and might need cleaning or repairing.
|
||||||
|
|
||||||
The integration fetches energy production for the past 7 days every 12 hours and inserts the data into statistics.
|
The integration fetches energy production for the past 7 days every 12 hours and inserts the data into statistics.
|
||||||
|
|
||||||
To setup the integration you need your username/password that has access to the [SolarEdge web portal](https://monitoring.solaredge.com/). You also need the site ID which you can get from the URL once you log-in, e.g. `1234` for `https://monitoring.solaredge.com/solaredge-web/p/site/1234/`
|
To set up the integration you need your username/password that has access to the [SolarEdge web portal](https://monitoring.solaredge.com/). You also need the site ID which you can get from the URL once you log-in, e.g. `1234` for `https://monitoring.solaredge.com/solaredge-web/p/site/1234/`
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -34,8 +34,9 @@ To setup the integration you need your username/password that has access to the
|
|||||||
## Known limitations
|
## Known limitations
|
||||||
|
|
||||||
- The integration intentionally doesn't create any sensors. All data is only available in statistics.
|
- The integration intentionally doesn't create any sensors. All data is only available in statistics.
|
||||||
- The statistics are intentionally updated infrequently. If you want more frequent updates you can call `homeassistant.reload_config_entry` from an automation.
|
- The statistics are intentionally updated infrequently. If you want more frequent updates, you can call `homeassistant.reload_config_entry` from an automation.
|
||||||
|
- The API provides data at 15 minutes interval but Home Assistant long term statistics can only be at 1 hour interval.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
Make sure your account has access to the [SolarEdge web portal](https://monitoring.solaredge.com/) and that you can access the **Layout** tab there. If not, you will have to ask your installer to give you access to it.
|
Make sure your account has access to the [SolarEdge web portal](https://monitoring.solaredge.com/) and that you can access the **Layout** tab there. If not, you will have to ask your installer to grant you access.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user