homebridge-fordpass
Control your Ford vehicle in HomeKit using Homebridge with this plugin.
Prerequisites
Your vehicle must be connected to FordPass Connect. Download the app or contact your local dealer to see if your vehicle is compatible with FordPass Connect.
Installation
- Install this plugin using:
npm install -g --unsafe-perm homebridge-fordpass
- Add username, passwrod, and vehicles to
config.json
- Run Homebridge
Config.json Example
{
"username": "YOUR_USERNAME",
"password": "YOUR_PASSWORD",
"vehicles": [
{
"name": "VEHICLE NAME",
"vin": "YOUR_VIN"
}
],
"platform": "FordPass"
}
Things to try
- "Hey siri, turn on my car."
- "Hey siri, is the mustang locked?"
- "Hey siri, lock the raptor."
- "Hey siri, what is the fuel level of my fusion?"
Donate to Support homebridge-fordpass
This plugin was made with you in mind. If you would like to show your appreciation for its continued development, please consider making a small donation.
Disclaimer
This plugin and its contributers are not affiliated with Ford Motor Company in any way.