I no longer trust anyone who promises HomeKit support "soon", so I wrote a Homebridge plugin for the Flic buttons instead: https://omg.dje.li/2020/02/adding-flic-buttons-to-homekit-using-homebridge/
Best posts made by Djelibeybi
-
RE: Status of Apple HomeKit Support
-
Add HomeKit support via Homebridge with homebridge-button-platform
Hey folks,
I have published a Homebridge plugin that will create virtual buttons in HomeKit that you can trigger using the "Internet Request" action of the Flic Hub LR.
Check it out here: https://www.npmjs.com/package/homebridge-button-platform
To configure your Flic, just add an Internet Request with the following values:
- URL:
http://<homebridge>:<port>/uri
- Method:
POST
- Content Type:
application/x-www-form-encoded
- Body:
event=click
(Ordouble-click
orhold
)
If you have any questions or problems, please open an issue on GitHub: https://github.com/djelibeybi/homebridge-button-platform
Hopefully someone else finds this useful!
- URL:
-
Flic Hub API?
Is there an exposed API for querying the Flic Hub (LR)? I'd like to be able to programmatically determine the buttons that have been connected to a nominated hub.