I am trying to blacklist a devices while using the Lilygo RTL 433 uploaded from the web. I found this payload level filtering, which shows as committed and thought it would work for my needs. I want to only allow specific devices and block all others. Ideally I would have a way to see new devices without resetting the device (removing the list), hence my use of the blacklist.
I am using Node-RED to send the MQTT messages and have an Inject node configured with this payload. I have also set it to JSON as opposed to text with no difference in results.
My MQTT Out node is configured with this, and my gateway’s MQTT Base Topic is OMGhome/ . Yes, I know I have not set retain. I will once I have this working.
I tried {"blacklist":{"model":["Acurite*","Hideki*","Interlogix*","Smoke*","Springfield*"]}}
and {"blacklist":{"name":["Acurite*","Hideki*","Interlogix*","Smoke*","Springfield*"]}}
Here is my MQTT Explorer showing one of the devices. What am I missing?