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.