-
-
Notifications
You must be signed in to change notification settings - Fork 92
[feat] More customisable MQTT topics #790
Comments
@PhiSDev use location? If you set a location to a node that will be added to the topic (also check mqtt settings if this is enabled) Alternatively you can also add a name like: |
@robertsLando Enter the name or location like this is not possible: Zwave2Mqtt/src/components/ControlPanel.vue Lines 679 to 694 in 2e174e4
|
@PhiSDev Ok sorry forgot about that regex, I could allow the / chars, but I would also like to know if you tried to add a location to the node, that should work. I mean if you add a location
|
@robertsLando Do you know what I mean? |
I understand. I will submit a pr for this |
Done |
Thank you very much! |
You welcome 😄 |
Is your feature request related to a problem? Please describe.
I do have the problem of using the right topics. I would expect to have more flexibility choosing the topic of each node at least in the Configured Manually - mode. At the moment it possible because of the restriction of the node location.
Describe the solution you'd like
As HIVEMQ suggests I would like to have an additional option to add a groundfloor or firstfloor topic level. At the moment I'm able to enter a location/topic in the node and a value topic in the configuration of MQTT. I suggest to have to suffix topic right after the main prefix or you can add something like a node group in the node configuration
An example would be
home/groundfloor/<node_id>/status
or
home/firstfloor/<node_name>/level
Thanks!
The text was updated successfully, but these errors were encountered: