Flic Home

    Community

    • Login
    • Search
    • Popular
    • Users
    1. Home
    2. Flic Hub
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • jobro

      Harmony Hub w/ Flic Hub v2
      • jobro

      1
      0
      Votes
      1
      Posts
      516
      Views

      No one has replied

    • karajito

      send the flic button and action in http request body
      • karajito

      2
      0
      Votes
      2
      Posts
      974
      Views

      michael

      The HTTP header does contain the following information: button-serial-number; button-battery-level; button-name. I agree it would be nice if it also included the button-action. I just put the info in the URL (eg flic/1/click) so I don't have to set a body. I then handle this in Node Red where I can specify the endpoint as flic/:from/:action and it pulls the parameters out for me automatically.

    • gerdjanvangils

      Not connected to hub
      • gerdjanvangils

      3
      0
      Votes
      3
      Posts
      723
      Views

      gerdjanvangils

      @gerdjanvangils said in Not connected to hub:

      Hi,
      I'm having trouble connecting to my hub. I reset the hub , the red light stays on, it is visible in the app, but it stays at the phase, looking for hub in the app.

      Hi just did,

      Maybe good to know that the typeform is till mentioning summer holiday. Hopefully you got though that quite well 😉

    • ken

      IFTTT service connection invisible
      • ken

      1
      0
      Votes
      1
      Posts
      403
      Views

      No one has replied

    • dezral

      Action delay...
      • dezral

      7
      0
      Votes
      7
      Posts
      3714
      Views

      saad_alhamidi

      @macdonald-michael I'm with you

    • mbgregg

      Flic Hub and executing an AppleScript
      • mbgregg

      1
      0
      Votes
      1
      Posts
      457
      Views

      No one has replied

    • john 2

      Flic2 hub & sonos playlists
      • john 2

      7
      1
      Votes
      7
      Posts
      2409
      Views

      Emil

      @mark-burton Yep we are working all the time to improve the software, including adding support for Sonos playlists. Lately adding HomeKit support has taken up quite much of our time. Right now things are going slower duing the summer holidays though, but you can be sure we will release a range of new features this autumn.

    • meridork

      Where is the status for internet request?
      • meridork

      1
      0
      Votes
      1
      Posts
      475
      Views

      No one has replied

    • treyharris

      Flic Hub not resetting
      • treyharris

      7
      0
      Votes
      7
      Posts
      2099
      Views

      Emil

      There is one possibility that the power adapter has become bad. Could you try another one, perhaps one that delivers at least 2 A?

    • ladybayimp

      Force Flic Traffic Through Proxy
      • ladybayimp

      1
      0
      Votes
      1
      Posts
      465
      Views

      No one has replied

    • kylinchow

      Got my first FLic 2 hub and button - and it's so slow, despite a mesh network
      • kylinchow

      1
      1
      Votes
      1
      Posts
      730
      Views

      No one has replied

    • stefan.meijering

      Flic Hub and Internet Request
      • stefan.meijering

      2
      0
      Votes
      2
      Posts
      1250
      Views

      isolating

      Hi there Stefan.
      What you're asking should be fairly simple though may require a bit of work to find out the ID's of everything that you are going to trigger.

      What you are going to do is make an Internet Request (usually a POST) to your Domoticz . So the URL to select will be:

      http://192.168.0.12:8080

      Where 192.168.0.12 will be replaced by the IP address of your NAS. You can find this by looking at the 'connected devices' page on your router. 8080 is the port that Domoticz listens to. If you haven't changed this it should stay the same.

      The 'Headers' and 'Body' of the Internet Request will then depend up the authentication that you've set up and the device and command that you want to control.This link API should be useful.

      For example: to toggle a switch with an id of 99 you would sent the command in json of:

      type=command&param=switchlight&idx=99&switchcmd=Toggle

      I'm still learning myself but hope this helps

    • johnnybegood2121

      Security code error for IKEA Tradfri gateway
      • johnnybegood2121

      9
      0
      Votes
      9
      Posts
      3747
      Views

      johnnybegood2121

      Hi,

      For all who have the same problem as me, i just find a way to connect Ikea Tradfri with Flic. First, make sure that you have all your apps updated. I've uninstalled Flic app and reinstall it. And now Flic app accept my Tradfri accessories.

      Hope this help 🙂

      Jonathan

    • dezral

      MQTT client Flic Hub support
      • dezral

      4
      1
      Votes
      4
      Posts
      2898
      Views

      troywilson

      @areader0 Ive found as my button count grows it can be easier to do something like this:

      Screen Shot 2020-06-22 at 2.42.22 pm.png

      The set each button up to call:
      /flic/{room}/{location}/sc
      /flic/{room}/{location}/dc
      /flic/{room}/{location}/lc

      for single, double and long clicks respectively.

      Then just wire each node-red http receiver to your MQTT topic of choice.

      Cheers

    • Roaders

      Disable Flic Android App when only flic hub setup
      • Roaders

      1
      0
      Votes
      1
      Posts
      550
      Views

      No one has replied

    • ggpublic

      HTTP Request not working with Flic controlled by Hub. BUG ??
      • ggpublic

      4
      0
      Votes
      4
      Posts
      1852
      Views

      ggpublic

      I woud also suggest looking at this thread : https://community.flic.io/topic/17282/flic-hub-http-request

    • seanhlee93

      This topic is deleted!
      • seanhlee93

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • rynemark

      Is Flic Hub LR compatible with Home Assistant?
      • rynemark

      1
      3
      Votes
      1
      Posts
      649
      Views

      No one has replied

    • ben 0

      First button click slow to respond?
      • ben 0

      1
      6
      Votes
      1
      Posts
      840
      Views

      No one has replied

    • tam4reg

      Internet Request with user name and password
      • tam4reg

      3
      0
      Votes
      3
      Posts
      1630
      Views

      tam4reg

      @Emil
      Thanks for your replying and advice. I could finally make it happen.