Zemismart DIY Name Display switch

Hi Peter,

I am not aware of a publicly available driver for your device, but there is something that may be very close - this is the TratoZemismartKeypad device group in this driver :

You can try to experiment yourself - first identify your device Zigbee model and Manufacturer, and then add it to the list of Manufacturers codes in this line :

boolean isTratoZemismartKeypad() {
    return device.getDataValue('manufacturer') in ['_TZE204_rzdkn5rx', '_TZE204_zpvusbtv', '_TZE204_rkbxtclc'/*, '_TZ3000_excgg5kb'*/]  // _TZ3000_excgg5kb for tests only - TOBEDEL!
}

Let me know the Zigbee model/manufacturer of your device (if you have it and it is paired to a HE hub).