Skip to content

Latest commit

 

History

History
 
 

tools

Tools

This directory contains a list of tools discovered or developed by the community to make the most of your Powerwall Dashboard. If you have a great tool or trick that you think the community would enjoy, please open an issue or pull request to get it added here.

Tesla History Import Tool

This is a command line tool to import Powerwall history data from the Tesla Cloud into Powerwall-Dashboard.

Weather History Import Tool

This is a command line tool to import weather history data from OpenWeatherMap into Powerwall-Dashboard.

Ecowitt Weather History Import Tool

This is a command line tool to import weather history data from the Ecowitt API into Powerwall-Dashboard.

PVoutput Export Tool

This is a command line tool to publish your solar production data to PVoutput.org, a free service for publicly sharing and comparing PV output data.

Fix Month Tags Tool

Prior to Powerwall-Dashboard v2.6.3, "month" tags of InfluxDB data were based on UTC only, resulting in data points with incorrect month tags for the local timezone.

This command line tool can be used to search InfluxDB for incorrect month tags for your timezone and correct the data. A backup is recommended before use.

MySQL Connector

This includes step-by-step set of instructions and scripts for adding MySQL to the Powerwall Dashboard, including the monthly charts and time of use pricing.

NodeRed

Several in the community use NodeRed to help automate usage of their Solar and Powerwall data.

  • NodeRed.org - Low-code programming for event-driven applications

Solar Only Systems

This is a tool for Tesla Solar owners who don't have a Powerwall to get a similar dashboard for their systems. This folder contains a setup using the tesla-history script developed by @mcbirse.

InfluxDB 2.x Support

This includes optionals files and instructions to help setup InfluxDB 2.x (instead of 1.8) as the database for the Dashboard. Thanks to @ThePnuts for developing the many flux queries required to replace the 1.8 version continuous queries as well as the Grafana queries in the dashboard.json.

Powerwall Status Monitor and API Request Dumper

This tool is a shell script designed to run as a system service to monitor status of grid, battery percentage, and firmware version, and send an e-mail alert when changes are detected or low battery reached. It is also useful as a command line API request dumper.