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'm using the new mqqtjson option to integrate ebusd in to Home Assistant.
I'm however a bit surprised by how fields which contain multiple values are handled. I would propose to simplify how you return these fields, and remove those unnecessary {"name": ,"value":}.
In case of naming conflicts, you could suffix the index?
the numbers are used because the names are not unique. so the right thing to do would be to correct the message definition to have unique fields names, then the numeric index is replaced by the name.
Hello,
I tried to add the field namens in configuration files, but it did not work as expected, as I described here #255 of the configuration rep. Did I something wrong?
Description
I'm using the new
mqqtjson
option to integrate ebusd in to Home Assistant.I'm however a bit surprised by how fields which contain multiple values are handled. I would propose to simplify how you return these fields, and remove those unnecessary
{"name": ,"value":}
.In case of naming conflicts, you could suffix the index?
So instead of:
Return this:
The text was updated successfully, but these errors were encountered: