Exploring MQTT Event Bus Functionality in MQTTv2

I’ve been diving into MQTTv2 recently and stumbled upon a question that’s been on my mind: how to properly implement the MQTT Event Bus feature in MQTTv2? From what I gather, the documentation doesn’t cover this extensively, which is a bit puzzling. I found a workaround using a set of rules, but it feels more like a hack, especially with the cron rule that adds things periodically. It’s functional, but I’m curious if there’s a more streamlined, official method to achieve this. I’d love to hear insights or examples from those who’ve tackled this, especially from the MQTTv2 binding authors. If anyone has a cleaner approach or can shed light on best practices, I’d be grateful! :rocket: