I’m having issue with node-red not seeing all topics
In this example, I’m looking for Topics starting with ‘lirc’
I’ve created 2 flows.
The first flow is looking for lirc
The second flow listens for # (which shows all topics)
in the debug, it shows the incoming traffic under Debug 27
but nothing from Debug 24 which should be showing the ‘lirc’ topic
I also have zigbee2mqtt and it’s working as expected. I can specifically look for those topic.
for example:
zigbee2mqtt/Aqara button
thanks