Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register
This site may earn commission on affiliate links.
Yes you’re right, but it’s a huge imposition on peoples freedom. Australia is massively over governed.
2850E688-B814-4F81-BF76-1B145574201E.jpeg

Always thought this is so appropriate for Australia. Bit of a nanny state.
 
So here's something to look at. With your HPWC visible on your LAN, go here ... https://<IP Address of HPWC>/api/1/vitals ... and you can see a bunch of interesting stuff, including what is happening on your three phases. There are other APIs as well. :)
Ooh, nice.

I have been disappointed that I can't seem to connect the wall charger to any useful UI.

Where are these APIs documented?

I had to use http instead of https, but got this:

{
"contactor_closed": false,
"vehicle_connected": false,
"session_s": 0,
"grid_v": 218.6,
"grid_hz": 49.752,
"vehicle_current_a": 0.6,
"currentA_a": 0,
"currentB_a": 0.3,
"currentC_a": 0.4,
"currentN_a": 0,
"voltageA_v": 4.8,
"voltageB_v": 2.8,
"voltageC_v": 0,
"relay_coil_v": 12,
"pcba_temp_c": 20.2,
"handle_temp_c": 14.6,
"mcu_temp_c": 25,
"uptime_s": 449067,
"input_thermopile_uv": -106,
"prox_v": 0,
"pilot_high_v": 11.8,
"pilot_low_v": 11.9,
"session_energy_wh": 0,
"config_status": 5,
"evse_state": 1,
"current_alerts": []
}
 
Last edited:
had to use http instead of https
Mmmm, it was from memory, but I think you are correct, I too have to use http (port 80).

Anyway, some other API calls to try ...

/api/1/wifi_status
/api/1/lifetime
/api/1/version

... and this may, or may not, work ...

/service

Enjoy (and report back :) )

Oh, BTW, I've been using Edge and this plug-in "JSON Beautifier & Editor" to display the results.
 
  • Like
Reactions: mpowney
OK folks, while you are waiting for your magical VIN to arrive (like me) and are looking for something "Tesla" to do (in order to get your Tesla fix for the day), take a look at this ...


I started playing around with this last night. I set up a Docker container for Home Assistant and now I'm working on getting HA to talk with the HPWC.