Description
Remote start via toyota_na.engine_start returns 500 Internal Server Error for the 2025 Toyota Sienna XLE AWD (hybrid-only platform). Remote start works correctly in the official MyToyota app, confirming the subscription is active and the account is properly authenticated.
Vehicle
- Model: 2025 Toyota Sienna XLE AWD
- Drivetrain: Hybrid only (no ICE option on this model)
- Integration version: latest (v2.6.7)
- HA version: 2026.1.2
Steps to Reproduce
service: toyota_na.engine_start
data:
vehicle: <device_id>
Returns: 500 Internal Server Error
Expected Behavior
Remote start triggers, as it does via the MyToyota app.
Analysis
Based on the integration source, engine_start sends {"command": "engine-start"} to the Toyota API. For hybrid vehicles, Toyota's app appears to use a different command path (possibly climate-start or remote-climate). This matches the pattern reported in #116 (RAV4 Prime) and Discussion #132 (2025 RAV4 PHEV).
The Sienna XLE is hybrid-only — there is no ICE variant — so engine-start is never the correct command for this vehicle.
Related Issues
Request
Could the integration detect hybrid vehicles (or expose a separate climate_start service) and route to the appropriate API command? Happy to test any PRs against my 2025 Sienna.
Description
Remote start via
toyota_na.engine_startreturns 500 Internal Server Error for the 2025 Toyota Sienna XLE AWD (hybrid-only platform). Remote start works correctly in the official MyToyota app, confirming the subscription is active and the account is properly authenticated.Vehicle
Steps to Reproduce
Returns:
500 Internal Server ErrorExpected Behavior
Remote start triggers, as it does via the MyToyota app.
Analysis
Based on the integration source,
engine_startsends{"command": "engine-start"}to the Toyota API. For hybrid vehicles, Toyota's app appears to use a different command path (possiblyclimate-startorremote-climate). This matches the pattern reported in #116 (RAV4 Prime) and Discussion #132 (2025 RAV4 PHEV).The Sienna XLE is hybrid-only — there is no ICE variant — so
engine-startis never the correct command for this vehicle.Related Issues
Request
Could the integration detect hybrid vehicles (or expose a separate
climate_startservice) and route to the appropriate API command? Happy to test any PRs against my 2025 Sienna.