Insteon IO Linc Garage Door troubles

The IOLinc light is on when the contacts are together which I believe is correct. But querying the status when the contacts are together returns:

gdOpener.getContactStatus()
sent msg: OUT:Cmd:0x62|toAddress:3D.E5.56|messageFlags:0x0F=DIRECT:3:3|command1:0x19|command2:0x01|
>>> modem got msg: IN:Cmd:0x50|fromAddress:3D.E5.56|toAddress:30.DC.6C|messageFlags:0x2B=ACK_OF_DIRECT:3:2|command1:0x00|command2:0x01|
IN:Cmd:0x50|fromAddress:3D.E5.56|toAddress:30.DC.6C|messageFlags:0x2B=ACK_OF_DIRECT:3:2|command1:0x00|command2:0x01|
contact state = OPEN

I had one of these IOLincs hooked up to another house I had which was running and ISY, and the contacts also showed OPEN when the contacts are together.

For now I have had to flip the following, and compile the binding myself. Obviously this doesn’t work for the masses. I’m stumped what I can do.

<message-handler cmd="0x11" group="1">OpenedContactHandler</message-handler>
<message-handler cmd="0x13" group="1">ClosedContactHandler</message-handler>