victorsmartkill-homeassistant icon indicating copy to clipboard operation
victorsmartkill-homeassistant copied to clipboard

Serial number under diagnostic in HA?

Open agvg1 opened this issue 1 year ago • 1 comments

Describe the solution you'd like

Have several traps here on the table and it would be nice to have the serial number/id in the diagnostic overview, it's lister under battery and other entities but you have to find it, not intuitive or quick and easy.

agvg1 avatar Jul 14 '24 14:07 agvg1

Forgot to mention that the ID is the name of the trap until you rename it, then the ID is not displayed anymore.

agvg1 avatar Jul 14 '24 15:07 agvg1

Hi, serial number is actual part of the data structure dumped by diagnstics, but is removed before the data is written. It is common by hass diagnostics to redact serial number and other unique identifiers, and I have followed the same pattern. But serial number is now a field in hass device registry, and I have made a change (#55) so that this field will be used in next release. I hope this solution solves the issue.

image

toreamun avatar Jan 03 '25 21:01 toreamun

Thank you, looks good

agvg1 avatar Jan 04 '25 08:01 agvg1