Node EUI on Topology chart
-
Hi,
I have been running MyController for couple of months, and still learning how to get the most of it. But truth be told, I'm loving it alreadyMy main concern however are that the topology chart shows only node name, not their id/eui. Many of my nodes share the same code (Repeater, temperature sensors etc.), so their name are the same, and I have not found a way to distinguish them from each other other than manually rename them in MyController after they have registered. If they re-register after a reboot, the name will be reset.
I hope I just missed a setting somewhere, since it would be nice to add the eui, either as a separate line, or as part of the node name, like "Repeater [23], Repeater [25]".
Is this possible?
/Henrik
-
@boggie Passing empty string from your sketch will not replace with yours(in MyController).
The actual code to update node name in MyController, https://github.com/mycontroller-org/mycontroller/blob/development/modules/core/src/main/java/org/mycontroller/standalone/provider/ExecuterAbstract.java#L198~L202It is a good idea to show Node EUI and sensor Id, I guess a good place to show this is on a tooltip. What do you think?
-
@jkandasa A tooltip would be great
-
-
@Boggie This feature is available in snapshot version.
-
@jkandasa said in Node EUI on Topology chart:
@Boggie This feature is available in snapshot version.
.. and it looks fantastic