I’m running Tasmota V. 6.4.1. I have watched The Hook Up video on adjusting retain settings to fix ghost switching. But I’m still seeing ghost switching.
Hi, I had the same issue, I also entered the retain commands that you wrote above.
At the end the ON message was on the MQTT broker, I uninstalled MQTT broker and reinstalled it again.
Now everything seems fine.
Logs before the fix:
18:54:34 MQT: Attempting connection…
18:54:41 MQT: Connected
18:54:41 MQT: tele/sonoff_1/LWT = Online (retained)
18:54:41 MQT: cmnd/sonoff_1/POWER =
18:54:41 MQT: stat/sonoff_1/RESULT = {“POWER”:“ON”}
18:54:41 MQT: stat/sonoff_1/POWER = ON (retained)
Logs after the fix:
19:09:19 MQT: Attempting connection…
19:09:21 MQT: Connected
19:09:21 MQT: tele/sonoff_1/LWT = Online (retained)
19:09:21 MQT: cmnd/sonoff_1/POWER =
Ths looks like the issue I’m having (recently posted a new thread but missed this one in the search). I have mqtt broker running as an lxc proxmox container.
I guess I need to look into purging the messages or database. Bit concerned about that affecting other devices that are working fine though.