Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-misfit-bolt

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-misfit-bolt

Misfit Bolt plugin for homebridge

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

homebridge-misfit-bolt

Misfit Bolt plugin for Homebridge. Let you control your Misfit Bolt via HomeKit / Siri. Requires misfit-bolt-http module running as a separate program.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-misfit-bolt
  3. Update your configuration file. See the sample below.

Configuration

Configuration sample

 "platforms": [
     {
         "platform": "MisfitBolt",
         "name": "MisfitBolt",
         "accessories": [{
           "id": "20338f8afaac",
           "name": "Bolt",
           "baseUrl": "http://localhost:3000/20338f8afaac"
         }]
     }
 ]

Accessories Required properties

id

Identifier of your Misfit Bolt.

On Linux, this corresponds to the bluetooth address of the bulb. You can find out your identifier using the following command:

$ sudo hcitool lescan
LE Scan ...
20:33:8F:8A:FA:AC MFBOLT

will become in your config (assuming the service misfit-bolt-http runs locally on port 3000):

{
  "id": "20338f8afaac",
  "name": "Bolt",
  "baseUrl": "http://localhost:3000/20338f8afaac"
}

Note: On OSX, the id field is a UUID which differs from the bluetooth address.

name

Name of your Bolt, as you want it to appear in your HomeKit supported app.

baseUrl

URL of the Bolt as exposed via misfit-bolt-http module. See misfit-bolt-http for setup and configuration details.

TODO

  • Tests

Keywords

FAQs

Package last updated on 18 Aug 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc