Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push or other message from car to Node-RED? #54

Open
KSumwalt opened this issue Aug 22, 2022 · 1 comment
Open

Push or other message from car to Node-RED? #54

KSumwalt opened this issue Aug 22, 2022 · 1 comment

Comments

@KSumwalt
Copy link

Is it possible to know, without sending a command to the car every x seconds, when the car has been taken out of Park, or some other change in the state of the car? Everything I see is requesting information so I am guessing that is the only possibility since there is no official API at this time but figured I would ask since I get notifications of some changes on my phone via Tesla's app.

Kindest Regards,
Karl S

@coreGreenberet
Copy link
Contributor

coreGreenberet commented Dec 6, 2022

There is something called "Streaming API" which will push some data. However this library isn't supporting it yet.
I would suggest to install teslamate and mqtt.
Teslamate will publish the data from the streaming api to mqtt and you can grab it via mqtt. I'm doing the same currently.
See #50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants