Replies: 3 comments 13 replies
-
Checking in some details here: My installation consists of one Gateway 3 and three Powerwall 3 units. The Tesla One account is connected to my primary PW3. I looked and I don't see any Wifi information or the like on the Gateway 3. The PW3 is hardwired and on the network as 192.168.90.2. The Tesla One account shows the PW3 connected on cellular, Wifi, and Ethernet. I cite all of this because the instructions here say to connect to the gateway, but I don't see that information. My primary PW3 appears to be handling that role, and I'm not sure if that's new, evolutionary, etc. When I try to use the tedapi (option 4), connecting to the primary PW3 with the Wifi password as the gateway password gives me back an Access Denied. I'm wondering if things have changed here and the comments have not yet caught up, Running version 0.11.1. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hope you can help. Struggling to connect to my PW3 from either my PC or rpi using tedapi. My PW3 seems to have registered itself on my primary SSID as 192.168.1.115 but also appears as an additional SSID, TeslaPW_XXXXXX (last 6 chars redacted). If I connect direct to the Tesla SSID, the command "python -m pypowerwall tedapi" works, once I input the password and I get various data re my PW3, viz:
However, the command does NOT work if I connect to my primary SSID - it cannot find the powerwall. I believed I therefore needed to create a route. Which I did. This time, the command seems to find powerwall but, after prompting me for the password, gives a "Failed to Connect" error message, Viz:
My supposition is that the password doesnt seem to be getting through the route? (I tried several times and checked I input the password correctly very carefully.) The above is a session on my PC, but the same seems to hold true from trying the same thing on my raspberrypi. PW3 running firmware 25.18.1 Can you shed any light please? Regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to use the latest pypowerwall to connect to the Powerwall gateway TEDAPI interface:
First, you need to create a network route to get to that endpoint via your local network (or direct connect to the Gateway's WiFi access point):
Next, find the Gateway WiFi password that is typically located on the QR code on the gateway itself. Use that to connect with something like this:
Research on TEDAPI: jasonacox/Powerwall-Dashboard#392
Beta Was this translation helpful? Give feedback.
All reactions