This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tjsupport:sonoffsolution [2021/12/01 13:09] topmin |
tjsupport:sonoffsolution [2022/08/09 15:20] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | == RBBridge | + | ====== RFBridge |
| === Listen on whats the rfbridge is sending === | === Listen on whats the rfbridge is sending === | ||
| - | mosquitto_sub -v -t tele/# -t stat/# | + | mosquitto_sub |
| === Tasmota MQTT Commands for learning new RF Senders === | === Tasmota MQTT Commands for learning new RF Senders === | ||
| Line 23: | Line 24: | ||
| - | == Status abfragen | + | == query status example |
| mosquitto_pub | mosquitto_pub | ||
| - | == More commands | + | ====== SONOFF Switch Stuff ====== |
| + | |||
| + | == switch on directly via console == | ||
| + | mosquitto_pub | ||
| + | == switch off directly via console == | ||
| + | |||
| + | mosquitto_pub | ||
| + | |||
| + | == Example for openhab .items file == | ||
| + | < | ||
| + | Switch SONOFF10 "Heiz Pumpe" (HVAC) {mqtt="> | ||
| + | |||
| + | </ | ||
| + | == Example for openhab .sitemap file == | ||
| + | < | ||
| + | Frame label=" | ||
| + | | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | ====== More Commands ====== | ||
| https:// | https:// | ||
| + | |||
| + | ====== Flashing new devices ====== | ||
| + | [[: | ||
| + | |||