homebridge-tasmota-http
v0.0.1
Published
Control Sonoff Basic devices with Tasmota >5.10.0b firmware through Homebridge
Downloads
4
Readme
homebridge-sonoff-tasmota-http
This is a plugin for homebridge which makes it possible to control Sonoff Basic devices with Tasmota firmware through HTTP only
The Tasmota compatible version of the plugin is 5.11.0 and later
Information
http://sonoff/cm?cmnd=Power
http://sonoff/cm?cmnd=Power%20On
http://sonoff/cm?cmnd=Power%20Off
Example config
{
"accessory": "SonoffTasmotaHTTP",
"name": "Sonoff",
"hostname": "The hostname of the Sonoff device"
}
Multiple Relays
{
"accessory": "SonoffTasmotaHTTP",
"name": "Sonoff",
"relay": "2",
"hostname": "The hostname of the Sonoff device"
}
Password specified in Web Interface
{
"accessory": "SonoffTasmotaHTTP",
"name": "Sonoff",
"password": "The password from the web interface",
"hostname": "The hostname of the Sonoff device"
}