[Matter] expose S/N for Matter devices in HA webUI #18491
-
Hello, Do you think we could expose S/N for Matter devices in HA webUI ? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Do you know why the value this.device.serial_number is not displayed, even though the following code is present? ${this.device.serial_number
? html`
<div class="extra-info">
${this.hass.localize(
"ui.panel.config.integrations.config_entry.serial_number",
{ serial_number: this.device.serial_number }
)}
</div>
`
: ""} Is it simply because it is not instantiated on the Matter server side? Data from diag file {
"28/29/0": [
{
"deviceType": 19,
"revision": 1
},
{
"deviceType": 17,
"revision": 1
}
],
"28/29/1": [
29,
57,
46,
47
],
"28/29/2": [],
"28/29/3": [
29,
30,
31,
32,
33,
34
],
"28/29/65532": 0,
"28/29/65533": 1,
"28/29/65528": [],
"28/29/65529": [],
"28/29/65531": [
0,
1,
2,
3,
65528,
65529,
65531,
65532,
65533
],
"28/57/1": "Aqara",
"28/57/2": 4447,
"28/57/3": "Aqara Cube T1 Pro",
"28/57/5": "Aqara Cube T1 Pro",
"28/57/7": 1,
"28/57/8": "1",
"28/57/9": 25,
"28/57/10": "25",
"28/57/15": "54ef4410006a3881",
"28/57/12": "AR013",
"28/57/13": "https://www.aqara.com/en/products.html",
"28/57/14": "Aqara Cube T1 Pro",
"28/57/17": true,
"28/57/18": "lumi.54ef4410006a3881",
"28/57/65532": 0,
"28/57/65533": 1,
"28/57/65528": [],
"28/57/65529": [],
"28/57/65531": [
1,
2,
3,
5,
7,
8,
9,
10,
15,
12,
13,
14,
17,
18,
65528,
65529,
65531,
65532,
65533
],
"28/46/0": [
28
],
"28/46/65532": 0,
"28/46/65533": 1,
"28/46/65528": [],
"28/46/65529": [],
"28/46/65531": [
0,
65528,
65529,
65531,
65532,
65533
],
"28/47/0": 1,
"28/47/1": 0,
"28/47/2": "Battery",
"28/47/11": 3000,
"28/47/12": 200,
"28/47/14": 0,
"28/47/15": false,
"28/47/16": 2,
"28/47/19": "CR2032",
"28/47/25": 1,
"28/47/65532": 10,
"28/47/65533": 1,
"28/47/65528": [],
"28/47/65529": [],
"28/47/65531": [
0,
1,
2,
11,
12,
14,
15,
16,
19,
25,
65528,
65529,
65531,
65532,
65533
]
} |
Beta Was this translation helpful? Give feedback.
-
May I have an answer to my question? |
Beta Was this translation helpful? Give feedback.
-
Currently we're working on showing more details in a collapsable like this Zigbee example. Can't give you an ETA. |
Beta Was this translation helpful? Give feedback.
-
@matthiasdebaat Device info
Device info
I can't find the serial number. |
Beta Was this translation helpful? Give feedback.
we'll add the missing serial number in one of the future updates. we simply forgot it in the initial implementation.