Tuya Zigbee Wall Switch (aka. Lonsonho or Bandi)

It looks that there are many new switches that uses EF00 cluster. Probably I will got EF00 switches that I bought by mistake. I will be shure when I receive them, but they are from "Norkmles" company, and someone already reported in other thread that "Norkmles" are EF00 type. Found that thread, here: Norklmes zigbee switch - Support / Novice Help - Hubitat

Link to aliexpress where are Norklmes switches available:
No Neutral ZIGBEE Touch Light Wall Switch EU/US White Glass Blue LED TUYA Smart Home Phone 2Way/3Way For Alexa Google Home Alice|Switches| - AliExpress

There is no problem in funding (send paypal email by private message) 4 gang switch for you, 4 gang should give you possibility to code 1,2,3 gang variants too.

another edit: found "smart things" driver that have support for EF00 devices, maybe it would be possible to modify our drivers,

link here: BooungThings/integrated-zigbee-switch.groovy at master ยท WooBooung/BooungThings ยท GitHub

interesting info here,
#1: How to connect Tuya compatible 2 gangs Zigbee Switch module - Devices & Integrations - SmartThings Community
#2: UK Light switches โ€“ My experiences (2020) - Devices & Integrations / Connected Things - SmartThings Community

BTW: Looks like Lonshono/Bandi uses

  • endpointId: 01
  • application: 40
  • manufacturer: _TZE200_nkjintbl
  • model: TS0601
  • driver: v1.0.1.1123b
  • endpointId: 01
  • profileId: 0104
  • inClusters: 0000,0004,0005,EF00
  • outClusters: 0019,000A
  • isMultiEP: false

and Norklmes uses

  • endpointId: 01
  • application: 52
  • manufacturer: _TZE200_nkjintbl
  • model: TS0601
  • driver: dont have that info
  • endpointId: 01
  • profileId: 0104
  • inClusters: 0000,0004,0005,000A,EF00
  • outClusters: 0019
  • isMultiEP: false

Looks like they uses same _TZE200_nkjintbl info, but different cluster setup and different "application". Maybe it's same hardware, but with different (older/newer?) firmware versions?

another (my) device:

endpointId : 01
application : 42
manufacturer: _TZE200_aqnazj70
model : TS0601
deviceTypeId: 696
endpointId : 01
profileId : 0104
inClusters : 0000,0004,0005,EF00
outClusters : 0019,000A

1 Like