@Beckintosh You can check if the serial number starts with "D".
Group Details Private
FlicTeam
Employees at Shortcut Labs
-
RE: Detect Flic Duo Buttonsposted in Developers
-
RE: Flic App Android 14 – Cannot Save Text Message / Share Location Actionsposted in General Discussion
@Pablo I cannot reproduce this.
With App version 4.0.16, I do this:
- Add a Text message action.
- In the "Receivers" field, select a country code (e.g. Sverige +46).
- After +46, write the rest of the phone number, like 701234567. The whole field then contains the swedish flag, followed by +46701234567.
- Press the plus button at the rightmost edge of the field.
- The phone number will now be added below and the Receivers field will be cleared.
- Repeat step 2-5 how many times you wish, if you need multiple receivers.
- Enter something in the body.
- Press the floppy disk icon in the upper right corner to save.
If you can't make above work, please take a screenshot or video and post it so we can take a look at it.
-
RE: Flic App Android 14 – Cannot Save Text Message / Share Location Actionsposted in General Discussion
@Pablo there is no known issue. Have you pressed the + button on the right to actually add the entered number as a recipient?
-
RE: Flic issue with Keynote 15.1 for Macposted in General Discussion
Hi!
It seems Apple has released a completely new Keynote app, could you please test the new beta of our macOS app here:
https://misc-scl-cdn.s3.us-east-1.amazonaws.com/Flic-3.0.0.dmg
Note that this is quite an overhaul of the app so any feedback with the new app is welcome, it's in a pretty early stage.
-
RE: Flic issue with Keynote 15.1 for Macposted in General Discussion
Hi,
We think it's frustrating that Apple renames the app identifier for Keynote, breaking compatibility with all apps triggering Keynote.
As a workaround, before we have the chance to update the app to use the new identifier, you can setup the Flic button on your phone/tablet with the Flic app there and configure it as a Keyboard with the arrow keys. Then connect the button to your Mac as a standard Bluetooth device (Bluetooth keyboard) instead of to the Flic mac app. This will allow you to control the Keynote.
-
RE: Flic Duo Position Detection (On the Wall vs Handheld)posted in Flic Hub SDK
@pico Currently we use this condition to determine "on wall":
x >= -0.19 && x <= 0.19 && y >= 0.93 && y <= 1.25 && z >= -0.19 && z <= 0.19 -
RE: Unable to Get RSSI from Flic 2 Using fliclib-linux-hci on Raspberry Piposted in Developers
If you want to get the RSSI value on a connected button, we must send a HCI command to the Bluetooth controller and ask to get the latest value. Do you have a suggestion for how such an API should look like from the client side?
-
RE: Pairing with a group of existing HomeKit bulbs…posted in General Discussion
@soulbarn2 Only the Flic Hub LR can be added to Homekit as a bridge accessory, exposing its added Flics. In this case you should, in Homekit, press each Govee device and share it (by obtaining a Matter passkey), then enter this passkey into the Flic app while connected to the Flic Hub in the Matter provider. That will pair the Flic Hub with the Govee light, so you can control it from the Flic Hub. Repeat this process for each light. There is unfortunately no way to share groupings of devices across different Matter fabrics.
-
RE: OSC with Flic 2posted in General Discussion
Another way would be to use e.g. the flic lib without using the hub to listen to events from button presses, and then generate and send the OSC messages yourself.