Skip to content

MyQ Prelease

Pre-release
Pre-release
Compare
Choose a tag to compare
@digitaldan digitaldan released this 08 Dec 02:46
· 293 commits to myq since this 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