Open DanielSchaffer opened 1 year ago
This seems to be directly related to my Homebridge Docker container being re-created (e.g. docker compose down; docker compose up -d
), though I can't tell if it's something about the Flair credentials not persisting, or something getting lost related to the child bridge pairing. When this happens, I have to remove the child bridge from Homekit, then re-add it, and it works fine until the next time I have to recreate the container.
I just started running into this recently - I'd had the plugin running without problems for several weeks, and then the accessories would randomly start showing as "not responding" in the Home app. This would coincide with seeing this error in the Homebridge log:
The only thing that I've been able to figure out that allows the accessories to work again once this happens is to completely remove the them from Homekit and re-add them, which is not ideal since it seems to be a fairly regular thing now - re-adding only seems to work for around 24 hours.
Other things I've tried that do not work:
This "smells" like an authentication issue - perhaps the plugin is caching an access token that's recently started expiring after 24h? That's why I'd tried switching the credentials around, but maybe what I did wasn't enough to remove whatever is cached.