@artomka wrote:
Hi, I am trying to solve switch configuration for Tasmota RF Bridge. However, this configuration does not send Turn On and Turn Off commands. Can someone help me, please?
Switch config:
- platform: mqtt name: "Outlet" command_topic: "cmnd/sonoff_RF/RFcode" availability_topic: "tele/sonoff_RF/LWT" payload_available: "Online" payload_not_available: "Offline" payload_on: "#E23B04" payload_off: "#E23B03" optimistic: true qos: 1
This is the log from Tasmota Console:
21:43:28 MQT: stat/sonoff_RF/RESULT = {"Command":"Unknown"} 21:43:30 MQT: stat/sonoff_RF/RESULT = {"Command":"Unknown"}
Posts: 3
Participants: 3