
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
homebridge-vw
Advanced tools
This homebridge plugin exposes a Fan (climatisation on/off) and a Lock (lock/unlock car) 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 two split accessories. Thanks to Trocotronic (https://github.com/trocotronic) for the WeConnect Python API.
npm install -g homebridge-vwconfig.json file"accessories": [
{
"name": "VW ID.4",
"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 |
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 | 30 |
| 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 102 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.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.