A plugin for nfarina/homebridge which support Parrot Rolling Spider, using voodootikigod/node-rolling-spider.
-
Install homebridge and this plugin using:
sudo npm install -g homebridge homebridge-rolling-spider
-
Update your configuration file. See the sample below.
Configuration sample:
"accessories": [
{
"accessory": "RollingSpider",
"name": "drone",
"uuid": ""
}
]
UUID is an optional value, typically leave it blank and your drone will be found automatically by node-rolling-spider. If you want to discover and specify your UUID, use Discovery Tool. See more details in voodootikigod/node-rolling-spider.