1.2.0 • Published 4 years ago

homebridge-sonoff-mini-api-rest v1.2.0

Weekly downloads
14
License
ISC
Repository
github
Last release
4 years ago

npm npm

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 
        }
KeyDescription
accessoryRequired. Has to be "Sonoff"
typeRequired. Type of accessory
nameRequired. The name of this accessory. This will appear in your Homekit app
urlRequired. The url address that you discovered earlier
idRequired. Id number
debugOptional. Debug mode

Issues

This software comes with no warranty. It works for me and it might for you.

1.2.0

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago