Homebridge Plugin for Switcher
Introduction
Homebridge Plugin for Switch makes your Switcher device attachble to Apple HomeKit
Requirements
- Switcher device, of course
- Server with BLE-enabled Bluetooth module equiped
- on macOS
- Xcode installed and configured
- on Linux
- Follow prequisites on this repository
Installation
- Install plugin with
yarn global add homebridge-ioswitcher
. - Fill in homebridge's
config.json
:
{
"accessory": "Switcher",
"name": "<Your switcher name>",
"serial": "<8 character S/N>",
"buttonType": "<one|two>"
}
- Start Homebridge.
Troubleshooting
- How do I choose
buttonType
?- If your Switcher is One-buttoned type, your
buttonType
isone
. - Otherwise, your
buttonType
istwo
.
- If your Switcher is One-buttoned type, your
- Where can I find
serial
?- Check back of your Switcher package box. There, you'll see 8 character long S/N below product barcode.
- Can I use official Switcher App(I/O) while controlling Switcher with Homebridge?
- No.
- How do I check if my Switcher is connected to Homebridge?
- You can see your switcher's MAC address and F/W version on your Homebridge log.