Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ageorgios/homebridge-sonoff-th-tasmota-http
homebridge plugin for sonoff th
https://github.com/ageorgios/homebridge-sonoff-th-tasmota-http
Last synced: about 1 month ago
JSON representation
homebridge plugin for sonoff th
- Host: GitHub
- URL: https://github.com/ageorgios/homebridge-sonoff-th-tasmota-http
- Owner: ageorgios
- License: other
- Created: 2018-08-27T17:36:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T19:43:56.000Z (about 6 years ago)
- Last Synced: 2024-04-30T04:21:14.807Z (8 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-sonoff-tasmota-http
This is a plugin for [homebridge](https://github.com/nfarina/homebridge) which makes it possible to control Sonoff Basic devices with [Tasmota](https://github.com/arendst/Sonoff-Tasmota) firmware through HTTP only
The Tasmota compatible version of the plugin is 5.10.0b and later
If you need compatibility with previous Tasmota versions, fork this commit: https://github.com/ageorgios/homebridge-sonoff-tasmota-http/tree/6f73a32fd8ae01f16813f8f0bd3844d3da469e4d
# Information
```
http://sonoff/cm?cmnd=Power
http://sonoff/cm?cmnd=Power%20On
http://sonoff/cm?cmnd=Power%20Off
```## Example config
```json
{
"accessory": "SonoffTHTasmotaHTTP",
"name": "Sonoff",
"hostname": "The hostname of the Sonoff device"
}
```## Multiple Relays
```json
{
"accessory": "SonoffTHTasmotaHTTP",
"name": "Sonoff",
"relay": "2",
"hostname": "The hostname of the Sonoff device"
}
```## Password specified in Web Interface
```json
{
"accessory": "SonoffTHTasmotaHTTP",
"name": "Sonoff",
"password": "The password from the web interface",
"hostname": "The hostname of the Sonoff device"
}
```