A Homebridge plugin for SwitchBot Button Presser.
gatttool
needs to be installedInstall the npm package:
sudo npm install -g homebridge-switchbot-button-presser
Find your SwitchBot's MAC address (BLE MAC) with the official iOS/Android app, and add an accessory definition via the plugin options or manually in ~/.homebridge/config.json
:
{
"accessories": [
{
"accessory": "SwitchBotButtonPresser",
"name": "Coffee Machine",
"macAddress": "01:23:45:67:89:AB",
"stateful": false
}
]
}
homebridge-switchbot The Homebridge SwitchBot OpenAPIplugin allows you to access your SwitchBot Device(s) from HomeKit with Homebridge. Installation Search for "SwitchBot" on the plugin screen of Home
@switchbot/homebridge-switchbot-ble The @switchbot/homebridge-switchbot-ble is a nodejs module , and also a homebridge plug-in that directly controls SwitchBot products via BLE. Now supports: SwitchBo
Homebridge SwitchBot OpenAPI Pleas visit homebridge-switchbot, the new switchbot plugin.
Homebridge SwitchBot Homebridge SwitchBot is plugin for Homebridge that allows you to manage SwitchBot (the Bot) like a switch accessory on the Home app. Supported SwitchBot devices SwitchBot (the Bot
Button Platform for Homebridge This Homebridge platform plugin creates virtual buttons that can be triggeredusing HTTP requests. It was originally created to provide HomeKit support forFlic smart butt
homebridge-video-foorbell ffmpeg plugin for Homebridge Installation Install ffmpeg on your Raspberry Install this plugin using: npm install -g npm i homebridge-video-doorbell-button --unsafe-perm Edit