AlexanderBabel / homebridge-sonoff

Control Sonoff Basic devices with Tasmota firmware through Homebridge
Other
9 stars 4 forks source link

2nd son off device #7

Closed boysim closed 5 years ago

boysim commented 5 years ago

how do you add a second sonoff device?

Hoefnix commented 5 years ago

could you be a little more specific? you mean a second in your homebridge config then it is like this

{ "platform": "Sonoff", "name": "Sonoff", "devices": [ { "name": "Name of the accessory", "hostname": "The hostname or local ip address of the 1st Sonoff device", "password": "The password from the web interface" }, { "name": "Name of the accessory", "hostname": "The hostname or local ip address of the 2nd Sonoff device", "password": "The password from the web interface" } ] }

boysim commented 5 years ago

thx that did the trick!