Home Assistant + Flic Twist - please help us
-
Hello,
I have purchased several Flic hubs, Buttons, Twists and trying to get them integrated into Home Assistant.
When the sales pitch originally went out for the Flic Twist .. there was a carrot dangled that Home Assistant support may be considered .. since then .. nothing ..
Can we please, please, please get any clarity if your are even close, or considering any updates on a native Flic integration for Home Assistant to support your Buttons and Twist?
-
OK found this article which could unlock the Twist and other flic devices
https://smarthomescene.com/guides/exposing-home-assistant-entities-as-matter-devices/
-
There's no official ingration like you know, but you can get the button press working with webhooks.
Create a Webhook in Home Assistant
Go to your Home Assistant instance.
Navigate to Configuration -> Automations and create a new automation.
Set up a trigger type as "Webhook."
Define a unique webhook ID, e.g., flic_button_press.Connect he button with Flic App
Open the Flic app and select your Flic Hub.
Choose the Flic button you want to configure.
Add an action, select "Internet Request."
Set the method to POST.
Enter the URL of your webhook: http://homeassistant:8123/api/webhook/flic_button_pressReplace URL homeassistant with the IP address or hostname of your Home Assistant instance if this doesn't work. Ensure your Home Assistant instance allows requests from your Flic Hub.
It works inst most environments, you only need to do the webhooks once on the Flic App and after that you control it from HA. You do not get disovery or sensor data (like battery), only the button presses of different types (if you do own hook for each).