do you know how to access karaf console? (if not, check this The Console | openHAB)
in karaf console you need to execute following commands (assumption a homekit binding is installed):
- find ID of installed homekit binding using this command
list | grep -i homekit
-
remember binding ID, in my case it is 488
-
execute following command to update to the snapshot. replace with your binding ID
update <ID> https://openhab.jfrog.io/artifactory/libs-snapshot-local/org/openhab/addons/bundles/org.openhab.io.homekit/3.1.0-SNAPSHOT/org.openhab.io.homekit-3.1.0-20210203.032507-42.jar
e.g. in my case
update 488 https://openhab.jfrog.io/artifactory/libs-snapshot-local/org/openhab/addons/bundles/org.openhab.io.homekit/3.1.0-SNAPSHOT/org.openhab.io.homekit-3.1.0-20210203.032507-42.jar
- verify that you have newer version with
list | grep -i homekit
if homekit binding is not installed yet, you use instead of “update” an install:
install https://openhab.jfrog.io/artifactory/libs-snapshot-local/org/openhab/addons/bundles/org.openhab.io.homekit/3.1.0-SNAPSHOT/org.openhab.io.homekit-3.1.0-20210203.032507-42.jar
this is how it looks like on my side