Need help adding custom driver for Wireless Tags

I'm new to this platform. Moving from ST. So far not much success.
My primary reason is to migrate Wireless Tags to Hubitat, as ST will discontinue Groovy..
I found two drivers, two different authors for those, but unable to save them1st driver
2nd
I'm getting the same error (except namespace) on both:
No signature of method: Script1.definition() is applicable for argument types: (java.util.LinkedHashMap) values: [[name:Wireless Tags (Connect), namespace:swanny, author:swanny, ...]] on line 15
Am I doing something wrong or both codes are having issues?

Are you trying to add them as drivers or apps?

As Drivers. I'll try as apps. Still vague on difference

Thank you! That was it. Added as apps.

Take a look for hubitat package manager thread it make it much easier to find and install drivers and apps. Best to start there if your starting out.

1 Like

Rule of thumb.

Drivers create and/or make the device work. Think device handler on ST.

Apps are apps, they allow you to make the devices sometimes (trigging the driver), but mostly allow you to control the devices / create automations.

1 Like

Take a look at this thread. It will help with some of the gotchas coming from another platform.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.