<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Node EUI on Topology chart]]></title><description><![CDATA[<p dir="auto">Hi,<br />
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 already <img src="http://forum.mycontroller.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=49d1c908e56" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">My 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.</p>
<p dir="auto">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]".</p>
<p dir="auto">Is this possible?</p>
<p dir="auto">/Henrik</p>
]]></description><link>http://forum.mycontroller.org/topic/330/node-eui-on-topology-chart</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 07:48:38 GMT</lastBuildDate><atom:link href="http://forum.mycontroller.org/topic/330.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Aug 2018 06:20:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Node EUI on Topology chart on Mon, 20 Aug 2018 05:04:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a> said in <a href="/post/1993">Node EUI on Topology chart</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boggie" aria-label="Profile: Boggie">@<bdi>Boggie</bdi></a> This feature is available in snapshot version.</p>
</blockquote>
<p dir="auto">.. and it looks fantastic <img src="http://forum.mycontroller.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=49d1c908e56" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>http://forum.mycontroller.org/post/1994</link><guid isPermaLink="true">http://forum.mycontroller.org/post/1994</guid><dc:creator><![CDATA[Boggie]]></dc:creator><pubDate>Mon, 20 Aug 2018 05:04:18 GMT</pubDate></item><item><title><![CDATA[Reply to Node EUI on Topology chart on Sun, 19 Aug 2018 15:06:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boggie" aria-label="Profile: Boggie">@<bdi>Boggie</bdi></a> This feature is available in snapshot version.</p>
<p dir="auto"><a href="https://github.com/mycontroller-org/mycontroller/issues/463" rel="nofollow ugc">https://github.com/mycontroller-org/mycontroller/issues/463</a></p>
]]></description><link>http://forum.mycontroller.org/post/1993</link><guid isPermaLink="true">http://forum.mycontroller.org/post/1993</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Sun, 19 Aug 2018 15:06:15 GMT</pubDate></item><item><title><![CDATA[Reply to Node EUI on Topology chart on Tue, 14 Aug 2018 09:57:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boggie" aria-label="Profile: boggie">@<bdi>boggie</bdi></a> Great! Could you please create a ticket in <a href="https://github.com/mycontroller-org/mycontroller/issues" rel="nofollow ugc">issue</a> page?</p>
]]></description><link>http://forum.mycontroller.org/post/1976</link><guid isPermaLink="true">http://forum.mycontroller.org/post/1976</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Tue, 14 Aug 2018 09:57:48 GMT</pubDate></item><item><title><![CDATA[Reply to Node EUI on Topology chart on Tue, 14 Aug 2018 06:30:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a>  A tooltip would be great <img src="http://forum.mycontroller.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=49d1c908e56" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>http://forum.mycontroller.org/post/1975</link><guid isPermaLink="true">http://forum.mycontroller.org/post/1975</guid><dc:creator><![CDATA[Boggie]]></dc:creator><pubDate>Tue, 14 Aug 2018 06:30:19 GMT</pubDate></item><item><title><![CDATA[Reply to Node EUI on Topology chart on Mon, 13 Aug 2018 10:07:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/boggie" aria-label="Profile: boggie">@<bdi>boggie</bdi></a> Passing empty string from your sketch will not replace with yours(in MyController).<br />
The actual code to update node name in MyController, <a href="https://github.com/mycontroller-org/mycontroller/blob/development/modules/core/src/main/java/org/mycontroller/standalone/provider/ExecuterAbstract.java#L198~L202" rel="nofollow ugc">https://github.com/mycontroller-org/mycontroller/blob/development/modules/core/src/main/java/org/mycontroller/standalone/provider/ExecuterAbstract.java#L198~L202</a></p>
<p dir="auto">It 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?</p>
]]></description><link>http://forum.mycontroller.org/post/1972</link><guid isPermaLink="true">http://forum.mycontroller.org/post/1972</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Mon, 13 Aug 2018 10:07:21 GMT</pubDate></item></channel></rss>