当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-switchbot-button-presser

Homebridge plugin for the SwitchBot Button Presser
授权协议 ISC License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 蒋正平
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Homebridge SwitchBot Button Presser

A Homebridge plugin for SwitchBot Button Presser.

Requirements

  • Currently only Linux is supported
  • gatttool needs to be installed

Installation

Install 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