onokje / node-red-contrib-tesla

Node red nodes to control Tesla vehicles and devices
MIT License
20 stars 11 forks source link

Usage of Tesla streaming API? #50

Open bastelbert opened 2 years ago

bastelbert commented 2 years ago

Hi, first of all thank you very much for this great project! I already used your node to realize a charge controller based on my solar production.

I am wondering if it's possible to integrate the Tesla streaming API to receive streaming vehicle data on-change, like these two projects do?

  1. https://github.com/adriankumpf/teslamate https://docs.teslamate.org/docs/faq#why-am-i-missing-data-when-not-using-the-streaming-api
  2. https://pypi.org/project/TeslaPy/
onokje commented 2 years ago

Yeah I am definitely interested in the streaming api. I have looked into it before, but that was a few years ago. There weren't any examples yet :) I will look into it in the future. In the mean time, ideas and examples are welcome.

bastelbert commented 2 years ago

Maybe it's worth a shot taking a look a Teslamate?