You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this plugin to display live data. I can get it to display multiple values when the message is json and contains a name/value pair for each metric. However I also tried to subscribe to this:
Home/+/+/+/power/#
Messages contain electric power consumption per device, of example:
However, in a graph these are all displayed as "value", not as separate values per topic. Ideally, I would want to display the values as "WashingMachine" and "Freezer". But complete topic will do also. Might be possible to split that up with a regex or something.
Is there a way to split the values based on the topic name?