Chamberlain MyQ Binding

I have a first draft build, note that you will need at least OH 3.1 i believe (its built against 3.2, but should be compatible)

see Release MyQ oAuth · digitaldan/openhab-addons · GitHub

Download the jar and either put it in the addons folder OR upgrade the current installed one by running:

bundle:update org.openhab.binding.myq file:////some/path/org.openhab.binding.myq-3.2.0-SNAPSHOT.jar

from the OH CLI (karaf console). If dropping into the addons folder, you may need to uninstall the existing one first.

This is dependent on a 3rd party library that would normally be installed automatically, but since we are manually loading this jar, you may need to install it manually. This can be done with the OH CLI (karaf console) like so:

bundle:install https://repo1.maven.org/maven2/org/jsoup/jsoup/1.8.3/jsoup-1.8.3.jar

I’m waiting to see if token refreshes work, as well as general clean up. I’ll open a WIP PR today so others can see the code changes

5 Likes