Remote Control

Send remote command to a vehicle.

Using Stellantis API you are able to send remote control command to your vehicle(s)!

The remote feature allows to control your vehicle trough cellular network.

Using this tool, it is possible to add remote control features to your mobile application or web application.

Remote Features

  • πŸ”Œ Charging: Start and stop the recharge of the vehicle.
  • πŸ₯· Stolen: Remote operation to update stolen state and immobilization. Only one attribute can be used at a time.
  • πŸ’‘ Lights: Remote to switch on / off lights.
  • ❄️ Preconditioning: Remote preconditioning of the vehicle.
  • πŸ”’ Locking: Remote Lock & Unlock allows to lock and unlock the vehicle.
  • πŸ”ˆ Horn: Remote vehicle horn activation. The eligibility API will provide possible state values for the vehicle.
  • πŸ”’ Immobilization: Requesting the vehicle for immobilization.
  • πŸ“ Navigation: Share GPS positions with the vehicle so it can navigate through them, from the start (1st) to the end (last) position.
  • πŸ”„ State: Refresh and retrieve vehicle status information.
  • πŸ₯± WakeUp: Remote to wake up a vehicle (so it can update its data).
  • πŸš— VehicleFinder: Remote to get the vehicle’s current location.
  • 🚨 Tan: Remote operation to update Theft Alarm Notification suppression and confirmation state. Only one attribute can be used at a time.
  • πŸ‘€ OnboardPersonalData: Enables the user to delete personal data stored in the vehicle.
Retrieve the remote commands!

How Does it Works?

This feature is fully compatible with our REST API, it means that you can configure all your remote action using simple HTTP request.

In addition, remote control provides notification messages during the process of the remote action. You will receive these notification messages on your server, you can understand more about it by reading the webhook references.

Example sending a remote navigation:

remote-action-sequence

Learn how to use Remotes!