homebridge-familyasyst-aistrip
v1.0.0
Published
This plugin can let you control Family Asyst AiStrip via HomeKit.
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.pyand 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"
}
]
}