Suggestion to multi endpoint DTHs (Solution to only child switches being offline)

The source code above is not a Smartthings source code.
It is a part of zigbee2mqtt, which is a open source zigbee platform.

Anyway, you could give it a try with this DTH

Hello, would this DH work with Tuya wifi thermostats?

Such as this one for example: MOES BAC-002-ALW

Thanks!

Thanks @iquix
I have tried it but unfortunately the switch turns OFF by itself after 2 mins

This DTH is for the zigbee version.
There’s zigbee version of this Moes Thermostat.

However, there’s some problem with this product.
The device sends so many zigbee packets, so that it sometimes gets throttled by Smartthings server’s rate limit, especially you repeatidly changes target temperture by repeatedly clicking the down button.

After 2 minutes, does it physically turns off? or only shows as turned off in Smartthings app?

physically turn OFF and shows as turned off in ST app too

By your IDE log, it seems that you were not using zigbee multi switch, but you were already using Woobooung’s dth.

woobooung’s dth has feature of turning on&off all switches at once, and it seems that you enabled that feature, and that seems the problem.

Your ide log says that checkAllSwitchValue : off
it means that the virtual switch that controlls ALL switches at once is set to turn off all physical switches.

If you don’t want that feature, then open the parent device in IDE and check every child switch that belongs, and delete the child switch which has DNI(device network id) that ends with “ALL”.

Also, go to the device setting in the ST app, and select false to “Create All switch” option.

1 Like

Thanks @iquix

I will test and check

hi iquix
can you help me to make a switch handler i have found a working version to hubitat
here is the link

i will donate about your help and i hope someone else donate too

I’m sorry that I couldn’t help you with this. It seems that (from the source code of hubitat DTH), the Moes wall switch uses non-standard manufacturer specific custom zigbee culster, which requires sort of reverse engineering and testing with the real product to make the DTH, but I don’t have enough extra time nor the product to work with this right now.

1 Like

Is not easy to convert hubitat to smartthings handler? and if not working because maybe need will just tell us witch number of events must add and where?

But I understand about your 5ime thanks anyway!!