Hey @eiannone 👋
While trying to run your code from a fresh install I get this error. It looks like the function is unable to validate response from the car..
file:///Users/mayanagarwal/Downloads/Git/tesla-cmd-api/src/CarServer.js:50
throw new Error("Session info hmac invalid");
^
Error: Session info hmac invalid
at CarServer.#sendRequest (file:///Users/mayanagarwal/Downloads/Git/tesla-cmd-api/src/CarServer.js:50:23)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async CarServer.startSession (file:///Users/mayanagarwal/Downloads/Git/tesla-cmd-api/src/CarServer.js:64:9)
at async file:///Users/mayanagarwal/Downloads/Git/tesla-cmd-api/index.js:18:1
When I try to move forward without verifying the command, the response from the car when we send the chargingSetLimit action contains - signedMessageStatus: MessageStatus { operationStatus: 2, signedMessageFault: 5 },
Which signifies Command signature/MAC is incorrect. Use included session info to update session and try again
Hey @eiannone 👋
While trying to run your code from a fresh install I get this error. It looks like the function is unable to validate response from the car..
When I try to move forward without verifying the command, the response from the car when we send the chargingSetLimit action contains -
signedMessageStatus: MessageStatus { operationStatus: 2, signedMessageFault: 5 },Which signifies
Command signature/MAC is incorrect. Use included session info to update session and try again