I am trying to integrate my ring video doorbell pro in hubitat and I get the following error in the log.
dev:224 org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: user_driver_ring_hubitat_codahq_Ring_Virtual_Camera_706.release() is applicable for argument types: (java.lang.Integer) values: [1]
Possible solutions: refresh(), isCase(java.lang.Object) (method release)
any idea what this is?
You, or possibly some app you configured, is trying to call the "release" method on this driver, but that method does not exist (given the author name, that driver wouldn't have been touched in a while and this command was not required for button devices when it was, but it's generally of little consequence outside virtual-style operation of the device anyway). Without any other information about your setup, including what apps you might be using with this device (or what specific app and driver you're using; a single name in your log entry gave me that clue), it's hard to say more, but with that error, it's definitely something like this happening.
I was using the [unofficial-ring-connect.groovy] app (hubitat_ring_integration/src/apps/unofficial-ring-connect.groovy at master · HubitatCommunity/hubitat_ring_integration · GitHub) and
[ring-virtual-camera.groovy] app (hubitat_ring_integration/src/drivers/ring-virtual-camera.groovy at master · HubitatCommunity/hubitat_ring_integration · GitHub)
That much I assumed, but something must be causing this error. What are you doing when the error appears? What apps are using the device?
I bet it is to old and does not work with current devices. I am finding that may of the user created apps do not work. It seems the only thing I can use my hub for is my Z-wave locks and recessed door senors.
I run the unofficial ring connect and configure each of the sections. after creating the doorbell I looked in the log and saw the error. The doorbell did not show up in the dashboard or in apple home. I could not get any video.
If you want your ring doorbell to show up in homekit you’ll want to look into scrypted.
Personally i use both together, The Hubitat ring integration… when setup properly is just good detecting motion and doorbell button pushes.
I do not understand what you are talking about. Can you explain further?
i layed it all out in he post i linked… what part needs clarity?
Would suggest posting in the main User App thread. We could help you there