• Popular
  • Users
  • Login
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
    30 Oct 2020, 08:22 • jobro 30 Oct 2020, 08:22

    1
    0
    Votes
    1
    Posts
    517
    Views

    No one has replied

  • karajito

    send the flic button and action in http request body
    7 Oct 2020, 14:56 • karajito 28 Oct 2020, 06:23

    2
    0
    Votes
    2
    Posts
    975
    Views

    michael 28 Oct 2020, 06:23

    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
    27 Oct 2020, 08:49 • gerdjanvangils 27 Oct 2020, 10:10

    3
    0
    Votes
    3
    Posts
    724
    Views

    gerdjanvangils 27 Oct 2020, 10:10

    @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
    4 Oct 2020, 14:54 • ken 4 Oct 2020, 14:54

    1
    0
    Votes
    1
    Posts
    403
    Views

    No one has replied

  • dezral

    Action delay...
    2 Aug 2018, 13:36 • dezral 1 Sept 2020, 07:10

    7
    0
    Votes
    7
    Posts
    3.7k
    Views

    saad_alhamidi 1 Sept 2020, 07:10

    @macdonald-michael I'm with you

  • mbgregg

    Flic Hub and executing an AppleScript
    19 Aug 2020, 02:52 • mbgregg 19 Aug 2020, 02:52

    1
    0
    Votes
    1
    Posts
    457
    Views

    No one has replied

  • john 2

    Flic2 hub & sonos playlists
    4 Jan 2020, 11:59 • john 2 16 Aug 2020, 10:38

    7
    1
    Votes
    7
    Posts
    2.4k
    Views

    Emil 16 Aug 2020, 10:38

    @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?
    9 Aug 2020, 22:00 • meridork 9 Aug 2020, 22:00

    1
    0
    Votes
    1
    Posts
    475
    Views

    No one has replied

  • treyharris

    Flic Hub not resetting
    25 Jul 2020, 23:38 • treyharris 3 Aug 2020, 10:43

    7
    0
    Votes
    7
    Posts
    2.1k
    Views

    Emil 3 Aug 2020, 10:43

    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
    26 Jul 2020, 09:05 • ladybayimp 26 Jul 2020, 09:05

    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
    18 Jul 2020, 21:53 • kylinchow 18 Jul 2020, 21:53

    1
    1
    Votes
    1
    Posts
    730
    Views

    No one has replied

  • stefan.meijering

    Flic Hub and Internet Request
    10 Jul 2020, 15:18 • stefan.meijering 13 Jul 2020, 09:30

    2
    0
    Votes
    2
    Posts
    1.3k
    Views

    isolating 13 Jul 2020, 09:30

    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
    25 Dec 2019, 20:25 • johnnybegood2121 1 Jul 2020, 09:59

    9
    0
    Votes
    9
    Posts
    3.7k
    Views

    johnnybegood2121 1 Jul 2020, 09:59

    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
    1 Aug 2018, 16:45 • dezral 22 Jun 2020, 04:47

    4
    1
    Votes
    4
    Posts
    2.9k
    Views

    troywilson 22 Jun 2020, 04:47

    @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
    9 Jun 2020, 10:59 • Roaders 9 Jun 2020, 10:59

    1
    0
    Votes
    1
    Posts
    551
    Views

    No one has replied

  • ggpublic

    HTTP Request not working with Flic controlled by Hub. BUG ??
    30 Apr 2020, 14:19 • ggpublic 6 May 2020, 13:15

    4
    0
    Votes
    4
    Posts
    1.9k
    Views

    ggpublic 6 May 2020, 13:15

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

  • seanhlee93

    This topic is deleted!
    19 Apr 2020, 05:02 • seanhlee93 19 Apr 2020, 05:02

    1
    0
    Votes
    1
    Posts
    2
    Views

    No one has replied

  • rynemark

    Is Flic Hub LR compatible with Home Assistant?
    17 Apr 2020, 21:37 • rynemark 17 Apr 2020, 21:37

    1
    3
    Votes
    1
    Posts
    649
    Views

    No one has replied

  • ben 0

    First button click slow to respond?
    13 Apr 2020, 15:39 • ben 0 13 Apr 2020, 15:39

    1
    6
    Votes
    1
    Posts
    840
    Views

    No one has replied

  • tam4reg

    Internet Request with user name and password
    8 Apr 2020, 14:54 • tam4reg 10 Apr 2020, 09:34

    3
    0
    Votes
    3
    Posts
    1.6k
    Views

    tam4reg 10 Apr 2020, 09:34

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