Replies: 1 comment 12 replies
-
First, verify that you set the
Next, stop and restart pypowerwall: # Stop and remove pypowerwall
docker stop pypowerwall
docker rm pypowerwall
# Restart
./compose-dash.sh up -d
# View Logs
docker logs pypowerwall -f |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the dashboard and everyting went well. Now I am looking to add the Vitals to get the String data.
I created a route to the GW on my Router. I can ping 192.168.1.1 from my Rasbperry Pi where this is installed. I can log onto the Gateway app from my Android phone by going to the 192.16.191.1 address. I use my Email and a password that I changed previously.
verify.sh sees 192.168.91.1 but Tedapi will not connect
Checking pypowerwall
Any thoughts on next area to check?
Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions