TeslaJS
TeslaJS copied to clipboard
An Unofficial Tesla API library for NodeJS
Suggestion to remove the section on `npm install teslajs --save`. I had never heard of the `--save` flag before, and it looks like this is now the default npm behavior:...
hello Is it possible to run a package in react-native? If it doesn't work, do you have a plan to make one?
Very basic PR that is largely a copy/paste from the existing solar method/API call directly above it. This allows you to pull the 'solar history' for a given energy site...
Received the following error when I go to the checked out repo and run "npm install" ``` npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/colors/-/colors-1.4.2.tgz npm...
request: https://owner-api.teslamotors.com/api/1/vehicles/xxxxxxxx/command/remote_start_drive response : {"response":null,"error":"user not found","error_description":""} I am in China, It was normal for me to use the remote start command before March 26, 2022, and then I used...
Hi, First of all, thanks for making this happen, really like it... I do however have one issue. I cannot seem to set "maxdefrost" , whatever I try (climate control...
The owner API now accepts JWTs issued by the SSO server, so it's no longer necessary to exchange the SSO JWT for an owner API-specific access token. This pull request...
Fixes #308 and some other typos Changes proposed in this pull request: * Let query vehicle with vehicleData without avoiding it to fall asleep
Fixes #311. Changes proposed in this pull request: * Add low level Tesla get/post API that manage Authentication header * Add low level Tesla vehicleGet/vehiclePost API that manage Authentication header...
**Is your feature request related to a problem? Please describe.** There are lot of new API to create but it will be easier to just have a way to explore...