Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • tromerra

      Alexa skill only discovering one button
      • tromerra

      1
      0
      Votes
      1
      Posts
      262
      Views

      No one has replied

    • mido

      Flic in a commercial setting (Restaurant)
      • mido

      1
      0
      Votes
      1
      Posts
      292
      Views

      No one has replied

    • k

      Controlling cheap bulbs (V-TAC) - ideas?
      • k

      1
      0
      Votes
      1
      Posts
      277
      Views

      No one has replied

    • oscar.norlin

      Issue, cant see all the actions in iOs app
      • oscar.norlin

      3
      0
      Votes
      3
      Posts
      465
      Views

      oscar.norlin

      @oskar thanks that helps. I didn’t realise it had to be connected to the phone. I’m connected to the hub as you assume. Thanks!

    • tvvijay1958

      Flic 2 and Alexa Integration
      • tvvijay1958

      6
      0
      Votes
      6
      Posts
      1301
      Views

      tvvijay1958

      @oskar
      Mr Oskar ...I am back with same problem. None of my Flics are working.

      My Flics are not responding inspite of me doing "disable" and "enable" the flic skill on Alexa app., as you had instructed last time.

      Click, 2 Clicks and Click-hold are not working on any of my Flics. My internet is Great. Hub is On. Hope you have to do needful at your server end.

      Help/Advise me please ..Vijaykumar

    • roy 0

      Removing Flic 2 buttons from Alexa devices list - not working
      • roy 0

      3
      0
      Votes
      3
      Posts
      444
      Views

      roy 0

      @Emil So nobody can remove them from the Alexa Device list?

    • WmH2

      weird issue, flic's through hub stopped working with HomeKit
      • WmH2

      2
      0
      Votes
      2
      Posts
      471
      Views

      Emil

      This seems to be a quite known bug in Homekit. If you see the Flic wobble inside the Home app, then we have successfully delivered the event to Homekit and there is not anything more we can do at that point. If the action at this point fails to execute inside Homekit, I suggest you to go to Apple's support and tell them about this issue.

    • ems220

      New Flic 2 button says it's already connected to hub
      • ems220

      7
      0
      Votes
      7
      Posts
      847
      Views

      andreas.henden

      @Emil I found the error, and I'm not sure if I will admit it... But I had an old RPI running that I tested some flic buttons on some years ago (first release). Maybe I should clean up what I have running on my network...

    • flic 10

      Flic Single Button/Action Chains on Android
      • flic 10

      2
      0
      Votes
      2
      Posts
      454
      Views

      Emil

      Usually you assign the actions directly under the specific button. If you want to use Tasks, you can add a Task as an action under a button.

    • c.skinner1

      Connect philips bulb or light strip to flic hub
      • c.skinner1

      1
      0
      Votes
      1
      Posts
      282
      Views

      No one has replied

    • web.nickjonas

      This topic is deleted!
      • web.nickjonas

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • peperoncino.indi

      Flic twist battery
      • peperoncino.indi

      2
      0
      Votes
      2
      Posts
      412
      Views

      AndrewP

      It says that the Twist is powered by 2x AAA in the blurb somewhere.

    • mattias.dahlberg

      Support ticket confirmation
      • mattias.dahlberg

      2
      0
      Votes
      2
      Posts
      446
      Views

      jimspeiser

      Great idea! Submit a support ticket.... 🙂

    • flic v

      Flic 2 Buttons On Sale
      • flic v

      3
      0
      Votes
      3
      Posts
      450
      Views

      flic v

      @Emil - Thanks! I'll keep my eyes open. I love the product.

    • mail 1

      My flic keeps disconnecting.......
      • mail 1

      3
      0
      Votes
      3
      Posts
      1964
      Views

      service

      I have the same issue.

    • zbindendave

      WOL Flic Hub
      • zbindendave

      1
      0
      Votes
      1
      Posts
      385
      Views

      No one has replied

    • jacoposquitieri

      Alexa integration stops working
      • jacoposquitieri

      2
      0
      Votes
      2
      Posts
      469
      Views

      isenberg.ran

      I'm having the same issue. Had to re-enable the skill after a very annoying debug session. This does not happen with other smart skills that I have.
      Can someone please resolve this? This seems quite basic and should not happen.

    • mart

      A flexible hub, running on a pi zero
      • mart

      1
      0
      Votes
      1
      Posts
      684
      Views

      No one has replied

    • abboberg

      Flic2 eats batteries
      • abboberg

      3
      0
      Votes
      3
      Posts
      653
      Views

      abboberg

      @Emil i added a request

    • anolma

      I would like to focus on an window and send commands to there. Case example Zoom
      • anolma

      2
      0
      Votes
      2
      Posts
      466
      Views

      anolma

      Update on this:
      I managed to create a workaround by using autohotkey program and creating a script:

      if WinExist("Zoom Meeting")
      {
      WinActivate ; Use the window found by WinExist.
      Send, !a
      return
      }
      else
      {
      MsgBox, "Zoom Meeting" not open.
      }

      I turned that script to executable with autohotkey tools, created a short cut with hotkeys [ctr] + [alt] + [z].

      Then configured my flic to send [ctr] + [alt] + [z] command.

      Now finally I can toggle mute zoom call even when focus is on for example on a excel or browser.