homebridge-sonoff-tasmota-http icon indicating copy to clipboard operation
homebridge-sonoff-tasmota-http copied to clipboard

Control Sonoff Basic devices with Tasmota firmware through Homebridge

Results 6 homebridge-sonoff-tasmota-http issues
Sort by recently updated
recently updated
newest added

Hi, thank you for a great and easy to use plugin, I much prefer this over mqtt. Would it be possible for you to look at this issue? [homebridge-sonoff-tasmota-http] This...

I've set this up to control a 3 gang wall switch. Works superbly via voice or Home app control. However, if someone manually switches one of the lights on/off at...

I am getting the following error: SyntaxError: Unexpected token N in JSON at position 0 at JSON.parse () at Request._callback (/homebridge/node_modules/homebridge-sonoff-tasmota-http/index.js:34:29) at Request.self.callback (/homebridge/node_modules/homebridge-sonoff-tasmota-http/node_modules/request/request.js:185:22) at Request.emit (events.js:210:5) at Request. (/homebridge/node_modules/homebridge-sonoff-tasmota-http/node_modules/request/request.js:1161:10)...

please add request time out so it doesn't hang other devices on bridge ``` request({ uri:"http://" + that.hostname + "/cm?user=admin&password=" + that.password + "&cmnd=Power" + that.relay, timeout:200, }, ``` 200...

If I enable this plugin the icon for the Sonoff shows up in the Home app, but then all my icons for things coming from Homebridge change to 'Updating' and...

Great plugin, thanks! Really simplifies the deployment (no MQTT)! Currently, on iOS, when pairing a HomeBridge, I'm able to choose Sonoff device type between Lights and Outlet. I'd love to...