Is it possible to view a devices's driver code?

I have two Ring motion sensors outside. I'm trying to determine the values of the motion sensitivity by changing it in preferences, then monitoring the events. But with numerous false alarms this gets tedious.

Is it possible to view the device driver code for this motion sensor, in hopes of determining the motion sensitivity values?

Hubitat's App and Driver code is not open source.

Perhaps there is a community developed and maintained driver that you could try using? At least you'd be able to view the source code.

4 Likes

There are also a couple of ways to see if a device is user (Community) developed or part of the platform, one is on the device listing page, devices using user developed drivers will have this link next to them to the driver code, whereas those like the virtual switches do not.

Thanks. Maybe someone familiar with the driver can tell me specifically what the sensitivity values are.

Thanks that's good to know. Maybe someone familiar with the driver will let me know specifically what the sensitivity values are.

It adjusts parameter 8 with the literal values 0-4 that you can select. Apparently it's unclear what this actually does, as there is a mismatch between the published device manual and the data the Z-Wave Alliance has:

Please also consider removing your duplicate post (you can quote more than one message in the same post if you feel the need to be clear about replies) to keep the forum clean and align with the guidelines. Thanks!

6 Likes

Thank you!