home-assistant-libs / python-matter-server

Python server to interact with Matter
Apache License 2.0
448 stars 66 forks source link

HA | Aqara M2 | Sensor Names #348

Closed rerpires closed 1 year ago

rerpires commented 1 year ago

Hi,

It was pretty simple to install docker and integrate into HA. Using HA in Docker also.

Hi have several diferent sensors in my AQARA M2 HUB. They are all correctly named in the AQARA app. Although when they appear in HA they are all with the same name. I could rename them manualy, but I can't find in HA any device ID or something specific to match with the device ID in the app.

Is there a way to find that information inside HA ?

thanks

Rui

lboue commented 1 year ago

@rerpires You should check the JSON Matter diagnostic file. Aqara doesn't exports devices name to Matter fabric.

marcelveldt commented 1 year ago

lboue is correct, The Aqara hub doesnt expose this info to Matter so this is out of our control.