vloschiavo/powerwall2

Powerwall firmware v1.17.1

spoonwzd opened this issue · 0 comments

It seems that Tesla have introduced a new authentication step in firmware v1.17.1 that prevents the Powerwall wizard running when you call /api/login/Basic.

A quick examination of the traffic shows that the form sends "force_sm_off":true when you tick the box.

I've confirmed that this works when using curl

curl -s -i -X POST -H "Content-Type: application/json" -d '{"username":"","password":"ST123456789","force_sm_off":true}' http://192.168.xxx.xxx/api/login/Basic