20 Feb 2020, 21:23

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 (Or double-click or hold)

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! 🙂