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:07] 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 === | ||
| - | # to learn no rf sender codes | + | == to learn new rf sender codes == |
| mosquitto_pub -h [mqtthost] -t cmnd/ | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| - | #set user and password | + | == to show existing codes == |
| + | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| + | |||
| + | == set user and password | ||
| mosquitto_pub -h [mqtthost] -t cmnd/ | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| - | #switch webserver on | + | == switch webserver on == |
| mosquitto_pub -h [mqtthost] -t cmnd/ | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| - | #switch webserver off | + | == switch webserver off == |
| mosquitto_pub -h [mqtthost] -t cmnd/ | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| - | #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 ====== | ||
| + | [[: | ||