PVoutput.org Tool #46
jasonacox
announced in
Announcements
Replies: 2 comments 8 replies
-
I am getting an error on line 28. Looks like it can't pull the module.
|
Beta Was this translation helpful? Give feedback.
7 replies
-
I was looking at some other python scripts and yours. It seems pretty tricky to do live data with a battery in the mix. There does not seem to be a good way, in pvoutput, to account for all the scenarios that can occur with where the power is coming from or going to. This is probably pretty similar to trying to calculate TOU savings on the dashboard. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Several in the community publish their solar production data to PVoutput.org, a free service for publicly sharing and comparing PV output data. Since this Powerwall-Dashboard project stores all energy production data, it is relatively easy to pull this out of the dashboard and publish it to PVoutput on a one-time or regular basis.
I have created a python script, pvoutput.py to publish Powerwall data to PVoutput. The script is in the tools directory for this project.
To use the script:
It will run an interactive mode:
You can also add it to a daily cronjob by specifying a optional parameter: 'yesterday' or 'today'.
I used this script to import of all the data since my system was installed. Keep in mind that PVoutput has a rate limit of 60 updates per hour so be careful. If you are only updating once a day, this shouldn't be a problem. I donated to help their cause which also increase my rate limit. That was useful while I developed this script.
You can see my published data here: https://pvoutput.org/aggregate.jsp?p=0&id=104564&sid=91747&t=m&v=1&s=1
Beta Was this translation helpful? Give feedback.
All reactions