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.
- Follow the instruction to setup node-dash-button and figure out the MAC Address of the Dash Button.
- Install this plugin using: npm install -g homebridge-amazondash
- Update configuration file or use Homebridge's configuration service on iOS device to setup plugin.
- Run Homebridge with elevated privileges.
{
"platform": "AmazonDash",
"buttons": [
{
"name": "Dash Blue",
"mac": "74:c2:46:0a:f9:3f"
},
{
"name": "Dash Orange",
"mac": "10:ae:60:4d:6a:0b"
}
]
}