Mopar
The mopar
sensor provides the following for owners of FCA vehicles with a uConnect subscription:
- Sensor per vehicle with vehicle health report and other meta-data
- Service for remote commands: Lock/unlock, Engine on/off, Horn & lights
Be sure you have a mopar.com account with your vehicle(s) registered by VIN. You must also have a current uConnect subscription.
To enable this sensor, add the following lines to your configuration.yaml
.
# Example configuration.yaml entry
sensor:
- platform: mopar
username: YOUR_USERNAME
password: YOUR_PASSWORD
pin: YOUR_UCONNECT_PIN
Service
Call the sensor.mopar_remote_command
service to perform a remote command on your vehicle.
-
vehicle_index (Required):
vehicle_index
attribute found on sensor. -
command (Required): One of
lock/unlock/engineon/engineoff/horn
.
Example data:
{
"vehicle_index": 0,
"command": "unlock"
}