
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
homebridge-vw
Advanced tools
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.
npm install -g homebridge-vw
config.json
file"accessories": [
{
"name": "VW Passat",
"username": "email@domain.com",
"password": "password",
"spin": "0000",
"vin": "WVWZZZ3CZLE0000000",
"accessory": "WeConnect"
}
]
Key | Description | Default |
---|---|---|
accessory | Must be WeConnect | N/A |
name | Name of Accessory to appear in the Home app | WeConnect |
lockName | Name of Lock service to appear in the Home app | Doors |
climaterName | Name of Fan service to appear in the Home app | Climatisation |
chargingSwitchName | Name of Switch service to appear in the Home app | Charging |
batteryName | Name of Thermostat service to display battery percentage in the Home app | Battery |
username | Is the username (email) assigned to your WeConnect account | N/A |
password | Is the password assigned to your WeConnect account | N/A |
spin | Spin is the 4 digit code assigned to your WeConnect account | N/A |
vin | VIN of the car, if empty VIN of first car will be used | N/A |
temperature | Target temperature of climatisation | 24.0 |
pollInterval | Time (in seconds) before next poll can occur per Service | 60 |
combineHeating | Climatisation will also start window-heating when true | false |
showBatteryTile | Will create a thermostat displaying the battery percentage | false |
Key | Description | Default |
---|---|---|
model | Appears under the Model field for the accessory | plugin name |
manufacturer | Appears under the Manufacturer field for the accessory | author |
serial | Appears under the Serialnumber field for the accessory | plugin version |
FAQs
Homebridge plugin for VW We Connect
The npm package homebridge-vw receives a total of 1 weekly downloads. As such, homebridge-vw popularity was classified as not popular.
We found that homebridge-vw demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.