Hi,
Looking for some help to connect and control both gangs of Zigbee Dimmer module QS-Zigbee-D02.
No problem to control 1st gang via the build-in integrated Device Handler : “Zigbee Dimmer”. I want to control the 2nd gang as well. Ideas ? Can anyone use the Groovy code for single channel and convert it to multiple channel . The Groovy code can be found here :
That’s another variation of the tuya zigbee Switch. I know you’ve been active in some of those threads, have you had a chance to look at the following:
Can’t find anything like “Zigbee Dimmer Multi”. All I can find is what I squared in red:
Correct, I don’t think one has been provided. But the two people in that other thread have been trying to build one, so you might see how far they have gotten.
Hello
Any luck with 2 gang / both gangs? Do you have working DTH or Edge driver?
Or… Do you have fingerprints?
I think that you own something like this.
Im also interested…
Take a look here:
Seems like a working multi dimmer solution
Just sharing information.
Tried pairing again and found that this 2 gang module works currently just fine but only as switch (not dimmer) with driver from @iquix
This DHT approved to be working with Multi-Dimmers.
@Mariano_Colmenarejo , can you please try to convert to Driver ? Is multi-dimmers support in drivers ? I can provide some logs if required.
> [{modelID: 'TS110F', manufacturerName: '_TYZB01_v8gtiaed'}
> {modelID: 'TS110E', manufacturerName: '_TZ3210_pagajpog'}]
The raw description: 01 0104 0101 01 05 0000 0004 0005 0006 0008 02 0019 000A
Thanks !!
Hi @dotan_shai
This will take me a while, I have to create new profiles and a child device with level capability and its code.
When I have a trial version I’ll let you know.
I would like to have the complete information of the fingerprints to see the endpoints that it uses
Hi @Mariano_Colmenarejo
Here are some logs and Zigbee Thing MC screen shot:
I hope you have all the information required.
Hi @dotan_shai
Published this driver Test version with profile switch-level and child-switch-level
Child device created for switch2 componente are capabilities switch and level
Child device for All switch on-off are only switch capability same to previous version
You only send to me the clusters for one device, I hope the other device does not use cluster EF00
───────────────────────────────────────────────────
Name Zigbee Multi Switch and Child Test
Version 2022-11-11T11:36:28.811432227
───────────────────────────────────────────────────
- id: "TS110E/_TZ3210_pagajpog"
deviceLabel: TS110E Dimmer
manufacturer: _TZ3210_pagajpog
model: TS110E
deviceProfileName: two-switch-level
- id: "TS110F/_TYZB01_v8gtiaed"
deviceLabel: TS110F Dimmer
manufacturer: _TYZB01_v8gtiaed
model: TS110F
deviceProfileName: two-switch-level
Hi @Mariano_Colmenarejo ,
The Driver is working fine for MAIN switch only. No dimming option for the second dimmer. Here are some screenshots:
Main dimmer - No problems ON/OFF and dimming
2nd dimmer - ON/OFF ok, dimming not exist
If you need logs, please let me know
Hi @dotan_shai
Try with this driver version
───────────────────────────────────────────────────
Name Zigbee Multi Switch and Child Test
Version 2022-11-11T17:58:43.767429491
───────────────────────────────────────────────────
Hello
Working switch and dimming on both channels
Device: qs-zigbee-d02-triac-2c-ln
Yet upon clicking tile i get message that it cant retrieve device status.
And in settings clicking option to create single device to switch2 apears nothing happens.
Thanks anyway !!!
I’m still having the same problem, only Main channel can be dimmed.
2nd dimmer only ON-OFF NO DIMMING
Here are some logs…
Update !! When removing child and using from single control, everything works fine.
When re-creating child device dimming appears in child but dimming is not effecting the bulb
Well, in the logs several level events are seen for the switch2 component.
And for other user @dusanhauko works
2022-11-11T19:54:19.505722518+00:00 INFO Zigbee Multi Switch and Child Test <ZigbeeDevice: 70bd7016-88b1-4306-9fb4-f0c286b16076 [0xDE88] (TS110F Dimmer)> emitting event: {“attribute_id”:“level”,“capability_id”:“switchLevel”,“component_id”:“switch2”,“state”:{“value”:53}}
Could you send me the clusters of this device with zigbee Thing Mc?
Was the child device created?
From where are you executing the level changes, from the physical device?, I don’t see that you are executing it from the app
I don’t see level events in the logs for the main component (switch1)
Delete the child device
Install this version
create child device and try again
───────────────────────────────────────────────────
Name Zigbee Multi Switch and Child Test
Version 2022-11-11T21:06:38.868237413
───────────────────────────────────────────────────
I’ve updated my previous comment. I’ll let you know tomorrow regarding this version…
This version fix the problem
───────────────────────────────────────────────────
Name Zigbee Multi Switch and Child Test
Version 2022-11-11T21:26:27.125378793
───────────────────────────────────────────────────
Sorry, published now