Post Requests for Zigbee Edge Drivers Here (community-created)

Hi there, newbie in here so hope it is OK to ask.
Was hoping for this driver to help me get paired a simple PIR-motion detector, but no luck.
Have seen in the “fingerprints” list that my device is a little different from others in that list. It seem to be some kind of Tuya make with same model number as many others RH3040. But it is named Qnect SH-ZS03-QNE at the labels.
Any possibility to add this manufacturer ID also in your driver please?
I attach a screenshot from info found inside Smartthings app after paired as a Zigbee-Thing.

Hi @Nettulf

Tomorrow i Will add your device to zigbee Motion Mc

1 Like

That was really fast, thank you! :slight_smile:

1 Like

Morning @Mariano_Colmenarejo, 1 and 2 gang works perfectly, except 3 gang switch, It does not see it, perhaps didn’t propagate yet, but not sure about that, as if both of them were published at same time (1 and 3 gang)
Any suggestions?
PS, I already restarted the hub, not sure if that helps, but I did it just in case, and still can’t see it (except as a thing)

Hi @Nettulf
Added to this driver version

───────────────────────────────────────────────────
 Name         Zigbee Motion Sensor Mc
 Version      2022-12-22T10:42:05.898512566        
───────────────────────────────────────────────────
- id: "TUYATEC-dxnohkpd/RH3040"
    deviceLabel: Qnect SH-ZS03-QNE Motion Sensor
    manufacturer: TUYATEC-dxnohkpd
    model: RH3040
    deviceProfileName: motion-battery
2 Likes

The ST CLI and API Browser from @TAustin are the most reliable way to know information about your devices including what drivers they are running and where they are executing.

1 Like

Hi @Mariano_Colmenarejo
Seems to be working fine, so thx for good and fast help!
The sensor stays in the movement detected status for 1 min after first movement, but I guess that’s the sensor itself that is set up like this.

1 Like

Any news abt this issue?
Switch is working, but still no power meter in ST.

Thank you to all the awesome ppl that help us newbies. Without you some of us would literally sit in the dark.

Happy holidays!

@nayelyz,

Any news in supporting S2 Z-wave locks edge.

I have a kwikset homeconnect 620

zw:Fs2ac type:4001 mfr:0090 prod:0811 model:23A8 ver:7.20 zwv:7.13 lib:03 cc:5E,55,98,9F,6C sec:86,72,5A,87,73,80,70,62,4C,63,85,8E,59,71,8B,5D,4E,7A

networkSecurityLevel: ZWAVE_S2_ACCESS_CONTROL

It is currently using the standard Z-wave lock DTH (Not a custom one)

@JDRoberts, Any ideas?

thanks

I’d like to request and see if an Edge driver has been released for Sylvania OSRAM Lightify RGBW A19/BR30 ceiling lights. Thanks!

Check @Mariano_Colmenarejo’s driver. It should be supported. All my Osram/Sylvania lights are supported by his driver. If it’s not, you’ll need to upload fingerprints.

2 Likes

Thanks, I’ll try this. Hopefully it will allow the light to remember the temperature setting like my old DTH did.

@milandjurovic71 I’m enrolling but not sure which driver to add. Thanks!

Driver works and remembers the temperature. Now I just need to figure out what “setColor” arguments to use for getting different colors in SharpTools rules.

The setColor() command expects an object with a hue and saturation property:

{ "hue": 0, "saturation": 100 }
2 Likes

I appreciate the help. I’ll test it later today.

I would love a driver for the Aqara Roller Shade Driver E1 as well - I have like 6 of them that I’d like to use …

2 Likes

Found your 21 lines for for zigbee switch; thank you for so much work on the other edge materials too. I have 10 3210’s and also 6 Centralite mini’s which I think are Type 4200-C. I am just getting started to understand how/what to transition to edge drivers so have way more to learn. If you have checked the 4200-C I would like to know. Perhaps it is just a matter of adding that Type precisely to the existing file?
Lost in Edge Translation

@joshua_lyon Reporting back to say that it is working great. Thanks!

1 Like

Any chance a z-wave edge driver developer can take a look at this device? Let me know if there’s any more info I can provide to help get an edge driver working. It has 2 buttons, with press (up to 3x) and hold functions on each.

WA00Z-1: GoControl Smart Wireless Light Switch

Some technical details are in the Installation Guide

Here is the groovy device handler I am using currently: link

From my IDE:

Raw Description zw:S type:1801 mfr:014F prod:5343 model:3132 ver:5.09 zwv:4.05 lib:03 cc:5E,86,72,5B,85,59,73,70,80,84,5A,7A ccOut:5B,20

From the DH description:

Capabilities:
Actuator
Battery
Button
Configuration
Holdable Button
Refresh
Sensor

Custom Attributes:
inverted
controlled

Custom Commands:
inverted
notInverted
controlBoth
controlScene
controlAssociation
pressup
pressdown
holdup
holddown

Fingerprints:
deviceId:‘0x1801’ in:‘0x5E, 0x86, 0x72, 0x5B, 0x85, 0x59, 0x73, 0x70, 0x80, 0x84, 0x5A, 0x7A’ out:‘0x5B, 0x20’

3 Likes