My Ring devices (cameras, doorbells) are all integrated via the Cloud->Cloud integration without drivers. That may be the same with this device as well. Try linking your Ring account to ST by adding a device by brand name and see if it shows up as an available device.
Actually, I don’t have a Ring account, just trying to use this device as a Zwave device to strengthen Zwave network and enable power outage detection.
The device does work as a range extender. What I am trying to achieve is to get its battery status.
Once that’s possible an automation can be triggered on the condition when the device switches to battery power > notify about a power outage.
What I mean is that the Z-Wave Range Extender driver can’t do what it wants because the profile only has the refresh capability and they don’t have any code and therefore it can’t do what it needs.
For what you want to work, you would have to add a profile with powerSource capability as a minimum, create a subdriver for this device and the code to handle the powerSource capability, since the default zwave libraries do not have a default handler for powerSource
How have folks gotten this onto an edge driver? If so, how? I’ve downloaded the ST beta z-wave range extender driver, and Mariano’s z-wave thing and z-wave device config, but it still keeps picking up a groovy DTH.
My experience with devices picking up DTH drivers when an Edge driver is installed is that the fingerprint hasn’t registered properly and is often all zeroes. This seems to happen for a few reasons:
the device gets into a strange state where it refuses to properly register. Factory reset generally solves that.
a device supports S2 security but was set up without security
fingerprint doesn’t match what’s in the driver
Use the CLI or the API Browser+ tools to check the fingerprint when the device is installed with the DTH driver.
The fingerprint doesn’t match any in the stock prod drivers. It’s just a range extender though, so I figured it would be picked up as a thing or some generic driver.
That will probably happen once Groovy is completely disabled. Right now, the default seems to be to fall back to a more specific DTH driver over a generic Edge driver.
The range extender is a zwave device which is intended for the ring security system. Those aren’t available through the cloud to cloud integration, and as the OP noted, some community members use them paired directly to a smartthings hub.
This device is interesting because it’s one of the only range extenders available which normally operates on Mains power, but which will switch to a built-in battery if the power goes out. That allows your battery-powered security sensors to keep communicating to the hub as long as your hub also has backup power.
So while as you know from other conversations, I normally don’t like zwave range extenders for anything past third generation Z wave (and we are way past that now.) you can get the same functionality at better value with a dual purpose device like a smart plug.
But this particular one is an exception because of its ability to switch to battery power. It won’t run for longer than 24 hours or so on battery, but it’s useful in security set ups.
As I understand it, during this transition phase it won’t be paired as a thing with a zwave edge driver until there are no available groovy DTHs that it can pair with. And since you can’t delete the stock Groovy DTHs, your best bet is to get someone to add its fingerprint to a custom edge driver. That said, it seems like quite a few people would like the ability to know when this particular device switches from power to battery or back again so they can run routines off of that. And may require a unique edge driver since other single purpose extenders mostly don’t have that capability.