Page 1 of 1

MyQ v7.0.2 released

PostPosted: Mon Nov 28, 2016 9:00 am
by FlyingDiver
This release removes support for the On/Off/Toggle actions. Only Lock/Unlock (and Status Report) are supported now.

Please edit any actions in Action Groups/Triggers/Schedules to use the supported commands.

Also adds support for MyQ door status values of 8 and 9.

Other misc bug fixes and debug log changes.

Re: MyQ v7.0.2 released

PostPosted: Mon Nov 28, 2016 9:38 am
by Bollar
Does this one include the Chamberlain v4 API?

Re: MyQ v7.0.2 released

PostPosted: Mon Nov 28, 2016 9:52 am
by FlyingDiver
Bollar wrote:
Does this one include the Chamberlain v4 API?


Yes.

Re: MyQ v7.0.2 released

PostPosted: Mon Nov 28, 2016 8:12 pm
by dougkillmer
FlyingDiver wrote:
Also adds support for MyQ door status values of 8 and 9.


FYI - I'm seeing this error now when the door is open.

Code: Select all
   MyQ Debug                       getDevices: MyQDeviceTypeId = 7, MyQDeviceTypeName = VGDO, DeviceId = 251758172
   MyQ Debug                          "online" = "True"
   MyQ Debug                          "name" = "CG0843033DF6"
   MyQ Debug                          "doorstate" = "9"
   MyQ Debug                          "desc" = "North Door"
   MyQ Debug                          "gatewayID" = "50360411"
   MyQ Debug                          "dpsnocommstate" = "0"
   MyQ Debug                          "dpsbatterystate" = "0"
   MyQ Debug                          "isunattendedopenallowed" = "1"
   MyQ Debug                          "isunattendedcloseallowed" = "1"
   MyQ Debug                          "myqmonitormode" = "0"
   MyQ Debug                          "numdpsdevices" = "1"
   MyQ                             VGDO North Door is Unknown (9)
   MyQ                             MyQ Device North Door is now Unknown (9)
   Error                           cannot update device state for key doorStatus to value Unknown (9) (invalid enumeration value)

Re: MyQ v7.0.2 released

PostPosted: Mon Nov 28, 2016 8:26 pm
by FlyingDiver
OK, I think I see what happened there. I should have a fix tomorrow.