@bulk Yes we have made the submission.

Best posts made by Emil
-
RE: Alexa and FLIC integration.
We are slowly rolling this out in different regions. Stay tuned.
-
RE: Flic for pi3..
@giannis-yt I would guess at the moment the Raspberry Pi Zero Wireless is one of the cheapest options.
-
RE: Status of Apple HomeKit Support
@hello_marley the ball is moving according to plan. Please stay tuned
-
RE: Update SDK to use the FlicTwist ?
@abboberg All our firmwarers are auto-updated. In some cases we have assigned a specific firmware to specific people on request. Please reach out to us if you want to go back to the public release track.
The current hub fw version is 4.2.11.
Usually when we update the hub firmware we also update the apps. In the apps you can see a Change log in the settings menu.
-
RE: Flic Hub LR and Home Assistant
@stevehooper yeah we should really try to add a direct Home Assistant integration from the Flic hub someday, since it is so popular...
In the meantime, can you use the Internet Request action in our app to send a simple http request to your device running Home Assistant maybe?
-
RE: Is there any support for this product!
Hi. This forum is meant to be a community forum rather than a support forum. For support you should send an email to support@shortcutlabs.com. For your Samsung phone, you could try reboot it in case Bluetooth has hung or similar.
-
RE: UDP Broadcast address problem
What you should do is to first call
bind
, followed bysetBroadcast(true)
on the socket. Then you can send messages usingsend
.
FYI, the API is made to be compatible with Node.js API https://nodejs.org/api/dgram.html. -
RE: Internet Request with user name and password
Hi. You need to manually construct the Authorization header. See https://en.m.wikipedia.org/wiki/Basic_access_authentication.
-
RE: Nokia 8 Android 9 update none of the buttons connected
@tony Android's Bluetooth team messed up the update to Android 9. The cached GATT db structure is erased for bonded devices after the update, so the API gives an empty list of GATT services, making it impossible to communicate with the GATT characteristics. The only way to make it work again seems to be to unbond the Bluetooth device from the system and then bond again.
-
RE: Add yarn/npm modules
Our runtime is not 100% compatible with node.js and you can't directly install npm modules. However you could try copy-paste the source code into our IDE and maybe it will work.
-
RE: How do I make Flic2 a HID Bluetooth keyboard
In our iOS app HID keyboard is used for some actions such as trigger camera, page turner etc.
A more "raw" keyboard feature is in development and will come later.
-
RE: Promises instead of Callbacks?
Hi. Not right now, since we now use Duktape (https://duktape.org) as the javascript engine, which does not support promises and async. Maybe we will change to JerryScript or something in the future if there is a demand for this. We could potentially add some polyfill for promises but in that case I think it's better to get something that supports async.
-
RE: Identify one flic2 button from another
When you press a button, it will wobble in the app. That way you should be able to recognize them.
-
RE: IR Blaster with Apple HomeKit
Hi. The intention with the Homekit integration is to be able to trigger Homekit actions using a Flic button. If there is a lot demand for this we might consider this in the future.
-
RE: FlicBroadcastReceiver
Have you followed the tutorial? Did you register the correct flags according to this?
-
RE: Is it possible to manage a Flic Hub from multiple devices?
@steltek the hub stores the whole configuration. You can use any phone to configure the hub. The only thing you need is the password that is written on the back side of the hub (can be changed if you want in the app).