Releases: digitaldan/openhab
Releases · digitaldan/openhab
harmony-host-fix: adds optional host to help with discovery across subnets
Signed-off-by: Dan Cunningham <[email protected]>
Harmony discovery
adding discovery to the harmony hub binding Signed-off-by: Dan Cunningham <[email protected]>
tag binding
Initial Commit of the tag binding Signed-off-by: Dan Cunningham <[email protected]>
MyQ Prelease
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
This is a early release for the Harmony Bindings