Hubitat : pairing/driver ok but physical switch does not work

Hello,

Thanks to your help I am stating to have my hubitat working, but I am now facing a problem with switches.

I managed to have my Moes ZigBee Wall Switch 1/2/3-Gang installed thanks to this driver : https://raw.githubusercontent.com/kkossev/hubitat-martinkura-svk-fork/main/Moes ZigBee Wall Switch

I can see 4 children and the on/off command are working fine, I can see from the log.

But the actual physical button doesn't do anything ! I guess I am missing a step. Any idea ?

Thanks

Serge

Hi @user1376 ,

Please change the driver URL to :

The changes/additions that I made were later merged to Martin's original repository, I shall search the forum links and change the links to point to the right GitHub repository... but currently the code is one and the same, so this is not the problem.

Please post your Moes switch Manufacturer value, it can be found on the device web page 'Data' section.

Are you saying that the physical buttons act as being locked? You can control the switch only from HE?
With the Debug logs turned on, do you see anything on HE logs page?

1 Like

DATA section :

Data

  • endpointId: 01
  • model: TS0043
  • application: 42
  • manufacturer: _TZ3000_gbm10jnj

I see the follwong Component Devices

I can toggle them on and off using the commands in the devices section, I can see it works from the log:

dev:1762022-06-19 12:53:02.399 pm debug{executed} 0x93F6 0x01 0xEF00 0x00 {00010101000100}

dev:1762022-06-19 12:53:02.397 pm infomosez scene 3 gang EP01 is OFF

dev:1762022-06-19 12:53:02.396 pm debugcomponent state is OFF - mosez scene 3 gang EP01 {176-01}

dev:1762022-06-19 12:52:49.643 pm debug{executed} 0x93F6 0x01 0xEF00 0x00 {00010101000101}

dev:1762022-06-19 12:52:49.641 pm infomosez scene 3 gang EP01 is ON

I made button on the dashboard, they do have an action, as the log shows.

dev:1762022-06-19 01:01:54.517 pm debug{executed} 0x93F6 0x01 0xEF00 0x00 {00010201000100}

dev:1762022-06-19 01:01:54.515 pm infomosez scene 3 gang EP02 is OFF

dev:1762022-06-19 01:01:54.512 pm debugcomponent state is OFF - mosez scene 3 gang EP02 {176-02}

dev:1782022-06-19 01:01:54.506 pm debugoff()

dev:1762022-06-19 01:01:48.444 pm debug{executed} 0x93F6 0x01 0xEF00 0x00 {00010101000100}

dev:1762022-06-19 01:01:48.442 pm infomosez scene 3 gang EP01 is OFF

dev:1762022-06-19 01:01:48.440 pm debugcomponent state is OFF - mosez scene 3 gang EP01 {176-01}

dev:1772022-06-19 01:01:48.426 pm debugoff()

BUT INDEED, the switch itself does nothing (even close to the hub). Yet it should be working as it is paired.

I am a novice so there may be something pretty obvious for you that I have forgotten.

Thanks !

This si not the right driver... Martin's driver is for TS0601 wall switches (mains powered), while your device should be a battery-powered... Can you post a link of the site where it was purchased?

Did you try the inbuilt 'Tuya Zigbee Scene Switch' driver?

First, change to this driver. Press the Configure button on the device web page.
If it doesn't work, pair the switch again to HE.

EDIT: forgot to mention, that when pressing Configure button you need to press a button on the switch at the same time. The battery-powered Zigbee devices are sleeping most of the time, they wake up only when the device has to send some info to the hub, a button press event as example.

The multiple keys buttons in HE usually do not need component/child devices. So probably the easiest way to continue is to first REMOVE the device (the button at the bottom right in the device web page ), and when paired - try the the stock 'Tuya Zigbee Scene Switch' driver.

1 Like

thanks. I don't master everything, but I got it to work ! Thanks, you and this community are awesome

2 Likes