| command.py | Vehicle commands (climate, charging, locks, etc.) | | vehicledata.py | Read vehicle data (battery, climate, location, etc.) | | vehicles.py | List vehicles + refresh cache | | auth.py | Authentication and configuration | | teslaoauthlocal.py | OAuth helper with local callback server |
| startproxy.sh | Start the signing proxy (for vehicle commands) | | stopproxy.sh | Stop the signing proxy |
No .env file loading — credentials in config.json or environment variables.
차량/에너지 장치 데이터를 읽거나 원격 명령(예: HVAC 사전 조정 시작, 차량 깨우기, 충전 제어)을 실행하기 위해 Tesla의 공식 Fleet API와 통합할 때 사용합니다. 온보딩(개발자 앱 등록, 지역/기본 URL), OAuth 토큰 흐름(타사 + 파트너 토큰, 새로 고침 순환), 필수 도메인/공개 키 호스팅, 서명된 차량 명령에 Tesla의 공식 vehicle-command/tesla-http-proxy 사용을 다룹니다. 출처: odrobnik/tesla-fleet-api-skill.