flespi-software / MQTT-Tiles

Open-source MQTT-based IoT dashboard visualization tool. Has full MQTT 5.0 support. Allows easy dashboards sharing. Works with any MQTT broker supporting the WSS protocol.
https://mqtttiles.flespi.io
MIT License
101 stars 13 forks source link

[Feature Request]: Wildcard Subscriptions #39

Open lexi-the-cute opened 6 days ago

lexi-the-cute commented 6 days ago

I'm looking for a MQTT Dashboard for my laptop so I can control my CC: Tweaked computers on my Minecraft server. This board looks to be the most promising, it just doesn't support the ability to subscribe to wildcard topics afaict. I was trying to subscribe to cc/0/example/# with the Multi-Text widget so I can watch all the messages being sent back and forth on computer 0 in my server. The wildcard would have been the mqtt client id which is automatically generated on startup of the example program i was working on for testing and demoing mqtt to the other server members, not that the content of the wildcard is relevant, just that each computer transmits on its own topic and any listening computers should be able to read all subtopics from the topic they subscribed to

lexi-the-cute commented 6 days ago

I do see mention of wildcard subscriptions in this commit message, but otherwise i'm not seeing any reference to wildcards. https://github.com/flespi-software/MQTT-Tiles/commit/d1c44ed524951cf85079a7abc44a60ee8416562f

lexi-the-cute commented 6 days ago

Private Window for no browser extensions: Screenshot_20240625_015746

Main Window: Screenshot_20240625_015854