Skip to content

engine_start fails for hybrid vehicles (2025 Sienna XLE AWD) - needs climate-start command #162

Description

@EdFabre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions