Powerwall-Dashboard
Grafana Monitoring Dashboard for Tesla Solar and Powerwall Systems
File Explorer
Download Latest Version (.zip)- .keep
- bug-report.md
- idea.md
- other.md
- setup-help.md
- validate.yml
- backup.sh.sample
- README.md
- restore.sh.sample
- dashboard-animation.json
- dashboard-grid.json
- dashboard-new.json
- dashboard-orig.json
- dashboard-v2.8.2.json
- dashboard-v2.8.3.json
- dashboard-v2.9.0.json
- dashboard-v2.9.1.json
- dashboard-v2.9.9.json
- dashboard-alt.json
- dashboard-min-mean-max.json
- dashboard-no-animation.json
- dashboard-simple.json
- dashboard-solar-only.json
- dashboard.json
- powerflow-animation.html
- README.md
- influxdb.yml
- .keep
- sunandmoon-template.yml
- check_cq_health.py
- dropcq.sql
- influxdb.sql
- run-once-2.8.0.sql
- run-once-2.8.3.sql
- run-once-2.9.2.sql
- ecowitt-weather-history.py
- README.md
- energy.py
- README.md
- export.py
- export_outages.py
- README.md
- fixmonthtags.py
- README.md
- README.md
- viewer.py
- tesla_energy.alerts.flux
- tesla_energy.instant_power.flux
- tesla_energy.inverters
- tesla_energy.kwh.flux
- tesla_energy.pods
- tesla_energy.pwtemps.flux
- tesla_energy.strings.flux
- tesla_energy.vitals.flux
- tesla_energy.alerts.json
- tesla_energy.instant_power.json
- tesla_energy.inverters.json
- tesla_energy.kwh.json
- tesla_energy.pods.json
- tesla_energy.pwtemps.json
- tesla_energy.strings.json
- tesla_energy.vitals.json
- Tesla Energy-Dashboard v0.13.json
- README.md
- telegraf.conf
- configmap.yaml
- dashboard-canvas.json
- dashboard-html.json
- grafanadatasources.yaml
- grafanadeployment.yaml
- grafanapvc-local.yaml
- grafanapvc.yaml
- grafanaservice.yaml
- influxdbdeployment.yaml
- influxdbpvc-local.yaml
- influxdbpvc.yaml
- influxdbservice.yaml
- metallb-config.yml
- metalLbL2Advertise.yaml
- namespace.yaml
- pypowerwalldeployment.yaml
- pypowerwallpvc-local.yaml
- pypowerwallpvc.yaml
- pypowerwallservice.yaml
- readme.md
- telegrafconfig.yaml
- telegrafdeployment.yaml
- weather411config.yaml
- weather411deployment.yaml
- weather411service.yaml
- README.md
- docker-compose.yml
- Dockerfile
- mock_client.py
- README.md
- server.py
- test_server.py
- pvoutput.py
- README.md
- pwstatus.conf.sample
- pwstatus.sh
- README.md
- README.md
- README.md
- switch-mode.conf
- switch-mode.sh
- switch-mode.zsh
- Dockerfile
- powerwall.extend.yml.sample
- README.md
- tesla-history.py
- upload.sh
- build.sh
- Dockerfile
- example_usage.json
- pwdusage.extend.yml
- README.md
- Savings panel.json
- test_service.sh
- upload.sh
- Usage Detail Dashboard.json
- Usage Summary v1 dashboard.json
- Usage Summary v2 dashboard.json
- README.md
- weather-history.py
- DOCKER.md
- README.md
- dashboard-localweather.json
- Dockerfile
- ecowitt.conf.sample
- README.md
- server.py
- upload.sh
- README.md
- dashboard-weather411.json
- Dockerfile
- README.md
- server.py
- upload.sh
- weather411.conf.sample
- .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
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- 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).
Pulled directly from this repo's README.
3. Docker
Easy- 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.
Pulled directly from this repo's README.
