This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tjsupport:sonoffsolution [2021/10/05 16:10] topmin |
tjsupport:sonoffsolution [2022/08/09 15:20] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== RFBridge Stuff ====== | ||
| + | |||
| + | |||
| === 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 7: | Line 10: | ||
| mosquitto_pub -h [mqtthost] -t cmnd/ | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| + | |||
| + | == to show existing codes == | ||
| + | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| == set user and password == | == set user and password == | ||
| Line 18: | Line 24: | ||
| - | == Status abfragen | + | == query status example |
| mosquitto_pub | mosquitto_pub | ||
| + | |||
| + | |||
| + | ====== 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:// | ||
| + | |||
| + | ====== Flashing new devices ====== | ||
| + | [[: | ||