Can anyone advise whether my RF Switches are showing up in MQTT Explorer?

Hi guys, total newb here.

Long story I have an RF Switch (Ilumos Dimmer RF switch) and i have it paired to an RF Fob and it works fine. I’m using an OpenMQTTGateway that is communicating fine with the home assistant Mosquitto broker and am using MQTT Explorer to watch the traffic. I have a screen shot below from the MQTT explorer after i press the fob button and am wondering if anyone can point me on the right track in regards to being able to identify whether it’s showing up? Let me know if you need anything else from me as i’m totally stuck!

I think it is the entry under 433toMQTT.

You might want to check out this topic :

my automations.yaml :

- id: '1565365902541'
  alias: rfbridge_demultiplexer
  trigger:
  - platform: mqtt
    topic: home/OpenMQTTGateway/SRFBtoMQTT
  action:
  - data_template:
      payload: '{{trigger.payload_json.value}}'
    service: python_script.rfbridge_demux

In your case the topic would be : home/OpenMQTTGateway/433toMQTT

Hey @thestraycat - I’m looking at a similar set up, what do you mean by an RF Fob?