Exploring MQTT State Management and Device Integration

I’ve been diving into MQTT for controlling my BlitzWolf socket, which measures power usage. My setup involves two state topics to fetch real-time data: one for scheduled updates and another for on-demand requests. While this works, I’m facing an issue where both configurations can’t coexist in the same thing file. Is there a smarter way to consolidate these into a single setup without duplicating efforts? I’d love to hear if others have tackled similar challenges or have tips for optimizing MQTT state management. :rocket: