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

Has anyone been able to get LIFX bulbs to work with an Edge driver? I saw someone had developed LIFXLAN which allows them to work locally so hoping an edge driver is possible.

I have an Edge driver for LIFX here: GitHub - bcandersen/lifx-st-edge: LIFX driver for the SmartThings Edge platform

It’s been a while since I’ve ran it. May require some updates if there’s been any breaking API changes.

Also, TP-Link driver here for those interested: GitHub - bcandersen/tplink-st-edge: TP-Link Driver For SmartThings Edge Platform

Three questions about TP-Link driver.

Do you have a link for installing the driver?

Does it show energy monitoring in ST?

Is any other hardware needed?

Does anyone have a ZWAVE SMOKE DETECTOR driver to which they can add an Ecolink CONTACT SENSOR fingerprint?

I’m not sure if I am off-base in the way these Edge drivers work, but I’ve hard-wired an Ecolink CONTACT SENSOR using its external contacts in to a relay in my smoke detector system. I’ve been using a custom Groovy driver for it which will soon go away. I’d love for this to be directly recognized as a smoke detector instead of a contact sensor, if possible.

If this works, I’ve also got the Ecolink contact sensors utilized as leak detectors and would love a ZWAVE driver to include them as well.

Hi @mooch91

In this case it is not enough to add the fingerprints to the Zwave Smoke driver, it is necessary to make a complete subdriver that captures the contact sensor reports and emits the Smoke detected or clean events instead of the open and closed ones.

That takes time and testing

SharpTools doesn’t do this.