I am having an issue with my Tasmota flashed LED Strip where it turns on randomly to bright pink.
I found a few topics on this, seems to be a combination of the ‘retained’ flag in HomeAssistant and the ‘PowerRetain’ setting in Tasmota that might be causing this? Although as I write this it seems that because it is always bright pink it might be a previous item stuck on the MQTT topic?
I currently have ‘retain’ set to ‘false’ in my configuration.yaml, ‘PowerRetain’ set to ‘on’ in Tasmota.
Here are some instances of the power coming on unexpectedly.
21:45:02 MQT: tele/DeviceName/STATE = {“Time”:“2018-10-31T21:45:02”,“Uptime”:“3T03:24:22”,“Vcc”:3.534,“POWER”:“OFF”,“Dimmer”:20,“Color”:“330000”,“HSBColor”:“0,100,20”,“Channel”:[20,0,0],“Scheme”:0,“Fade”:“OFF”,“Speed”:1,“LedTable”:“OFF”,“Wifi”:{“AP”:1,“SSId”:“MyRemovedSSID”,“RSSI”:90,“APMac”:“MAC”}}
21:46:45 MQT: Attempting connection…
21:46:45 MQT: Connected
21:46:45 MQT: tele/DeviceName/LWT = Online (retained)
21:46:45 MQT: cmnd/DeviceName/POWER =
21:46:45 MQT: stat/DeviceName/RESULT = {“POWER”:“OFF”}
21:46:45 MQT: stat/DeviceName/POWER = OFF (retained)
21:46:45 MQT: stat/DeviceName/RESULT = {“POWER”:“ON”,“Dimmer”:20,“Color”:“51,0,12”,“HSBColor”:“346,100,20”,“Channel”:[20,0,5]}
21:46:45 MQT: stat/DeviceName/RESULT = {“POWER”:“ON”,“Dimmer”:100,“Color”:“255,0,63”,“HSBColor”:“345,100,100”,“Channel”:[100,0,25]}
21:50:02 MQT: tele/DeviceName/STATE = {“Time”:“2018-10-31T21:50:02”,“Uptime”:“3T03:29:22”,“Vcc”:3.535,“POWER”:“ON”,“Dimmer”:100,“Color”:“255,0,63”,“HSBColor”:“345,100,100”,“Channel”:[100,0,25],“Scheme”:0,“Fade”:“OFF”,“Speed”:1,“LedTable”:“OFF”,“Wifi”:{“AP”:1,“SSId”:“MyRemovedSSID”,“RSSI”:92,“APMac”:“MAC”}}
04:07:55 MQT: stat/DeviceName/RESULT = {“POWER”:“ON”,“Dimmer”:20,“Color”:“330000”,“HSBColor”:“0,100,20”,“Channel”:[20,0,0]}
04:07:55 MQT: stat/DeviceName/RESULT = {“POWER”:“ON”}
04:07:55 MQT: stat/DeviceName/POWER = ON (retained)
04:10:01 MQT: tele/DeviceName/STATE = {“Time”:“2018-11-01T04:10:01”,“Uptime”:“3T09:49:21”,“Vcc”:3.533,“POWER”:“ON”,“Dimmer”:20,“Color”:“330000”,“HSBColor”:“0,100,20”,“Channel”:[20,0,0],“Scheme”:0,“Fade”:“OFF”,“Speed”:1,“LedTable”:“OFF”,“Wifi”:{“AP”:1,“SSId”:“MyRemovedSSID”,“RSSI”:96,“APMac”:“MAC”}}
04:10:08 WIF: Connect failed as no IP address received
04:10:08 WIF: Connecting to AP1 MyRemovedSSID in mode 11N as DeviceName-2524…
04:10:30 WIF: Connect failed with AP timeout
04:10:52 WIF: Connect failed with AP timeout
04:10:53 WIF: Connecting to AP1 MyRemovedSSID in mode 11N as DeviceName-2524…
04:11:09 WIF: Connected
04:11:09 DNS: Initialized
04:11:10 MQT: Attempting connection…
04:11:10 MQT: Connected
04:11:10 MQT: tele/DeviceName/LWT = Online (retained)
04:11:10 MQT: cmnd/DeviceName/POWER =
04:11:10 MQT: stat/DeviceName/RESULT = {“POWER”:“OFF”}
04:11:10 MQT: stat/DeviceName/POWER = OFF (retained)
04:11:10 MQT: stat/DeviceName/RESULT = {“POWER”:“ON”,“Dimmer”:20,“Color”:“51,0,12”,“HSBColor”:“346,100,20”,“Channel”:[20,0,5]}
04:11:10 MQT: stat/DeviceName/RESULT = {“POWER”:“ON”,“Dimmer”:100,“Color”:“255,0,63”,“HSBColor”:“345,100,100”,“Channel”:[100,0,25]}
04:15:01 MQT: tele/DeviceName/STATE = {“Time”:“2018-11-01T04:15:01”,“Uptime”:“3T09:54:21”,“Vcc”:3.535,“POWER”:“ON”,“Dimmer”:100,“Color”:“255,0,63”,“HSBColor”:“345,100,100”,“Channel”:[100,0,25],“Scheme”:0,“Fade”:“OFF”,“Speed”:1,“LedTable”:“OFF”,“Wifi”:{“AP”:1,“SSId”:“MyRemovedSSID”,“RSSI”:86,“APMac”:“MAC”}}
04:15:49 MQT: stat/DeviceName/RESULT = {“POWER”:“OFF”}
04:15:49 MQT: stat/DeviceName/POWER = OFF (retained)
04:20:01 MQT: tele/DeviceName/STATE = {“Time”:“2018-11-01T04:20:01”,“Uptime”:“3T09:59:21”,“Vcc”:3.534,“POWER”:“OFF”,“Dimmer”:100,“Color”:“255,0,63”,“HSBColor”:“345,100,100”,“Channel”:[100,0,25],“Scheme”:0,“Fade”:“OFF”,“Speed”:1,“LedTable”:“OFF”,“Wifi”:{“AP”:1,“SSId”:“MyRemovedSSID”,“RSSI”:90,“APMac”:“MAC”}}
04:25:01 MQT: tele/DeviceName/STATE = {“Time”:“2018-11-01T04:25:01”,“Uptime”:“3T10:04:21”,“Vcc”:3.534,“POWER”:“OFF”,“Dimmer”:100,“Color”:“255,0,63”,“HSBColor”:“345,100,100”,“Channel”:[100,0,25],“Scheme”:0,“Fade”:“OFF”,“Speed”:1,“LedTable”:“OFF”,“Wifi”:{“AP”:1,“SSId”:“MyRemovedSSID”,“RSSI”:90,“APMac”:“MAC”}}
Any help appreciated. Luckily this is in a room we aren’t currently using, otherwise I would have a very annoyed wife by now! Can’t imagine she would appreciate bright pink at 4am.