Powerwall-Dashboard

(β˜… 464)

Grafana Monitoring Dashboard for Tesla Solar and Powerwall Systems

  • .editorconfig
  • .gitattributes
  • .gitignore
  • _config.yml
  • add_route.sh
  • anonymous-access.sh
  • compose-dash.sh
  • compose.env.sample
  • grafana.env.sample
  • influxdb.conf
  • influxdb.env.sample
  • LICENSE
  • location.html
  • powerwall.yml
  • pypowerwall.env.sample
  • README.md
  • RELEASE.md
  • setup.sh
  • telegraf.conf
  • telegraf.local.sample
  • tz
  • tz.sh
  • upgrade.sh
  • ver.sh
  • verify.sh
  • VERSION
  • watchdog.sh
  • weather.sh
  • WINDOWS.md

# Installation Guide

1. Get the code
git clone https://github.com/jasonacox/Powerwall-Dashboard

Downloads the entire project code from GitHub to your computer.

cd Powerwall-Dashboard

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
pip install pypowerwall

Installs the package published on PyPI directly β€” no need to clone the source.

pip install pypowerwall -U

Installs the package published on PyPI directly β€” no need to clone the source.

sudo apt-get install docker-compose-plugin

Installs directly from the APT package repository (Debian/Ubuntu-based).

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Docker

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker exec -it influxdb influx -import -path=/var/lib/influxdb/influxdb.sql

Type this command into your terminal and run it.

docker logs -f pypowerwall

Type this command into your terminal and run it.

docker logs -f telegraf

Type this command into your terminal and run it.

docker logs -f influxdb

Type this command into your terminal and run it.

docker logs -f grafana

Type this command into your terminal and run it.

βœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

Pulled directly from this repo's README.

// repository documentation