Any luck yet getting the LEDs to work on the HS-WD200+ (or any) switches? I got an Edge driver installed for the switch, but it does help with the LEDs (nor do the routines for multiple paddle inputs seem to work).
Good afternoon, @Mariano_Colmenarejo could you please add the 10 a / 20 A zigbee dual socket from Zemismart (Tuya) to the Zigbee Multi Switch and Child Mc driver. Below is his data that appears in Groovy.
- application: 4D
- endpointId: 01
- manufacturer: _TZ3000_6s5dc9lx
- model: TS011F
- zigbeeNodeType: ROUTER
Raw Description 01 0104 010A 01 09 0003 0004 0005 0006 0702 0B04 E000 E001 0000 02 0019 000A
@Mariano_Colmenarejo The device I mentioned is the one from the aliexpress link. only it has the new 10A/20A version. link:
Added to this driver version
As it has clusters for energy and power then I added to profile with power and energy.
Try if works fine
βββββββββββββββββββββββββββββββββββββββββββββββββββ
Name Zigbee Multi Switch and Child Mc
Version 2023-01-20T19:33:37.947313555
βββββββββββββββββββββββββββββββββββββββββββββββββββ
- id: "TS011F/_TZ3000_6s5dc9lx"
deviceLabel: TS011F Two Plugs
manufacturer: _TZ3000_6s5dc9lx
model: TS011F
deviceProfileName: two-switch-power-energy
Does someone have a driver for the Hue Smart Button?
Does anyone know if an Edge Driver has been created for the Aeotec Water Sensor 6 ZW122? I am looking for an edge driver that monitors both leak sensors when it is installed in the cradle.
Thanks for your help.
Try the official Aeotec Edge site.
Thanks for the response, however, I did not see a driver for this sensor.
Thanks
Chris
Also, check the fingerprints for the stock Z-Wave and Zigbee sensors.
I have a working default edge driver, I am looking for one that will support the 2 sensors in the cradle. Right not I canβt tell which sensor is triggered.
Thanks
Chris
OlΓ‘ @Mariano_Colmenarejo, como estΓ‘?
Consegue incluir o fingerprint para o driver thermostat zigbee?
I have been having pretty good luck migrating to the edge drivers.
I have a request for an edge driver for a monoprice zwave metered outlet.
- MSR: **[0208-0101-0005]
zw:L type:1001 mfr:0208 prod:0101 model:0005 ver:1.05 zwv:4.24 lib:03 cc:5E,25,32,27,2C,2B,70,85,59,72,86,7A,73,5A
Also, why does ST still install the old driver when a new one is not found? This just causes me to have to exclude again and repeat the process until I find a suitable driver.
SmartThings uses a βbest matchβ algorithm. That might be the previous driver, it might be something else, and if all else fails, it will add it as a βthing.β
I think that makes sense: the vast majority of their customers donβt have any idea that drivers even exist, so at least if the device gets added as a thing support has something to work with.
The priority sequence is explained in the official transition FAQ:
Thanks for the suggestion. I have that driver installed already, but it keeps using the groovy instead of the new edge driver.
It will use a custom groovy DTH in preference to an edge Driver during this transition phase. You have to delete the custom groovy DTH to keep it from being used. (Again, the transition FAQ explains the priority sequence.) note, however, that if you delete the custom groovy DTH, you will not be able to get it back again.
Thank you very much @JDRoberts! That was my issue, it was using a custom DTH. Working with new driver now.