@nzws/homebridge-converter
v0.1.4
Published
Homebridge Plugin that convert accessories for integration with other home systems.
Downloads
4
Keywords
Readme
@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 codeport
: Homebridge Instance Portaid
: Accessory aidtype
: Accessory Typelock
: Lock → Switch