You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this library doesn't work on V2 of homebridge.
Keys of hap.Perms object are renamed to PAIRED_READ/PAIRED_WRITE from READ/WRITE. These changes cause Homekit to reject the response from "GET /acceraries", since corresponding values are null, and all existing accessories become "not responding".
Unfortunately, I don't have any ideas to deal with this issue other than ad-hock approach. I edited fakegato-history.js to refer the keys like this,
With these changes, beta version of V2 homebridge begins to work.
So, I would like to ask,
Are there anyone facing similar issue?
Is this temporally issue on V2 developing, or libraries need to handle?
If handling is essential, are there better ways to deal?
The text was updated successfully, but these errors were encountered:
Hi developers,
I found this library doesn't work on V2 of homebridge.
Keys of hap.Perms object are renamed to PAIRED_READ/PAIRED_WRITE from READ/WRITE. These changes cause Homekit to reject the response from "GET /acceraries", since corresponding values are null, and all existing accessories become "not responding".
Unfortunately, I don't have any ideas to deal with this issue other than ad-hock approach. I edited fakegato-history.js to refer the keys like this,
With these changes, beta version of V2 homebridge begins to work.
So, I would like to ask,
Are there anyone facing similar issue?
Is this temporally issue on V2 developing, or libraries need to handle?
If handling is essential, are there better ways to deal?
The text was updated successfully, but these errors were encountered: