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
    • pt120945431

      Using multiple Lifx accounts on the same hub
      • pt120945431

      3
      0
      Votes
      3
      Posts
      136
      Views

      pt120945431

      @Emil I see, I didn't think of that! Thanks for your help!

    • stenr

      Tranfer flics to new phone?
      • stenr

      2
      0
      Votes
      2
      Posts
      117
      Views

      stenr

      @stenr The bluetooth connection has been transfered to the new phone but cannot be activated. Message: An app is required touse this connection. The Flic app is installed....

    • larastafarian

      Changing Battery Flic 2
      • larastafarian

      1
      1
      Votes
      1
      Posts
      144
      Views

      No one has replied

    • patricks

      Use flic button to send command to openhab
      • patricks

      1
      0
      Votes
      1
      Posts
      121
      Views

      No one has replied

    • Econaut

      Any explenation for why FLIC is using 60GB's of data?
      • Econaut

      5
      0
      Votes
      5
      Posts
      423
      Views

      Econaut

      @Emil Hey just trying to get an update on this

    • joegeiger

      Can I use a flic button for CURT Echo?
      • joegeiger

      4
      0
      Votes
      4
      Posts
      205
      Views

      joegeiger

      @joegeiger said in Can I use a flic button for CURT Echo?:

      @Emil Thanks for the info! I have all first gen flics. I ordered a new version 2 button to see if it will work. I’ll let you know if it works.

      It works! The CURT app paired and is working with the flic 2 button. Thanks for the help.

    • grahampcharles

      attached to magnets?
      • grahampcharles

      2
      0
      Votes
      2
      Posts
      867
      Views

      seth_flic

      For other folks finding this as yet unanswered question via a search: FWIW, I have been using magnets on the back of multiple flics for over 6 months now with absolutely no ill effects.

    • achim.baur

      Hue Smart Plug
      • achim.baur

      1
      0
      Votes
      1
      Posts
      173
      Views

      No one has replied

    • tanchinwahjohn

      Alexa and FLIC integration.
      • tanchinwahjohn

      55
      3
      Votes
      55
      Posts
      9108
      Views

      ChristianK

      @slbickford THIS still works. Thank you

    • rainer.oberndorfer

      Toggle light via Alexa Routine
      • rainer.oberndorfer

      3
      0
      Votes
      3
      Posts
      425
      Views

      dpiccinati

      Same issue here! I also want to figure out a way to toggle the light switch. I'll keep an eye out for any other replies as I am stumped and don't want to go through IFTTT if possible.

    • senseismart1

      This topic is deleted!
      • senseismart1

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • josef_tx

      Lifx LAN dead
      • josef_tx

      2
      0
      Votes
      2
      Posts
      250
      Views

      Emil

      @josef_tx sometimes the udp interface of Lifx bulbs seems to stop working. At that time it usually works again if you unplug and replug the power of the bulb. Also, of course make sure it's on the same wifi as the hub. You can also try to re-scan the bulb in the Flic app when connected to the hub.

    • richardkazuomiller

      "This Device is not currently supported" in Alexa app
      • richardkazuomiller

      4
      2
      Votes
      4
      Posts
      393
      Views

      ruth

      @emil I will second this problem. I also finally figured out how to connect this, but when attempting to create a Routine that responds to Flick Button Click, it gives me "Error - This device is not currently supported." I am also using the Flic hub.

      My location is Sydney, Australia. This issue is also urgent as it's for my 92yr old mother to use as an alert button in various rooms!
      -- Simon (son).

      IMG_911BB0B715F2-1.jpeg

    • info b

      http request - disable message "The network connection was lost" - fire and forget
      • info b

      2
      0
      Votes
      2
      Posts
      192
      Views

      Emil

      @info-b Is it possible for you to share the URL so we can test?

    • bradleylgold

      This topic is deleted!
      • bradleylgold

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • ryansteer100

      List of Hue Scenes is not updating
      hue scenes phillips • • ryansteer100

      1
      0
      Votes
      1
      Posts
      198
      Views

      No one has replied

    • ellisdan

      IFTTT & InfraRed Blaster
      • ellisdan

      1
      0
      Votes
      1
      Posts
      184
      Views

      No one has replied

    • dev 1

      Using one Flic hub for several Slack users?
      • dev 1

      3
      0
      Votes
      3
      Posts
      228
      Views

      dev 1

      @emil I see. I'll look into the API and give it a try. Thank you!

    • cosedi

      How to play music on local NAS?
      • cosedi

      2
      0
      Votes
      2
      Posts
      203
      Views

      Emil

      I don't think there is a general answer for this since every NAS would play music in its own way. Maybe you can use the Internet Request action or use our Hub SDK to perform some custom commands.

    • hjalteworm

      Counting with Flic in Google Sheets or Excel
      • hjalteworm

      4
      0
      Votes
      4
      Posts
      2392
      Views

      christian.genco

      I got daily counters working from flic to google sheets by keeping one sheet that adds a new row with the timestamp a flic button is pressed (via. IFTTT) and another sheet that counts the number of rows on the first sheet that match a given day.

      Here's what the first sheet () looks like:

      2022-03-21 at 8.49.47 PM.png

      Here's what the second sheet looks like:

      2022-03-21 at 8.49.34 PM.png

      The formula I use in the second sheet is:

      =COUNTIFS(Sheet1!A:A, ">="&A2, Sheet1!A:A, "<"&A3)