yllibed / Zigbee2MqttAssistant

GUI for Zigbee2Mqtt running in docker and HASS.IO
450 stars 42 forks source link

Display of zigbee network addresses within device list #322

Open TilmanK opened 4 years ago

TilmanK commented 4 years ago

Is your feature request related to a problem? Please describe. When debugging something on the ZigBee side (sniffing traffic), I sometimes want to identify a device by its hex network address. Z2MA is a good choice to do this for the device id, but not the address (I need to open the details of about 50 devices).

Describe the solution you'd like A switch in the status panel that allows switching on/off the display in the device list (as it will not be needed by a lot of people).

Describe alternatives you've considered A search but that's what the browser has built in already, so a display in the device list would be very nice (and sufficient).

Thanks for considering ;)