thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com
Other
3.09k stars 291 forks source link

No $SYS and # subscription without using localhost #746

Open spiech1 opened 11 months ago

spiech1 commented 11 months ago

Hello! I am facing a strange behaviour. I would normally use the default subscriptions to automatically subscribe to $SYS/# and # using the hostname in the 'host' section. This worked perfectly for a while. Now it does not work anymore. I can only selectively subscribe to other(!) defined topics.

Thing is that if I ONLY change the host field from the hostname (or IP) to 'localhost' it will automatically discover $SYS/# and #. No other changes necessary, just the host field. It will still connect, but not receive messages for those topics.

Do you have any idea what would prevent MQTT Explorer from seeing $SYS and # when using the hostname? Thanks in advance!!