Tried to configure a Sonoff Mini with Tasmota-lite with the following config:
switch:
- platform: mqtt
name: "LuzLucas"
state_topic: "stat/LuzLucas/POWER"
command_topic: "cmnd/LuzLucas/POWER"
availability_topic: "tele/LuzLucas/LWT"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
I can listen and publish to the topic in the MQTT settings but the Switch I’m trying to add does not work, no matter what I do
Any suggestions?