[APP][Pro] MQTT Hub - Community version

Yes, this should be fixed in the Awair app.

Are the two other fixes working now?

Hi @RonnyW

My MQTT Hub v4.5.4 crashes almost every day on my Early 2019 Homey Pro and i have to restart ist again.

The LOG is 4781ce0c-5721-4a81-9e7e-e088fcc06cf9

Maybe you can find out what is going on.

It’s a system error.

Maximum call stack size exceeded

Perhaps the app gets too many messages from your broker resulting in too many parallel processes/calls.

There is not much I can do :man_shrugging:

New test version 4.5.5:

  • Parsing onoff capabilities including sub capabilities.
    Checks not only for “onoff” capability, but also for onoff.xxx subcapabilities.

Thank to db-piper for the hint/PR:+1:

Hi, first of all, thanks for keeping this app going. I only recently found out this one replaced the older 3.x version.

What I’ve found in this 4.x version is that deleted devices are retained. Perhaps I’m overlooking something.

Whilst developing my own app I’m creating/deleting/recreating just one exactly the same device multiple times, the list of devices in MQTT-hub keeps growing, continuously adding this device again and again.

Can I prune this list without removing and reinstalling MQTT-hub?