This project provides a custom Hubitat app and driver to integrate the U-tec ULTRALOQ Latch 5 NFC lock with your Hubitat Elevation hub.
-
Install the Library:
- Navigate to Libraries Code > New Library.
- Copy the contents from
lib/UTecLockHelper.groovy - Paste into the code editor and click Save.
-
Install the Driver:
- Go to your Hubitat web interface.
- Navigate to Drivers Code > New Driver.
- Copy the contents of
drivers/UTecLockDeviceHandler.groovy. - Paste into the code editor and click Save.
-
Install the App:
- Go to Apps Code > New App.
- Copy the contents of
apps/UTecLockManager.groovy. - Paste into the code editor and click Save.
-
Add the App:
- Go to Apps > Add User App.
- Select ULoc App from the list to create an instance.
Currently not available via HPM. You must install manually using the steps above.
-
Obtain Developer Access
-
Prepare the Lock:
- Open the U-tec mobile app.
- Go to Settings > Developer Console.
-
Set Redirecrt URL
- Navigate to Apps and open ULoc App.
- Enter you developer API API and Secret .
- Click login and follow authorization workflow.
- When login is successful, close the popup window.
- Click Discover Locks.
- The App will add lock devices.
- Click Done.
- Lock/unlock via Hubitat
- Status reporting
- Change lock mode
- Integration with automations and dashboards
This project is licensed under the MIT License.
Contributions and suggestions are welcome!