1.2.0 • Published 5 years ago
homebridge-sonoff-mini-api-rest v1.2.0
homebridge-sonoff-mini-api-rest
This plug-in enables you to control your Sonoff Mini DIY mode light bulb. To switch to mode, follow this instruction
Installation
Run the following command
npm install -g homebridge-sonoff-mini-api-rest
Chances are you are going to need sudo with that.
Config.json file
{
"accessory": "Sonoff",
"type": "lightbulb"
"name": "Sonoff Mini DIY",
"url": "http://192.168.1.24:8081",
"id": "1000989596",
"debug": false
}
Key | Description |
---|---|
accessory | Required. Has to be "Sonoff" |
type | Required. Type of accessory |
name | Required. The name of this accessory. This will appear in your Homekit app |
url | Required. The url address that you discovered earlier |
id | Required. Id number |
debug | Optional. Debug mode |
Issues
This software comes with no warranty. It works for me and it might for you.
1.2.0
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
0.0.1
6 years ago