====== TeslaMate API ====== 第三方API:https://github.com/tobiasehlert/teslamateapi docker内访问例子: ``` docker exec -it teslamatecn-node-red-1 /bin/bash curl -sSL http://teslamateapi:8080/api/v1/cars/1/charges curl -sSL http://teslamateapi:8080/api/v1/cars/1/drives?startDate=2026-01-01T00:00:00Z curl -sSL http://teslamateapi:8080/api/v1/cars ``` 公网访问例子,使用traefik代理: ``` http://12ca56552212.ax-cloud.cn/mytesla/api/v1/cars http://12ca56552212.ax-cloud.cn/mytesla/api/v1/cars/1/battery-health http://12ca56552212.ax-cloud.cn/mytesla/api ```