0.2.0 • Published 3 years ago

homebridge-switchbot-wohand v0.2.0

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

これ何?(What is this?)

homebridge用、SwitchBot bot(wohand)Plugin。 SwitchBotの為のプラグインは他にも沢山あるけれど、自分好みのものが見つからなかったので作ってみました。

特徴・要件

  • gatttool が必要です。(gatttool required)
  • Bluetoothで直接botにコマンドを送受信する為、SwitchBot hub、SwitchBot hub mini等を必要としません。(Since commands are sent and received directly to the bot via Bluetooth, SwitchBot hub, SwitchBot hub mini, etc. are not required.)
  • UP position / DOWN position等、通常の動作では停止しない位置でhandを停止させる事が可能です。(It is possible to stop the hand at a position that does not stop under normal operation, such as the UP position / DOWN position.)

config.json 記入例

"accessories": [
    {
        "accessory": "switchbot-wohand",
        "name": "Wall Switch",
        "BleMac": "XX:XX:XX:XX:XX:XX",
        "on": "570101",
        "off": "570102"
    },
  {
    ・・・・
  }]