1.0.0 • Published 3 years ago

homebridge-familyasyst-aistrip v1.0.0

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

Homebridge Family Asyst AiStrip Platform

This plugin can let you control Family Asyst AiStrip via HomeKit

Prerequisite

  1. Downlod this repo
  2. 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"
    }
    ]
}
1.0.0

3 years ago