Skip to content

Releases: frankea/homebridge-mopar

Release v0.9.14-beta.2 (Beta)

21 Oct 05:01

Choose a tag to compare

Pre-release

⚠️ This is a beta release

See CHANGELOG.md for details.

Release v0.9.13 (Beta)

20 Oct 20:47

Choose a tag to compare

Pre-release

⚠️ This is a beta release

See CHANGELOG.md for details.

v0.9.10 - Initial Public Release

20 Oct 21:10

Choose a tag to compare

Pre-release

🎉 Initial Public Release

Beta Status - Seeking vehicle testers for different Mopar brands!

✅ Tested On

  • 2022 Chrysler Pacifica (fully tested)

🔄 Expected to Work

All Mopar vehicles with active Uconnect subscription:

  • Chrysler, Dodge, Jeep, Ram, Fiat, Alfa Romeo

Features

Vehicle Controls

  • 🔐 Lock/Unlock doors
  • 🚗 Remote Start/Stop engine
  • 📢 Horn & Lights activation
  • 🌡️ Climate control (72°F)

Sensors

  • 🔋 Battery status monitoring
  • 🚪 Door contact sensors (all doors)
  • 🚗 Trunk sensor

Reliability Features

  • Proactive session refresh (50 minutes + 20 hours)
  • 🚀 Fast startup with intelligent caching (~5 seconds)
  • Commands always succeed immediately (no re-auth waiting)
  • 🔄 Background API refresh for maximum reliability
  • 🎙️ Full Siri voice control integration

Installation

npm install -g homebridge-mopar

Or search for "homebridge-mopar" in the Homebridge UI.

Requirements

  • Node.js >= 18.20.0
  • Homebridge >= 1.8.0
  • Active Mopar.com account with remote services

Configuration

{
  "platforms": [
    {
      "platform": "Mopar",
      "name": "Mopar",
      "email": "your-email@example.com",
      "password": "your-password",
      "pin": "1234"
    }
  ]
}

Help Wanted! 🙏

Please test with your vehicle and report results:

Documentation

Support


Created by Adam Franke