Powerwall Capacity Graph #34
jasonacox
announced in
Announcements
Replies: 2 comments 6 replies
-
This is a great idea. I really like the additions to the Power Flow dashboard. Overlaying home usage on the 12-month solar generation chart is also really nice. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update on capacity graph. If you isolate the PWs over 3+ days (hint: click on PW1 in the legend), you can see the gradual decline in capacity. It's both very cool and very depressing. :) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A suggestion came in from a reddit thread to add Powerwall Charge metrics and a graph to monitor the degradation of the Powerwall capacity over time. I have updated the project to now include this for the
dashboard-animation.json
dashboard. It would be easy to port this to the other dashboards or your custom dashboard by copying the panel JSON.PW1_POD_nom_full_pack_energy
which represents the estimated capacity of the Powerwall. It will be interesting to see how that trends down over time due to battery degradation.PW1_POD_nom_energy_remaining
which represents the amount of "charge" the Powerwall is holding so we will see this climb during charging cycles and fall during discharge.To upgrade, you will need to upgrade the telegraf config and add a downsampling job to influxdb. The
upgrade.sh
script will do most of this for you but older upgrade.sh did not include a telegraf upgrade so follow the steps below. It's always a good idea to backup your setup before changing.Beta Was this translation helpful? Give feedback.
All reactions