Hi!
I have several Xiaomi ZigBee devices I import to Hass.io using the deCONZ integration. Each time I remove the integration and re-add it the entity names of the multisensors is randomized.
For example, I have a Xiaomi multisensor that gives me four different entities (temperature, humidity, air pressure and battery level). The entities for the kitchen sensor is named sensor.kitchen
, sensor.kitchen_2
, sensor.kitchen_3
and sensor.kitchen_battery_level
.
Sometimes the temperature sensor is named sensor.kitchen
. Sometimes it is named sensor.kitchen_2
. It seems random what specific sensor gets a specific entity name.
This is breaking some of my other configuration, for example history graphs or termostats relaying on a specific sensor.
Is it possible to ALWAYS get the temperature sensor named sensor.kitchen
, the humidity named sensor.kitchen_2
and air pressure sensor.kitchen_3
?