Service for Automated Energy Dashboard Data Export #1303
Unanswered
myxor
asked this question in
Core functionality
Replies: 2 comments
-
|
You may be able to combine |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks @karwosts, good idea. This approach definitely works and gives the same data as the energy dashboard export but in a very different format. It would be great to have a way to automate the same functionality as it is available in the UI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your core improvement
The current ability to manually download data from the Energy Dashboard (via the "Download data" button) is very useful, but I would like to request a corresponding service call that would allow for automated, scheduled data exports.
Goal: Create a service (e.g., homeassistant.export_statistics) or an exposed functionality that can be used in an automation.
Desired Service Parameters:
Current limitations
Export can only triggered via UI manually by user.
Technical benefits
Use Case:
This would allow users to easily set up an annual automation that exports their full yearly energy usage as a CSV file (e.g., on January 1st), which is essential for end-of-year analysis, tax purposes, or long-term data archival without relying on complex external scripts or direct database manipulation.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions