@buckyswider We have planned to add network packing logging to the hub in order to be able to debug situations like this, but have not yet had time to do that. The Flic Hub runs a DNS-SD listener in the background, waiting for its paired Matter devices to come available, and then connects to these. So the first step you can do is to use any DNS-SD app (like this https://play.google.com/store/apps/details?id=com.druk.servicebrowser) and verify that your device is there. Matter devices advertise themselves under the _matter._tcp service.

Posts made by Emil
-
RE: Matter devices showing offline
-
RE: battery falling out, loose connection
@djadin14 maybe you got a defect unit. You should contact support at https://flic.io/support and see if you are eligible for a replacement.
-
RE: Flic buttons for Homey cloud based?
@j that is the simplest way to get automatic access to your flows. You can probably set up your manual web hooks if you want, using the http request action, but you need to manually enter the url.
-
RE: Flic buttons for Homey cloud based?
@j the homey action is cloud based. The Flic Hub communicates directly with the Homey cloud servers.
-
RE: Can’t find Flic Universal
@kerry-thacher the action should definitely be there for Flic 2 buttons, as long as they are directly connected to a phone/tablet (not through flic hub).
-
RE: Flic constantly in standby
@gabrielmgrossman Please file your issue to https://flic.io/support.
-
RE: Play Sonos Groups - Enhancement Request
The problem is that groups can be pretty dynamic. You can hold the play button on one player and it automatically joins another group that is playing music in your household. And with the sonos app it is easy to move around speakers between different groups. That said, it is possible that a group id that was valid when a flic was configured might not be valid after a while after grouping back and forth.
That's why we think it's more simple to pick a player you want to play on, and we will then at runtime when the action is executed check which group that player belongs to and play on that group. May I ask in what circumstances this strategy is a bad idea?
-
RE: Play Sonos Favorite (not Playlist)
@mx5_94 Seems like a very powerful option. We'll definitely implement that!
-
RE: Flic button to emulate keyboard strokes on Android
@SME This works perfectly fine in the Android app. You find the KEYBOARD COMMAND action under the Flic Universal category. There you select "Keys" and then A, B or C.
-
RE: Play Sonos Favorite (not Playlist)
@mx5_94 thanks for the feedback. I assume you think it's more convenient to use sonos favourites over sonos playlists?
-
RE: Flic Hub LR and Home Assistant
@craig-2 we are internally experimenting with our new hub sdk features (https://community.flic.io/topic/18536/new-flic-twist-features-for-the-hub-sdk) together with home assistant (communicating over mqtt) and it works pretty good. So that is one option.
The other option is to expose devices in home assistant as matter devices, as explained here https://community.flic.io/topic/18457/home-assistant-twist-another-angle.
-
RE: New Flic Twist features for the Hub SDK
@mosthated Sorry forgot to mention that only the iOS app shows this provider right now. It will come later to Android.
-
RE: Location permission denied
@bmatest0910 You need to carefully study the readme at https://github.com/50ButtonsEach/flic2lib-android, in particular the section https://github.com/50ButtonsEach/flic2lib-android?tab=readme-ov-file#scanning-for-new-buttons. What API level does your app target and what Android version does your device have?
If targeting and running on Android 12 or higher, ACCESS_FINE_LOCATION is not the permission that you should request at runtime, but BLUETOOTH_SCAN and BLUETOOTH_CONNECT.
If you really need ACCESS_FINE_LOCATION in your app for your other purposes, not Flic-related, such as GPS, you need to follow the instructions at https://github.com/50ButtonsEach/flic2lib-android?tab=readme-ov-file#api-versioning-and-manifest-permissions.
-
RE: Hub vs Hub LR
@beachb_sl the buttons communicate using Bluetooth, not wifi. May I ask you where you have read that they use wifi?
Bluetooth Long Range is a feature introduced in Bluetooth 5.0 (also called Coded PHY) which uses error correcting codes so that the receiver can restore the packet content even if a few bits are lost.
-
RE: Hub vs Hub LR
@beachb_sl yes and of course the main difference that gives the name to Hub LR: Bluetooth Long Range.
-
RE: Hub LR not factory resetting after failed Homekit AND Home Assistant integration attempts
@gerald That is very strange. Could you please shoot a video showing where you hold down the pin hole for 10-15 seconds (not less, not more), also including the LED indicator in the video?
-
RE: Hub LR not factory resetting after failed Homekit AND Home Assistant integration attempts
@gerald Where did you read that you should hold down the pin hole for 15 to 40 seconds? Our manual at https://flic.io/manuals/flichublr states that you need to hold it down for 10 to 15 seconds. Please try this.
-
RE: Crypto for secured requests
@beachb_sl Cryptographic functions are not part of the javascript language itself, but typically included in browser APIs or e.g. Node.js environments.
To use SHA-256 encryption with the Hub SDK, use a pure javascript implementation. You should be able to find that with a simple online search.
If you want to run TypeScript, my suggestion is to transpile it to javascript first.
-
RE: Flic 2 connected in Bluetooth to Alexa
@gianni It appears that alexa skills can only be linked to one account. So you should either use the same flic account for all your flics, or you need to create three amazon accounts and link each to each flic account.