@joacim-n-linder
Matter bridge on home assistant would bridge home assistant controllable devices as matter devices to Flic. But that is oppposite of what would be useful. I have hard time seeing Flic being used as the "center of the home automation" when you have Home Assistant. So Flic hub would need to be the matter bridge, not the controller.

Best posts made by vesa
-
RE: Flic and matter beta
-
RE: Flic Matter Support - not what I was hoping for
@Emil
People who have gone Home Assistant path want to use it for their home control, not Flic app. Other apps, such as Flic app, is something they want to get rid. Home Assistant is growing fast and there is a good reason for it - controlling your smart home has become way too spread out and complicated without something like HA.People who have Alexa already have Matter controller there, they just want to see the buttons. People who have Google ecosystem already have a matter controller. They too just want to see the buttons. Same with Homekit. Needing anoother controller and app doesn't really work as reasoning as everyone having any kind of smart home setup already have them.
I can understand the Matter controller path regarding the Twist - it's a pain that Matter doesn't support these kind of products properly yet. But being your own controller is, in the end, a patch for promises made before. I don't think Alexa, Google, Homekit nor Home Assistant users are looking forward to having another ecosystem around to complicate what they want to simplify. And I think lack of enthusiasm for flic's Matter release tells the same story.
Could be wrong, maybe sales are up like crazy. But it doesn't look like that from stupid users point of view.
-
Flic and matter beta
I understand that Flic has taken approach where Flic is the center of the home, the opera conductor as you say, and you use it's interface to program all of your home. So far it seems Matter (beta) only exists to make the Hub a matter controller like you have told, it doesn't work as a matter bridge - something that would solve / would have solved Home Assistant, Alexa and Google support and, to be honest, would more of create a connected home instead of isolated islands. Flic just isn't the ecosystem to be the "center of the smart home" in todays smart homes of a hundred of connected devices.
Thus I ask - is the plan in the near future, this year, to bring in a way or another Flic devices discoverable to Home Assistant and/or Alexa?
-
RE: Home Assistant + Flic Twist - please help us
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).