User Tools

Site Tools


tjsupport:sonoffsolution

This is an old revision of the document!


RBBridge Stuff

Listen on whats the rfbridge is sending

mosquitto_sub -v -t tele/# -t stat/#

Tasmota MQTT Commands for learning new RF Senders

to learn new rf sender codes

mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/RfKey[1-16] -m '2'

to show existing codes

mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/RfKey[1-16] -m '5'

set user and password

mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/backlog -m 'MqttUser UserName; MqttPassword Passwd'

switch webserver on

mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/WebServer -m '1'

switch webserver off

mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/WebServer -m '0'

Status abfragen (bei mir)...gibt z.b. ip addresse

mosquitto_pub -h [mqtthost] -t cmnd/sonoff/30/STATUS -m “0”

More commands
tjsupport/sonoffsolution.1638360559.txt.gz · Last modified: 2022/08/09 15:20 (external edit)