mutmut
February 17, 2025, 6:36pm
1
Hello,
I have an MQTT device to retrieve information sent by Jeedom (teleinfo (téléinfo) mainly) and features that listen to custom topics.
After a disconnection from the external MQTT server (e.g., Docker restarting), no data from the custom topics comes through (MQTT connection is operational).
To make it work again, I have to go to the device and save it.
If someone can investigate, thanks in advance :slight_smile
Hi @mutmut , I think this bug will be fixed by this PR:
master ← fix-reconnect-error-mqtt-and-zwavejs
ouvert 03:44PM - 17 Feb 25 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- [x] If your changes affects code, did your write the tests?
- [x] Are tests passing? (`npm test` on both front/server)
- [x] Is the linter passing? (`npm run eslint` on both front/server)
- [x] Did you run prettier? (`npm run prettier` on both front/server)
- [x] If you are adding a new features/services, did you run integration comparator? (`npm run compare-translations` on front)
- [x] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community ([french forum](https://community.gladysassistant.com/)/[english forum](https://en-community.gladysassistant.com/)) for testing before merging.
### Description of change
Fix https://community.gladysassistant.com/t/deconnexion-mqtt-zwavejsui/9380
mutmut
February 18, 2025, 3:52pm
3
Thanks, I’ll retest at the next update and keep you posted.
Merged PR that will be included in the next Gladys release!
1 Like