- Install homebridge
- Install this plugin:
npm install -g homebridge-mostat - Update your
config.jsonfile (See below).
"accessories": [
{
"accessory": "mostat",
"name":"Mostat name",
"access_token": "bearer token",
"device_uuid":"eui64"
}
]