Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. Emil
    3. Best
    • Profile
    • Following 0
    • Followers 3
    • Topics 0
    • Posts 480
    • Best 34
    • Controversial 0
    • Groups 1

    Best posts made by Emil

    • RE: Status of Apple HomeKit Support

      @bulk Yes we have made the submission.

      posted in Flic Hub
      Emil
      Emil
    • RE: Alexa and FLIC integration.

      We are slowly rolling this out in different regions. Stay tuned.

      posted in General Discussion
      Emil
      Emil
    • RE: Flic for pi3..

      @giannis-yt I would guess at the moment the Raspberry Pi Zero Wireless is one of the cheapest options.

      posted in Developers
      Emil
      Emil
    • RE: Status of Apple HomeKit Support

      @hello_marley the ball is moving according to plan. Please stay tuned 🙂

      posted in Flic Hub
      Emil
      Emil
    • RE: UDP Broadcast address problem

      What you should do is to first call bind, followed by setBroadcast(true) on the socket. Then you can send messages using send.
      FYI, the API is made to be compatible with Node.js API https://nodejs.org/api/dgram.html.

      posted in Flic Hub SDK
      Emil
      Emil
    • RE: FlicBroadcastReceiver

      Have you followed the tutorial? Did you register the correct flags according to this?

      posted in Developers
      Emil
      Emil
    • 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.

      posted in Flic Hub
      Emil
      Emil
    • 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.

      posted in Flic Hub SDK
      Emil
      Emil
    • RE: Flic for pi3..

      @aconrad2 Hi. You can use Flic Single just like any other Flic with the Linux SDK.

      posted in Developers
      Emil
      Emil
    • RE: HTTP Request not working with Flic controlled by Hub. BUG ??

      Hi. Please see https://community.flic.io/topic/17817/internet-request-with-user-name-and-password.

      posted in Flic Hub
      Emil
      Emil
    • 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.

      posted in Flic Hub SDK
      Emil
      Emil
    • RE: Supporting both Flic 1 and Flic 2 in the same app

      Hi!

      Yes you need to add the Flic 2 SDK. Please prompt the user which Flic version they have so you can call the right API.

      There are currently no plans for making a unified API.

      posted in Developers
      Emil
      Emil
    • 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.

      posted in General Discussion
      Emil
      Emil
    • RE: Status of Apple HomeKit Support

      @b-bech-l now 🙂

      posted in Flic Hub
      Emil
      Emil
    • RE: Configuring Flic Hub programmatically

      @simonwjorgensen We are actually finalizing the final pieces right now, so very soon 🙂

      posted in Developers
      Emil
      Emil
    • 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.

      posted in General Discussion
      Emil
      Emil
    • 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.

      posted in Flic Hub
      Emil
      Emil
    • RE: Entering IR codes rather than recording them

      Hi. The only way to play custom commands right now is to use the Hub SDK. Use the method at https://hubsdk.flic.io/static/documentation/#37_play to play a raw signal.

      posted in Developers
      Emil
      Emil
    • 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.

      posted in General Discussion
      Emil
      Emil
    • RE: Apple HomeKit failed to create bridge

      If there is no pop-up in the flic app when you slide "add to homekit" to on, it means the homekit pairing protocol has been successful, from the flic hub's point of view. If Apple's homekit view in the phone hangs and it, from its point of view therefore fails to pair, the flic hub will then not be registered as paired. Now, according to the Homekit specification, the only allowed way for an accessory to accept a new pairing when already paired, is by factory resetting the accessory. To do that on the flic hub, simply hold the pin hole for exactly a time between 10-15 seconds. If successful, the LED will blink shortly and the device will reboot. You'll have to reconfigure it, but once complete, you can try again to add to homekit.

      posted in Flic Hub
      Emil
      Emil