1.0.0 • Published 1 year ago

homebridge-skoda-connect v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Homebridge Skoda Connect

Homebridge plugin to integrate Skoda Connect with Apple HomeKit.

Installation

  1. Install the skodaconnect library:
    sudo pip3 install skodaconnect
  2. Install the Homebridge plugin:
    npm install -g homebridge-skoda-connect

Configuration

Add the configuration to the Homebridge config.json file:

{
    "accessories": [
        {
            "accessory": "SkodaAccessory",
            "name": "My Skoda",
            "username": "YOUR_SKODA_CONNECT_USERNAME",
            "password": "YOUR_SKODA_CONNECT_PASSWORD"
        }
    ]
}

Features

The plugin allows you to see the status of various parts of you Skoda vehicle and control the heating and climatisation systems through Apple HomeKit.

  • View the lock status of your car
  • View the range of your car
  • View and control the heating status
  • View and control the climatisation status
  • View the status of doors, windows, sunroof, lights, trunk and hood

Usage

The plugin allows you to see the status of various parts of your Skoda vehicle and control the heating and climatisation systems through Apple HomeKit.

1.0.0

1 year ago