a-bali/janitor

Feature Request | Ability to save name in config for MQTT Entries

Closed this issue · 1 comments

brmo commented

Howdy,

I use mysensors which does not have a way to provide pretty names in its MQTT topics. I would like to request the ability to tag a name directly on a topic in the config so its easier to know what is broken. And to use that name in the notifications.

  • topic: "/mysgw-out/93/3/1/0/0"
    name: "Office Door Temperature"
a-bali commented

I added this feature. Note that it works only for exact matches on the topic, not on wildcards, but this makes sense to me. Notifications and web interface use the name if available, topic if not (on the web, hover over the name shows the topic).