stas-demydiuk / domoticz-zigbee2mqtt-plugin

zigbee2mqtt plugin for domoticz
MIT License
137 stars 97 forks source link

Associate domoticz device name with zigbee2mqtt friendly name feature support #880

Open averter opened 2 months ago

averter commented 2 months ago

Feature description As it is, whenever a new device is added to zigbee2mqtt several devices are created in domoticz based on its ID, e.g. 0x00158d000ae4cc2a (Battery), 0x00158d000ae4cc2a (Device Temperature), 0x00158d000ae4cc2a (Contact), 0x00158d000ae4cc2a (Voltage). I think it would be better to have the device "friendly name" that is set in zigbee2mqtt replacing the ID and it's probably easy to implement.

Example: The above example should return in domoticz devices named: Main door (Battery), Main door (Device Temperature), Main door (Contact), Main door (Voltage).