Tesla Powerwall 3 support? #15693
Replies: 8 comments 10 replies
-
I can have a look a Jason's changes, but cannot promise anything. |
Beta Was this translation helpful? Give feedback.
-
Just putting in my 2 cents with a Powerwall 2 and running on firmware version 24.44.0 510adfd5. |
Beta Was this translation helpful? Give feedback.
-
You could use a pyPowerwall proxy server as a workaround and run it in This also works with the Powerwall 2 without any problems. The measured values can then be retrieved via However, a static route to the IP See: https://github.com/jasonacox/pypowerwall/tree/main/proxy
|
Beta Was this translation helpful? Give feedback.
-
Try a custom meter with the http plugin
|
Beta Was this translation helpful? Give feedback.
-
Reposted from proper GH account -- will try a custom meter This is showing promise. pyPowerwall does proxy the config and api as expected. However, some TLS issues to start. Going direct to pypowerwall is a dead end as :8675 is http only and evcc tries to connect to https:// and fails with
not sure if there are any hidden settings to modify this behavior putting pypowerwall behind a proxy with proper tls should work and does not complain in curl and wget even from within the container but evcc still fails with
thoughts? |
Beta Was this translation helpful? Give feedback.
-
Making progress. Past the powerwall startup errors. Now getting
thoughts? |
Beta Was this translation helpful? Give feedback.
-
Getting there!
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your help, I think we're there! Just some final tuning. For those that may be interested, I also got Rivian working with MQTT from HA with the built in rivian add on and a publishing automation. Final Config for those interested in getting PW3 working:
And for the record the mqtt.publish automation on HA side. Seems like evcc wants KM
|
Beta Was this translation helpful? Give feedback.
-
Was hoping to test out evcc but it does not appear there is support for Powerwall 3.
This has been accomplished in:
https://github.com/jasonacox/pypowerwall
but it seems the go-powerwall implementation used in evcc is pretty old and lacks Cloud API or Powerwall 3 support.
Any plans for powerwall 3 support?
Beta Was this translation helpful? Give feedback.
All reactions