Question about the MQTT in scenes

Hello, excellent work on this new version 5. It’s really well done. Thank you very much.
I do however have a small problem at the moment:
The 5.0.1 version no longer receives data via MQTT?

  1. A simple scene sends an MQTT message:

2.) MQTT receives the data, processes it and returns the results in MQTT format. (see Debugging)

3.) Result: nothing arrived, the data is not recorded or displayed in Gladys, etc. :frowning:

So, it’s not logical, but it happens to me often with custom topics. You just need to click ‹ save › again in the relevant device and everything reappears!

Perfect, thank you very much, that was the trick needed. It’s a bit tedious to review each virtual device, but it works. Thanks

:slight_smile:

Hi everyone!

This topic is now in development.

A PR has been opened to restore the subscription to custom MQTT topics on broker connection:

Feel free to follow the PR, test (optional, especially for small requests) and give your feedback here if needed.

Thanks for the feedback @ruegerth, I’ll fix that :slight_smile:

I had the same issue with my custom topics for my teleinformation.
The thing is, it’s going to mess up my 2026 consumption calculations :frowning: (well, a few euros either way, it’s not that serious).

I’m going to do a 5.0.2 today!

I’m currently overhauling my network infrastructure a bit and I realized that if Gladys loses contact with its MQTT broker (external in my case), then the custom topics don’t reactivate on their own. You need to back them up to « reactivate » them.

Even after 5.0.2?

I had written before the 5.0.2 release, I need to retest.

EDIT: it’s good with 5.0.2, automatic reconnection to custom topics!