New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

homebridge-bmw-connected

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-bmw-connected

A Homebridge plugin to control BMW Connected Drive Cars

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

homebridge-bmw-connected

Control your locks on your BMW Connected Drive Cars

config.json

{
        "accessory": "BMWConnected",
        "name": "My Car",
        "vin": "ABC123",
        "username": "youremail@domain.com",
        "password": "ABC123",
        "client_id": "abcdef"

}

Configuration Params

ParameterDescriptionRequired
namename of the accessory
vinvin number of the car
usernameusername for BMW's Connected Drive service
passwordpassword for BMW's Connected Drive service
client_idID of Client for BMW's servers

Basic Auth

This is a fork from the original script written by nosrak113 (homebridge-bmw-i-remote)

These API calls are designed to allow you to interact with your BMW Connected Drive. They were reverse engineered from the official BMW Connected Drive Website.

Your use of these API calls is entirely at your own risk. They are neither officially provided nor sanctioned.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

In order to authenticate against the API you will need to be registered on BMW's Connected Drive service.

You will need:

  • Your ConnectedDrive registered email address.
  • Your ConnectedDrive registered password.
  • The VIN number of your vehicle
  • The Connected Drive client_id

You can get the client_id details from either decompiling the Android App or from intercepting communications between your phone and the BMW server. This is left as an exercise for the reader ☺

Help

  • Make sure to specify all parameters

Installation

  • Install homebridge using: npm install -g homebridge
  • Install this plugin using: npm install -g homebridge-bmw-connected
  • Update your config file

Keywords

homebridge-plugin

FAQs

Package last updated on 17 Nov 2017

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