Tesla Powerwall 2 : how to get all power data from gateway not only "state of charge"

Hi,
I can successfully connect to my tesla powerwall 2 gateway using the example flow:

https://flows.nodered.org/flow/f39c7e3fac924d5ff62ec3baea570af2

From the httprequest node "Get Tesla SOE" I can get the actual battery charge passing "soe" in the last part of the url:

https:///api/system_status/soe

but how can I get all other power related data i.e:

  • PV solar generated power
  • House power consumption
  • Power to and from the grid

My goal here is to mimic the tesla powerwall dasboard inside my domotic node-red dashboard. Anybody has achieved something similar?

Hi - I used these flows as the starting point and modified them for my use.

https://www.reddit.com/r/nodered/comments/qxhqks/tesla_powerwall_data_in_nodered/

I log all the data to a mySQL db, so there is a lot of custom stuff in my flows. Also, take a look at some of the discussion in these comments:

https://www.reddit.com/r/nodered/comments/qxhqks/comment/hp11n5x/

Hope this helps.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.