-
Anyone else with this problem? I also noticed this new statement in Customer Facing Gateway Summary Page: I also see some log Errors:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi @s0schen - My system upgraded last night as well. Originally all data stopped and upon investigation, I saw "API rate limit" errors on the Powerwall gateway portal. Somehow during the upgrade, my latest password reset reverted and I had to update it again and things restored. During my troubleshooting I reset the gateway (not sure if that matters). Right now, I'm not seeing any missing data, but I do see the note you mention on the Summary Page. Try this to see if you can get that data: # change localhost to the machine running the pypowerwall
http://localhost:8675/vitals
http://localhost:8675/soe
http://localhost:8675/pod Also, you can try to access it directly via pypowerwall in python: import pypowerwall
pw = pypowerwall.Powerwall(host,password,email)
pw.grid()
pw.level()
pw.vitals() |
Beta Was this translation helpful? Give feedback.
-
Problem Solved. Used Installer login to look at the system and discovered that one of four powerwalls was in a failed update mode and was disabled. Luckily problem was fixed by running install wizard and it forced the powerwall update which was successful this time and brought the fourth powerwall back online. Unfortunately I've had this problem in the past. |
Beta Was this translation helpful? Give feedback.
Problem Solved. Used Installer login to look at the system and discovered that one of four powerwalls was in a failed update mode and was disabled.
Luckily problem was fixed by running install wizard and it forced the powerwall update which was successful this time and brought the fourth powerwall back online. Unfortunately I've had this problem in the past.