Hi Taras,
I don’t really have an automation yet. I have a simple sonoff RF door sensor, it sends the following when opened:
MQT: tele/tasmota_01E1D2/RESULT = {“Time”:“2023-03-13T12:18:02”,“RfReceived”:{“Sync”:8000,“Low”:200,“High”:710,“Data”:“EAC701”,“RfKey”:“None”}}
I would like to use this as trigger for automations. “IF message containing “EAC701” received, THEN do x”
I hoped that it would be possible to use wildcards in the payload field like EAC701 but that doesn’t seem to work.
Many thanks