Post Requests for Edge Drivers Here (community-created)

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

I actually have 2 requests…

The fIrst, and foremost, is a Fully-Kiosk Browser edge driver. Here is the DTH that I am currently using:

I have previously asked the developer if they were going to implement a driver.

The second is for a z-wave leak detector with this info from the IDE:

zw:S type:0701 mfr:0258 prod:0003 model:0085 ver:2.54 zwv:4.05 lib:06 cc:5E,86,72,5A,73,80,71,30,85,59,84,70

It is similar to this DOME leak sensor DTH, based on this post:

[RELEASE] Dome Leak Sensor (Official)

Somehow, despite being paired, STHM always seems to have difficulties with the current implementation.

-Jason

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

I’d like this as well

2 Likes

@LaserBoi
Would you be able to provide logs from the edge driver?
I don’t have Moes devices, so unable to test them.

Thanks

@Mariano_Colmenarejo , thanks for tagging me.

2 Likes

Hi, How about Homeseer switches and dimmers?

Sorry if repost, I looked but did see anything…

Thanks!

4 Likes

Would be great if this DH dan be converted tot Edge:

reading out my Solarpanels so I can start device like dishwasher and washing machine when enough power is available

2 Likes

Edge drivers are intended for hub connected devices. That handler is accessing a cloud based API. So yes if you want to to be treated as a device it will need a new integration, but Edge isn’t really the tool for the job.

You are right. But what if Groovy isn’t supported anymore?

There is a separate Rules API and schema connector for cloud devices. It is also new, just not Edge. Edge is the new architecture for onboard devices.

1 Like

I’m not saying the device might not need a ‘new’ integration (I don’t know if anyone has already been working on one), but there are different types and Edge is pretty much the last piece in the jigsaw and is pitched very much at devices that communicate directly with the hub. For example, the ‘schema’ integration, widely used for cloud to cloud integrations, has been live for over three years now.

1 Like

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

1 Like

Looking for an Edge driver for the Frient smoke alarms so they can be used local.
These ones; Intelligent Smoke Alarm - Zigbee sensor for instant fire detection - frient

I got them linked into an automation where all the lights turn on and there’s a alarm+notification in the event there’s smoke. Would be nice if this was local to increase the reliability so it works even when the smartthings server/internet goes down.

There is a driver for Frient smoke detector. I have one in use. Haven’t tested if it works without internet though.

Hey; yeah i know there’s a driver… it works fine with the smatthings hub. But the connection/automation is still made in the cloud.

Based on what? All Edge drivers are run locally. The are other factor that could make automation cloud based. What kind of automation you have? Could you give an example?