Tesla Driver Driver - Printable Version +- CQC Community Support Forum (https://cqccommunity.com) +-- Forum: Community General Discussion (https://cqccommunity.com/forumdisplay.php?fid=1) +--- Forum: Driver Development (https://cqccommunity.com/forumdisplay.php?fid=4) +--- Thread: Tesla Driver Driver (/showthread.php?tid=1) |
Tesla Driver Driver - kfly - 01-11-2024 Finally got around to writing a quick driver to interface with Tesla. I used the TeslaFi with aToken interface instead of the native Tesla api as there is lots of issues with polling your car and it not going to sleep. TeslaFi api seems to be very advanced and does a great job at letting the car go to sleep, so I used it... Looks like TeslaFi polls the car every minute or two. CQC Driver updates every 30 seconds. TeslaFi limits all requests and commands to 3 data calls per minute but that should be enough. Test Driver attached. All data fields are read only. |