homebridge-amazondash

0.0.8 • Public • Published

homebridge-amazondash

Amazon Dash plugin for Homebridge

As of iOS 10.2, Apple's Home app still don't support programable switch. Please use third party HomeKit app like Home or Hesperus to setup automation.

Installation

  1. Follow the instruction to setup node-dash-button and figure out the MAC Address of the Dash Button.
  2. Install this plugin using: npm install -g homebridge-amazondash
  3. Update configuration file or use Homebridge's configuration service on iOS device to setup plugin.
  4. Run Homebridge with elevated privileges.

Config.json Example

{
  "platform": "AmazonDash",
  "buttons": [
    {
      "name": "Dash Blue",
      "mac": "74:c2:46:0a:f9:3f"
    },
    {
      "name": "Dash Orange",
      "mac": "10:ae:60:4d:6a:0b"
    }
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i homebridge-amazondash

Weekly Downloads

1

Version

0.0.8

License

ISC

Last publish

Collaborators

  • khaost