Jason Cox
Jason Cox
For my windows setup, here is what I did to get backup to work: ## Command Prompt I didn't need to run as Administrator. I ran "command" and then ran...
> Just out of curiosity, is there a way to make a backup & restore script thats simple to run? Great question. In short, yes. What is there was a...
> Problem still re-occurs - pyPowerwall starts, telegraf and and grafana are stuck in a restarting loop. This actually points to a problem that may not be pypowerwall. Grafana is...
Nice!! :) You can reset the logs by removing and restarting containers: ```bash docker stop pypowerwall influxdb telegraf grafana docker rm pypowerwall influxdb telegraf grafana ./compose-dash.sh up -d ```
That's great about the meter changeover! I just realized that I can compute the "grid_to_pw" value with the rest of values we are gathering. ```python grid_to_pw = positive_values_only ( from_grid...
Thanks @BJReplay for the validation through many examples! And @youzer-name you are a Grafana wizard! I always learn some better way to visualize the data through your notes. Thank you!...
Hi @SomermanM Keep in mind: * The Powerwall has a cert that will produce "invalid" warnings in most browsers. The [Tesla instruction](https://www.tesla.com/support/energy/powerwall/own/monitoring-from-home-network) tell you to "ignore" this warning: * This...
I'm confused. Fiddler is a proxy server. That shouldn't show up in Powerwall-Dashboard. Where are you seeing that? Are you using a web proxy?
Interesting! The weather data showed up after you unplugged the device. Where are you running the Dashboard services (where you ran setup.sh)? That graph indicates that pypowerwall is not running...
Thanks @SomermanM - that's helpful! Fair warning, I have very limited experience with Windows. I have a workstation set up for testing but I'm no expert by any means. 😉...