BETA: OpenEVSE WiFi 3.x ESP32 - hardware available

Yes, I saw that post.

The problem is that for me
http://openevse/savetesla?user=TESLAUSER&pass&TESLAPASS&enable=true
returns ‘Not Found’

I presume the statement should actually be
http://openevse/savetesla?user=TESLAUSER&pass=TESLAPASS&enable=true

http://openevse/saveteslavi?vi=VEHICLEINDEX returns ‘Not Found’

http://openevse/teslaveh works, returns {"count:"0}

http://openevse/config contains tesla_username and tesla_password but obviously blank values

http://openevse/status contains no tesla charge info.

Also, no tesla charge info added to the JSON

Good that it does not wake the vehicle but Tesla doesn’t care for their servers being polled repeatably so a streaming websocket API solution might be better?
I have some example code if interested?