Replies: 3 comments 4 replies
-
Hi @amurug Several months ago, Tesla introduced a FIrmware upgrade that removed the Most recently, we discovered a new API (called TEDAPI - see #392) that is only available on the Gateway WiFi access point (192.168.91.1) that provides most of the vitals data we had before. The Dashboard now supports this and will provide the extended data you are looking for. However, it requires some additional steps (see notes), specifically:
Where
|
Beta Was this translation helpful? Give feedback.
-
Thank you Jason and Jeff. I will give that a try. Appreciate your guidance. On Jul 18, 2024, at 8:42 PM, Jason Cox ***@***.***> wrote:
@jgleigh is right, I think you might be making it more complex than it needs to be. If the Powerwall has a local LAN address (your 192.168.1.x ?) you would just set up a route on your host that is on that same LAN to route 192.168.91.1 traffic via the Powerwall's local LAN address:
sudo ip route add 192.168.91.1 via 192.168.1.x # (where x is the address of the Powerwall)
# test from same host
ping -c 1 192.168.91.1
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks again Jason and Jeff. Was able to test with temporary route and then modify to a persistent route. The extended stats are working great. Appreciate your help ! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've been using Powerwall-Dashboard for about a year now (since I got my Tesla solar panels / Powerwalls). It's been an amazing software to use; appreciate you guys !
While for the first 6-9 months, I had visibility to all of my string data (have 4 strings on each inverter; and would show up as A/B/C/D and A1/B1/C1/D1) and both inverters (Powerwall 2).. I have recently run into an issue where the string data completely disappeared and only the power wall charge was being updated.
Tried to uninstall and reinstall the power wall-dashboard a few times, and now I was able to get some string data, but it is only tied to the first inverter (A/B/C/D). After multiple tries, I am still unable to get the 8 strings and 2 inverters to show as it used to before (I have 4 strings and 1 inverter data show up on my dashboard).
Please advise if I need to do something different to get visibility to the other inverter and set of strings ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions