@hinsen2k sagte: Vielleicht kann man ja die Funktion anpassen?
Siehe hier mit noch einer weiteren Stufe (wegen "channels"). JS-Funktion mit Ergebnis deviceName(id):
id = id.substring(0, id.lastIndexOf('.'));
if(existsObject(id) && getObject(id).type == 'device') return getObject(id).common.name;
id = id.substring(0, id.lastIndexOf('.'));
if(existsObject(id) && getObject(id).type == 'device') return getObject(id).common.name;
id = id.substring(0, id.lastIndexOf('.'));
if(existsObject(id) && getObject(id).type == 'device') return getObject(id).common.name;