mosquitto_sub -h [mqtthost] -v -t tele/# -t stat/#
mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/RfKey[1-16] -m '2'
mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/RfKey[1-16] -m '5'
mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/backlog -m 'MqttUser UserName; MqttPassword Passwd'
mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/WebServer -m '1'
mosquitto_pub -h [mqtthost] -t cmnd/rfbridge/WebServer -m '0'
mosquitto_pub -h [mqtthost] -t cmnd/sonoff/30/STATUS -m “0”
mosquitto_pub -h [mqtthost] -t cmnd/sonoff/10/POWER -m “ON”
mosquitto_pub -h [mqtthost] -t cmnd/sonoff/10/POWER -m “OFF”
Switch SONOFF10 "Heiz Pumpe" (HVAC) {mqtt=">[mosq:cmnd/sonoff/10/POWER:command:ON:ON],>[mosq:cmnd/sonoff/10/POWER:command:OFF:OFF],<[mosq:stat/sonoff/10/POWER:state:default]"}
Frame label="HVAC" icon="heating" {
Switch item=SONOFF10
}