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:02] topmin |
tjsupport:sonoffsolution [2022/08/09 15:20] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== RFBridge Stuff ====== | ||
| - | === Tasmota MQTT Commands forlearning new RF Senders | + | === Listen on whats the rfbridge is sending |
| + | mosquitto_sub -h [mqtthost] -v -t tele/# -t stat/# | ||
| - | # to learn no rf sender codes | + | === Tasmota MQTT Commands for learning new RF Senders === |
| + | |||
| + | == 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 == | ||
| + | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| + | == switch webserver off == | ||
| + | mosquitto_pub -h [mqtthost] -t cmnd/ | ||
| + | |||
| + | |||
| + | == query status example (bei mir)...gibt z.b. ip addresse == | ||
| + | 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 ====== | ||
| + | [[: | ||
| + | |||
| + | |||