显示页面过去修订反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 ====== 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 ``` docker/teslamate/teslamateapi.txt 最后更改: 2026/02/05 08:33由 admin