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

Hi @LaserBoi,

To know if device there is or can work with an existing edge driver, it is necessary to know more information about the devices:

  • Model and manufacturer that the device sends as fingerprints.

  • The Clusters that the devices use to send and receive commands: if they use the 0006 cluster (on-off) or only the EF00 cluster exclusive to Tuya

This is an example, which you can get in the IDE by pairing the device with smartthings.

Data

  • application: 43
  • endpointId: 01
  • manufacturer: _TZ3000_4fjiwweb
  • model: TS004F
  • zigbeeNodeType: SLEEPY_END_DEVICE
  • Raw Description: 01 0104 0104 01 06 0000 0001 0003 0004 0006 1000 08 0019 000A 0003 0004 0005 0006 0008 1000
1 Like

3rd for the Hampton Bay fan controller (or King of Fans)

Forgive me if this has been done, I didn’t see it anywhere in the completed lists.

  • application: null
  • endpointId: 01
  • firmwareImageType: 0
  • firmwareManufacturerCode: 4098
  • manufacturer: King Of Fans, Inc.
  • model: HDC52EastwindFan
  • zigbeeNodeType: NON_SLEEPY_END_DEVICE

raw: 01 0104 000E 00 07 0000 0003 0004 0005 0006 0008 0202 02 0003 0019

  • with the additional child light device

Cheers~
Kristy

2 Likes

HI thanks for the reply,
I will do my best as I don’t know how to code, only how to use it when I find it.
There are a couple of DHT out there but they only see the switch and the first gang. I have a 2 gang switch and I was able to find a DHT the works but it is a bit quirky and slow to respond. it has 2 DHT a main and a child.
Here is the link https://bitbucket.org/yashik_gt/smartthings/src/master/SmartHome4U/
now onto the real deal edge drivers. I have the ide info

Main

  • application: 42
  • endpointId: 01
  • manufacturer: _TZE200_g1ib5ldv
  • model: TS0601
  • zigbeeNodeType: SLEEPY_END_DEVICE
    Raw Description 01 0104 0051 01 04 0000 0004 0005 EF00 02 0019 000A

under the main unit it shows the 2 actual switches as child devices.

I only have a 2 gang however I would guess that with the 3 or 4 gang it would just have more children.

Thank you so much and if i can provide any other info please let me know.

Sorry, my driver doesn’t work with the EF00 cluster.
I don’t know if @ygerlovin had made one that handles that cluster.

Thanks for checking. Maybe someone else may have a driver to try.
Thanks to all in the group.

This would be a nice addition for full functionality 2GIG Zwave Programmable Thermostat (Battery/C wire.)

  • manufacturer: 2gig Technologies Inc.
  • networkSecurityLevel: ZWAVE_S2_AUTHENTICATED
  • productId: 23089
  • productTypeId: 21332
    Raw Description zw:Ls2a type:0806 mfr:009B prod:5354 model:5A31 ver:1.08 zwv:7.12 lib:03 cc:5E,55,98,9F,6C sec:86,80,40,43,31,81,53,6D,64,6E,44,45,42,85,8E,59,72,5A,87,73,7A
1 Like

Yes would love this myself but at this point it’s doubtful that’s going to happen… The writer of the current dth started working on this in November and has done nothing with it yet and no one else with the knowledge of how to accomplish this has picked it up so it’s very doubtful that it’s going to happen

Hi, How about Homeseer switches and dimmers?

Sorry if repost, I looked but did see anything…

Thanks!

4 Likes

Zooz Power Strip
Power metering for all 5 channels + USB control

1 Like

SmartThings notifications are all cloud-based, so they always require the internet. Even with Edge drivers. :disappointed_relieved:

  • I was under the impression; that with the right edge drivers to make the smoke alarms run 100% local; they would be able to send commands to the lights/do automations without the cloud. So even when the smartthings service is offline or the internet cuts out; the automations still work.

  • Answering both your and JDRoberts question: About 1,5 week ago the smartthings server was down for the evening. None of the automations worked except the one with the Aeotec motion sensor… (That has execution location local)… The rest of my devices is all ‘Cloud execution location’ and they did not work.

I thought; if there was a way to get the fire alarms to also be “local execution” it would increase reliability.
Or is there something im doing wrong? And can i make all my devices/lights execution locations local?
The last update (Last tuesday) was aimed at this right? They wanted to make edge drivers run local?

If this local execution thing is exclusive to Aeotec… i am sure to buy those sensors/switches in the future only.

@ChrisV All Edge drivers run local. Routines/rules that only involve devices with local execution might run local (there are a number of things that could cause the automation to be executed in the cloud, such as time delays or push/SMS notifications).

If your smoke detector works with the ST smoke driver, then it will be local. If you set up an automation to have the smoke trigger another local device (a light or siren) then it will likely execute locally (look for the little house to display on the routine). If you want a notification to your phone, that will only work if your hub is connected to the ST cloud.

3 Likes

Was a little bummed to see that the Ultraloq U-Bolt Z Wave deadbolt didn’t make the list for the released edge drivers. Hope this can get added.

  • MSR: 0452-0004-0001
  • fw: 1.1
  • networkSecurityLevel: ZWAVE_S2_ACCESS_CONTROL
    Raw Description zw:Fs2ac type:4001 mfr:0452 prod:0004 model:0001 ver:1.01 zwv:7.14 lib:03 cc:5E,55,98,9F,6C sec:86,72,5A,87,73,80,62,63,85,8E,59,7A

Hi, everyone

Bought a fantastic Moes zigbee Smart Dimmer Switch.

Please make a driver for it.
Discover as thing on ST with this info:

  • zigbeeNodeType: ROUTER
  • application: 42
  • endpointId: 01
  • manufacturer: _TZE200_dfxkcots
  • model: TS0601

raw: 01 0104 0051 01 04 0000 0004 0005 EF00 02 0019 000A

Cheers
Joel

I have a RGBW sylvania smart+ zigbee light strip thats also a repeater. Is there a Edge driver for it?

  • zigbeeNodeType: ROUTER
  • firmwareManufacturerCode: 4489
  • firmwareFullVersion: 00102428
  • application: 01
  • endpointId: 01
  • firmwareImageType: 30
  • manufacturer: LEDVANCE
  • model: FLEX RGBW

This bulb is on the smartthings stock beta Zigbee Switch driver.

To search for Beta smartthings drivers for devices:

  • Enter in this smartthings edge drivers github link:

https://github.com/SmartThingsCommunity/SmartThingsEdgeDrivers/tree/main/drivers/SmartThings

  • All drivers availables appears:

  • Open the folder of the driver that best suits the type of your device, for example zigbee switch, which also has the bulbs.
  • open the file fingerprints.yml

  • Find text on the page (F3)
  • write, model or manufacturer
  • It will mark all matches for you

This also goes for searching public GitHub repositories for developers, if you know them.

3 Likes

Wondering if there is an Edge driver for the Bosch Motion Sensor?
Existing thread here: Bosch Motion Sensor (ISW-ZPR1-WP13) : Smartthings v2 hub - Devices & Integrations - SmartThings Community
Current Groovy DTH here: SmartThings/bosch-motion-detector.groovy at master · tomasaxerot/SmartThings · GitHub

2 Likes

It was before my time but my understanding is that there was a real issue in 2017 which was caused by one firmware update and fixed by a later one. However the existence of the problem became part of SmartThings lore but it being fixed didn’t. My main hub was fine with batteries but a second-hand one had clearly had leaking batteries in it.

I removed mine because being able to power cycle the hub was more important to me than keeping the hub running during a power outage which affected most of the things it controlled, including the router.

1 Like

Hello everyone, can anyone help point me to an edge driver for these following 2 devices, or let me know who to ask to add the fingerprint to their existing driver? Thank you in advance

Maybe @Mariano_Colmenarejo could help with this.