@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: 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: FlicBroadcastReceiver
Have you followed the tutorial? Did you register the correct flags according to this?
-
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: 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: Flic for pi3..
@aconrad2 Hi. You can use Flic Single just like any other Flic with the Linux SDK.
Latest posts made by Emil
-
RE: Help - Alexa Can't Discover My Flics
Sorry for the issue, it was an error at our side on our backend.
Please remove the buttons from the hub and add them back while the hub is connected to the internet.
Then assign the Alexa action in the app to the buttons, while you have internet.
Then they should appear in the Alexa app if you discover devices. -
RE: Help - Alexa Can't Discover My Flics
Hi again. Could you please give me the serial numbers of your buttons as well? (written under the battery)
-
RE: Help - Alexa Can't Discover My Flics
@hal_bryan Hi. Can you please give us your hub serial number so that we can check if everything seems correctly set up in our backend?
-
RE: Can I use more than one Flic hub?
@MediaMan sure!
Just pair each flic to each hub and assign the same configuration for every hub for a specific button.
Note that Smartthings can only be used with one flic hub though, per Samsung account, due to a technical limitation.
-
RE: Can't find SmartThings in provider
@jayjoonseo The SmartThings action is only available on the Flic Hub, i.e. not for when the Flic is connected directly to the iOS/Android app. If you have a hub, be sure to connect to it first. Then you will find SmartThings in the provider list.
-
RE: Http Request - Unsupported URL
@nickbevan Sometimes it can happen that you accidentally enter unicode character ” for the ". Make sure you enter this correctly.
Exactly where do you see "Unsupported URL error"?
-
RE: Turn off WiFi radio on Flic Hub LR
If you don't configure WiFi on the hub, it should not emit any WiFi signals as far as I know... Do you see something different?
-
RE: LIFX Lights Not Found
@ledtear are you using the lifx cloud action or the lifx lan action? Are the lights already on the same wifi (they need to be set up using the lifx app first)? What model of the lifx do you have?
-
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?