Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

homebridge-vw

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-vw

Homebridge plugin for VW We Connect

latest
Source
npmnpm
Version
1.0.24
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-vw

npm npm

Description

This homebridge plugin exposes two Fan accessories (climatisation on/off and windowheating on/off), a Lock (lock/unlock car) and a Switch (Charging/Not charging) to Apple's HomeKit. It is advised to split the accessory into separate tiles (standard HomeKit functionality) and use a room with the name of the car for the split accessories. Thanks to Trocotronic (https://github.com/trocotronic) for the WeConnect Python API.

Installation

  • Install homebridge
  • Install this plugin: npm install -g homebridge-vw
  • Update your config.json file

Configuration

"accessories": [
     {
        "name": "VW Passat",
        "username": "email@domain.com",
        "password": "password",
        "spin": "0000",
        "vin": "WVWZZZ3CZLE0000000",
        "accessory": "WeConnect"
     }
]

Core

KeyDescriptionDefault
accessoryMust be WeConnectN/A
nameName of Accessory to appear in the Home appWeConnect
lockNameName of Lock service to appear in the Home appDoors
climaterNameName of Fan service to appear in the Home appClimatisation
chargingSwitchNameName of Switch service to appear in the Home appCharging
batteryNameName of Thermostat service to display battery percentage in the Home appBattery
usernameIs the username (email) assigned to your WeConnect accountN/A
passwordIs the password assigned to your WeConnect accountN/A
spinSpin is the 4 digit code assigned to your WeConnect accountN/A
vinVIN of the car, if empty VIN of first car will be usedN/A
temperatureTarget temperature of climatisation24.0
pollIntervalTime (in seconds) before next poll can occur per Service60
combineHeatingClimatisation will also start window-heating when truefalse
showBatteryTileWill create a thermostat displaying the battery percentagefalse

Additional options

KeyDescriptionDefault
modelAppears under the Model field for the accessoryplugin name
manufacturerAppears under the Manufacturer field for the accessoryauthor
serialAppears under the Serialnumber field for the accessoryplugin version

Keywords

homebridge-plugin

FAQs

Package last updated on 14 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts