Z-wave map from node (number) to device

this relates to the “standard” ZWave JS add-on and integration in Home Assistant.

looking at logs, it seems that ZWave JS logs always refer to nodes by their node number. obviously, most of the rest of Home Assistant seems to refer to devices and entities by their names. i know that given a HA device, I can examine it and find its z-wave node. i was wondering if there is an easy way given a z-wave node, to find the associated HA device (other than brute-force search through all z-wave devices)? i’m surprised for example that there isn’t a simple way to see z-wave node # as an attribute in some tabular view (such as in the Settings>Devices & Services>Devices (tab).

can anyone suggest a good way to do this?

Create a Markdown card with a table. Here’s an example, customize it as you prefer.

excellent suggestion. thanks.