0.1.4 • Published 2 years ago

@nzws/homebridge-converter v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@nzws/homebridge-converter

Homebridge Plugin that convert accessories for integration with other home systems.
他のホームシステムに連携するためにアクセサリを変換するプラグイン

Features

  • Lock accessory → Switch accessory
    • google home / alexa などでロックアクセサリは円滑な操作ができないため
  • ...(todo)

Install

npm install --global @nzws/homebridge-converter
  • HomebridgeインスタンスはInsecureモードで起動する必要があります

Config

{
  "accessory": "HBConverter",
  "name": "Room Lock",
  "pin": "031-45-154",
  "port": 51239,
  "aid": 25,
  "type": "lock"
}
  • pin: Homebridge Pin code
  • port: Homebridge Instance Port
  • aid: Accessory aid
  • type: Accessory Type
    • lock: Lock → Switch
0.1.4

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago