homebridge-familyasyst-aistrip
v1.0.0
Published
This plugin can let you control Family Asyst AiStrip via HomeKit.
Downloads
14
Readme
Homebridge Family Asyst AiStrip Platform
This plugin can let you control Family Asyst AiStrip via HomeKit
Prerequisite
- Downlod this repo
- Run
python3 get_token.py
and follow the instrunction to get key
Installation
After Homebridge has been installed:
sudo npm i -g homebridge-familyasyst-aistrip@latest
Config
Simple config example:
{
"bridge": {
...
},
"accessories": [
...
],
"platforms": [{
"platform": "FamilyAsystAiStripPlatform",
"key": "aabbccddeeff001122334455"
}
]
}