diff --git a/source/_integrations/solaredge_modules.markdown b/source/_integrations/solaredge_modules.markdown index 97e7e0e239f..8dd9d1e376a 100644 --- a/source/_integrations/solaredge_modules.markdown +++ b/source/_integrations/solaredge_modules.markdown @@ -16,8 +16,8 @@ ha_integration_type: service The SolarEdge integration allows you to get energy production per inverter/string/module from your SolarEdge solar power setup and insert them into Home Assistant statistics. You can find the created statistics in **Developer Tools** > **Statistics** and searching for `solaredge_modules`. -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 show them in the UI using the [`Statistic card`](/dashboards/statistic/) or [`Statistics graph card`](/dashboards/statistics-graph/). +You can use them in automations using the [`SQL`](/integrations/sql/) integration. 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. @@ -34,8 +34,8 @@ To set up the integration you need your username/password that has access to the ## Known limitations - 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 API provides data at 15 minutes interval but Home Assistant long term statistics can only be at 1 hour interval. +- The statistics are intentionally updated infrequently. If you want more frequent updates, you can call the [`homeassistant.reload_config_entry`](/integrations/homeassistant/#action-homeassistantreload_config_entry) action from an automation. +- The API provides data at 15 minutes interval, but Home Assistant long-term statistics can only be at a 1 hour interval. ## Troubleshooting