Replies: 2 comments 6 replies
-
Hi @mbaturin , sorry to hear about the trouble. It is also possible that your system upgraded to a newer firmware that eventually caused the lockout.
Actually, your screenshot shows "https:" but it is red because it is a Tesla self-signed cert. This is as expected.
Keep in mind that the password for the Powerwall is not the same as your Tesla online account. You should try to log in to the web portal of your Powerall. You will need to bypass the the "upgrade" screens by (1) click the "Continue" button at the bottom then (2) click the "UPGRADE LATER" button (super light color button on bottom of second screen). It should then present you with a login. The login you use for that will be the same you use for pypowerwall setup. Note: If you are getting LoginError: Invalid Powerwall Login errors but have double checked your password and are sure it is correct, try using the last 5 characters of the password written on the Powerwall Gateway. The logs do indicate the Powerwall is not responding to you. That could be caused by being locked out (the Powerwall will block you if it detects heavy load). After you verify the password above, stop pypowerwall and let it stay offline for at least 10 minutes. Restart it and check the logs to ensure it is working: docker stop pypowerwall
# wait 10m
docker start pypowerwall
# check logs
docker logs pypowerwall -f If it is still not working, try installing pypowerwall and running a scan to ensure it can find the powerwall: pip install pypowerwall
python3 -m pypowerwall scan |
Beta Was this translation helpful? Give feedback.
-
@jasonacox - today my power went out for less than a second and came back on. I have a ticket in with Tesla Powerwall support to put a -2.5 offset on my frequency to fix issues with home UPS's I have. I thought it had to do with that (maybe it did). However, when this happened my Powerwall Dashboard stopped collecting data. I can't login to the Gateway from the local IP, nor from Netzero app etc. I ran a verify on powerwall-dashboard and see this now: Verify Powerwall-Dashboard 4.4.6 on Linux - Timezone: America/New_YorkThis script will attempt to verify all the services needed to run Checking pypowerwall
Checking telegraf
Checking influxdb
Checking grafana
Checking weather411
One or more tests failed. Any ideas as to how I might be able to get this back on? EDIT: Spoke with Powerwall support - got info that my system was updated this morning to 24.28.1. That likely explains the very quick power fluctuation, but hoping they didn't remove API access in this version. EDIT2: After a few hours I was finally able to get the password to update on the Gateway and then was able to use that to rerun setup.sh and put the new password in. Everything worked after that. I feel like I did the same thing 5-6 times and it worked on the 6th time, so I think it might just be that I had to wait some time. As a sidenote, confirmed working on 24.28.1. |
Beta Was this translation helpful? Give feedback.
-
I changed my Tesla password a week ago and didn't think to update the Powerwall Dashboard config. Is still worked for the last week, but suddenly today stopped collecting data from around 5:35PM ET. I reran the setup and updated the password, but I am still not having any luck getting it to connect. My logs indicate that there are timeout errors:
LogsPowerwallDashboard.txt
One thing I noticed is that if I access my Gateway from a browser (pr at least the page now saying to download Tesla One), I see that it is not https. Log file is saying its using port=443 which makes me think it is trying over https?
verify.sh found these failures:
Verify Powerwall-Dashboard 4.4.6 on Linux - Timezone: America/New_York
This script will attempt to verify all the services needed to run
Powerwall-Dashboard. Use this output when you open an issue for help:
https://github.com/jasonacox/Powerwall-Dashboard/issues/new
Checking pypowerwall
Checking telegraf
Checking influxdb
Checking grafana
Checking weather411
One or more tests failed.
Beta Was this translation helpful? Give feedback.
All reactions