Replies: 5 comments 24 replies
-
HI @JEMcats - the curl -k -X POST https://192.168.91.1/tedapi/v1r -o v1r.bin When I have time, I'll see about testing the URI with our regular framework but if you are interested, here is how we are handling the pypowerwall/pypowerwall/tedapi/__init__.py Lines 234 to 269 in 808ecfd
If you connect your computer directly to the WiFi of the Powerwall access point (the leader SSID e.g. |
Beta Was this translation helpful? Give feedback.
-
The password to use for the PW3 (i.e GW_PWD) is the same password that is used for the TeslaPW_XXXXXX network. The information is listed on a sticker behind the front cover. |
Beta Was this translation helpful? Give feedback.
-
On my PW3's, the QR code on the outside is the Serial Number. The only place I have found to get the password in the sticker in the front (after the cover has been removed). Cover can be removed via some torx heads screws (glass cover, so be careful).
…________________________________
From: Jason Cox ***@***.***>
Sent: Sunday, June 22, 2025 3:51 PM
To: jasonacox/pypowerwall ***@***.***>
Cc: heynorm ***@***.***>; Comment ***@***.***>
Subject: Re: [jasonacox/pypowerwall] PowerWall 3 Local API (Discussion #187)
Well, I don't have a PW3, but from what I can tell the QR code can be on the side or inside:
image.png (view on web)<https://github.com/user-attachments/assets/69f416ea-685a-42a5-b860-d454c5186d87> image.png (view on web)<https://github.com/user-attachments/assets/a315b2b6-38d5-4558-b983-b8d586702362> image.png (view on web)<https://github.com/user-attachments/assets/17d24bd6-9688-4af7-b4d5-ef1a97e22a87>
SPAN actually has a good instruction page on it: https://techportal.span.io/s/technical-documents/app-note-commission-tesla-powerwall-3
—
Reply to this email directly, view it on GitHub<#187 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APUXY3F6N6ULUTH6XUMJ5233E4XONAVCNFSM6AAAAAB72QRDJ6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJUGUYTGNA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Good news 🎉, I have the password to my leader Powerwall's network, I tested it and got data back. I am in the process of setting up a raspberry pi to host Powerwall Dashboard. Question, does the |
Beta Was this translation helpful? Give feedback.
-
When I am setting up Powerwall dashboard I get:
Any ideas? Update.I ran verify.sh and got:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was using my Tesla app one day and went to look in settings. I noticed:


So I connected my phone to Proxyman on my Mac and saw it making requests to
https://192.168.200.195/tedapi/v1r
which when looked up on my router is the IP of one of my two PowerWall 3's (I have a Gateway 2 but it is not on the network because the Powerwall seems to have taken them over as explained by the diagram below).I looked closer at the requests and saw one header that might be useful:
The request body was in
OCTET-STREAM
format and I am not sure how to decode that but I do have a Hex of it.The response had no special headers but the body was formatted like:
It also had some, what looked like binary, characters at the beginning of the response body.
If anyone could try to replicate this with their system and try to decode the request body, or provide me with information on how to decode the request body. It would be appreciated, thank you.
Note
I did see #104, but in my case the gateway is not connected to my network only the PowerWalls and if I try to run
sudo route add -host 192.168.91.1 192.168.200.195
andpython3 -m pypowerwall.tedapi
I get:Also I am running firmware version
25.18.1
so I cannot use add_route.sh because it is not forPowerwall Firmware 24.10.0 and later
as it no longer allows routed access to the TEDAPI interface.Beta Was this translation helpful? Give feedback.
All reactions