Skip to content

Releases: digitaldan/openhab

harmony-host-fix: adds optional host to help with discovery across subnets

30 Nov 18:00
Compare
Choose a tag to compare

Harmony discovery

23 Nov 18:52
Compare
Choose a tag to compare
Harmony discovery Pre-release
Pre-release
adding discovery to the harmony hub binding

Signed-off-by: Dan Cunningham <[email protected]>

tag binding

29 May 00:23
Compare
Choose a tag to compare
tag binding Pre-release
Pre-release
Initial Commit of the tag binding

Signed-off-by: Dan Cunningham <[email protected]>

MyQ Prelease

08 Dec 02:46
Compare
Choose a tag to compare
MyQ Prelease Pre-release
Pre-release

This release has a breaking change to previous versions, instead of looking up the MyQDeviceId in the logs, you now specify which device by its index, so for most users this would be 0 for the first door, 1 for the second and so on. Roller shutters are now supported as an item type, the stop action has no effect as the MyQ API does not seem to support it.

items example:

Switch GarageDoorSwitch "Garage [%s]" <contact> {myq="0", autoupdate="false"}
Contact GarageDoorContact "Garage [%s]" <contact> {myq="0"}
String GarageDoorString "Garage [%s]" <contact> {myq="0"}
Rollershutter GarageDoorShutter "Garage [%s]" {myq="0"}

sitemap example:

Switch item=GarageDoorSwitch mappings=[ON="PUSH"]
Text item=GarageDoorString
Switch item=GarageDoorContact
Switch item=GarageDoorShutter

Harmony Pre Release

19 Mar 21:02
Compare
Choose a tag to compare
Harmony Pre Release Pre-release
Pre-release

This is a early release for the Harmony Bindings