i never tried Contact
, but my guess is, it won’t work: ['Switchable']
will return ON/OFF and not OPEN/CLOSED… you could still try. but there’s definitely no ['Door']
in homekit.
you could either change your item to Switch
instead of Contact
or you could expose a proxy item as Switch
to the homekit and have a rule Change your Contact
item accordingly.