Update solaredge_modules.markdown

This commit is contained in:
tronikos 2025-06-02 18:08:43 -07:00 committed by GitHub
parent b46ba0c1fc
commit 1912d79005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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 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 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** integration. 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. 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 ## 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 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 1 hour interval. - The API provides data at 15 minutes interval, but Home Assistant long-term statistics can only be at a 1 hour interval.
## Troubleshooting ## Troubleshooting