mseminatore / TeslaJS

An Unofficial Tesla API library for NodeJS
https://www.teslajs.org
MIT License
411 stars 102 forks source link

All state APIs return 404s #351

Open justin8 opened 1 year ago

justin8 commented 1 year ago

Describe the bug In the last couple of days any calls to the state APIs (chargeState, climateState, vehicleConfig, vehicleState and driveState) return 404s. All other API calls are behaving as expected.

Steps To Reproduce Identify the steps to reproduce the behavior:

  1. Make an API call with valid credentials to e.g. list vehicles or get details of a single vehicle, it will succeed
  2. Make a call using any state API (chargeState, climateState, vehicleConfig, vehicleState and driveState) and it will NOT succeed

Expected behavior A 200 response on valid API calls

Library version v4.9.11

Additional context Add any other context about the problem here.

github-actions[bot] commented 1 year ago

Thank you for reporting this issue!

IMgoRt commented 1 year ago

Depreciated https://github.com/timdorr/tesla-api/issues/711