• Popular
  • Users
  • Login
Flic Home

Community

  • Login
  • Search
  • Popular
  • Users
  1. Home
  2. Tags
  3. flic hub
Log in to post
  • All categories
  • jasperruijsink

    Flic hub LR doesn’t connect to internet or Hue hub
    Flic Hub • flic hub service apipa • 23 Jan 2024, 13:27 • jasperruijsink 23 Jan 2024, 13:47

    2
    0
    Votes
    2
    Posts
    585
    Views

    Emil 23 Jan 2024, 13:47

    @jasperruijsink When you connect a cable, you get an automatically assigned link local IP address, starting with 169.254. The DHCP server, typically running on a router, is then going to assign an available IP address to the hub. If it has no available IP address (i.e. it has run out of addresses) or otherwise doesn't give the hub one, the hub will stuck with its link local IP address.

    The Hub LR runs https://github.com/NetworkConfiguration/dhcpcd, which is one of the most commonly used DHCP clients and should work with most routers or DHCP servers.

    If nothing works, I suggest you to try another router, or factory reset the router and/or the Flic Hub.

  • r_esben

    Button not working in hub after battery change
    General Discussion • flic hub • 18 Oct 2023, 17:18 • r_esben 9 Nov 2023, 08:02

    9
    0
    Votes
    9
    Posts
    2.0k
    Views

    r_esben 9 Nov 2023, 08:02

    @Emil Did you also add the "Copy config" function - or did I just miss it, when I suggested a backup function?

  • treegartner

    What is the latest version of the FlicHub firmware
    Flic Hub • flic hub firmware • 20 Jan 2023, 13:33 • treegartner 22 Feb 2023, 18:42

    2
    1
    Votes
    2
    Posts
    938
    Views

    ksportz 22 Feb 2023, 18:42

    @treegartner
    Seconded.. I had a reply about a bug fix in latest FW but no reply from Flic?

  • tivahcompras

    HELP!! IFTTT cannot see the flic connected to my hub. It only sees the flics conneted directly to my phone.
    Flic Hub • ifttt flic hub tag • 7 Sept 2022, 02:32 • tivahcompras 7 Sept 2022, 14:14

    2
    0
    Votes
    2
    Posts
    728
    Views

    Emil 7 Sept 2022, 14:14

    I made an update to our server. Please try again now.

  • sasha.milic

    Scan for new buttons and connect to HUB over SDK
    Flic Hub SDK • flic hub scan button • 11 Aug 2021, 10:24 • sasha.milic 12 Aug 2021, 05:29

    3
    0
    Votes
    3
    Posts
    1.4k
    Views

    sasha.milic 12 Aug 2021, 05:29

    @Emil Thanks for explanation.
    Works now...
    I also managed to figure out what JSON structure is going for MDM under point 3.
    Basically I export pairings from dev hub and if we use those buttons on managed hub I just paste "buttons pairings" json in to the field.

  • antonio.mestre

    Flic HUB SDK Error connecting to a remote websocket server (wss)
    Developers • flic hub sdk websocket net server • 22 Jul 2021, 18:15 • antonio.mestre 22 Jul 2021, 19:54

    2
    0
    Votes
    2
    Posts
    854
    Views

    Emil 22 Jul 2021, 19:54

    @antonio-mestre the net module implements just a raw TCP socket. The secure web socket protocol uses the Websocket protocol on top of the TLS protocol on top of the TCP protocol.

    Right now our sdk unfortunately does not include modules for TLS (but we have https) nor Websocket, so you would have to implement that yourself if you want to use wss, using the net module in the bottom for TCP.

  • yea

    Is firmware using DHCPRequest instead of PING by mistake?
    Flic Hub • flic hub dhcp requests • 25 Apr 2021, 03:23 • yea 19 Nov 2021, 09:28

    16
    0
    Votes
    16
    Posts
    4.6k
    Views

    Emil 19 Nov 2021, 09:28

    @Emil said in Is firmware using DHCPRequest instead of PING by mistake?:

    Hi. I have applied the patch you linked to and built a new firmware for Flic Hub LR.

    @akiraK @yea @Djelibeybi please give me the serial numbers of your hubs so I can assign the new firmware if you want to test it, to see if the patch works.

  • mattias 0

    Flic 2 + hub + IFTTT
    Developers • flic2 flic hub ifttt • 23 Feb 2020, 15:21 • mattias 0 27 Dec 2020, 18:26

    6
    0
    Votes
    6
    Posts
    2.9k
    Views

    barrie_riddoch 27 Dec 2020, 18:26

    @mattias-0 Why can't I use any of the flic/Wyze applets already posted. I have flic2 so I guess that's my answer but why can't your interface detect which type of flic is being pushed? I assume there must be a difference but I don't see anything to help me. What I'm trying to do is simply turn on/off a Wyze smart plug. When I try to create this I add "flic" from your menu of stuff to the "if". For the "this/then" part I add the "Turn on Wyze plug". Now I get asked to select "Options" NADA can't do anything. Tried using a Tagged flic whatever that means, doesn't ask for any options and I get "Finish". I click that and I get to title my applet which I did. Now I get "Can't create Applet, try again later". What the hell is going on? I should not have to worry about whether I have a flic or a flic 2 YOUR interface should be able to detect and take care of that, why should I? If you want your stuff to make it in this market you need to SIMPLIFY things. I have 38 years of programming experience. I could dig into this and probably figure it out, is that what you want the average Joe off the street with no programming experience to do? YOU WANT THIS TO BE EASY FOR ANYBODY, OTHERWISE YOU WILL NOT MAKE IT!

  • leonardchrist

    Flic Hub can't establish working connection over Ethernet
    General Discussion • flic hub ethernet problem troubleshoot http request • 16 Jan 2020, 16:16 • leonardchrist 7 May 2024, 04:58

    8
    0
    Votes
    8
    Posts
    2.9k
    Views

    andrew 2 7 May 2024, 04:58

    @leonardchrist I know I'm super late to the party, but the fact that the hub never ACKs the SYN ACK, plus the fact that it then re-xmits the SYN makes it seem like it never gets anything back. A couple obvious things to check would be the SN mask, and any possible ACLs/VLAN config on the switch ports. Alternatively, you could swap the PC/Hub switch ports and see if the behavior changes at all.

    Alternatively, you could take a deeper look at the SYN ACK from the PC and compare it to the successful equivalent from the WiFi scenario. Hardware failure on the switchport, or hub, might cause it to fail MAC checksums.

  • leonardchrist

    Play custom sounds on Flic hub
    General Discussion • flic hub custom sounds play music play sound sound • 16 Jan 2020, 08:28 • leonardchrist 28 Feb 2020, 22:42

    2
    1
    Votes
    2
    Posts
    967
    Views

    looney_squad 28 Feb 2020, 22:42

    I would like to reply that I totally agree with you. I also hoped for the hub and/or app to bee open to load/play sounds you have got on the phone or desktop (by hub). The fart thing is really funny and the preload sounds are good for a small time. I see no reply anywhere if this feature is going to be integrated. I guess this would be THE biggest improvement for all types of entertainers in the field.

  • abhay

    FlicHub configuration for HTTP request
    Developers • flic hub htt • 29 Oct 2018, 19:51 • abhay 4 Dec 2020, 09:30

    5
    0
    Votes
    5
    Posts
    3.0k
    Views

    home.assistant.2020 4 Dec 2020, 09:30

    I am attempting to integrate the flic button using the flic hub with noonlight API.

    This is what I need to pass to noonlight using the flic hub:

    curl --request POST
    --url https://api-sandbox.noonlight.com/dispatch/v1/alarms
    --header 'Accept: application/json'
    --header 'Authorization: Bearer AO3yovlMivKQrNLp72cH5QRLoazSbMxS'
    --header 'Content-Type: application/json'
    --data '{"location":{"address":{"line1":"1234 Street Ave.","city":"East City name","state":"AL","zip":"92310"}},"services":{"police":true,"fire":true,"medical":true},"instructions":{"entry":"0000"},"name":"John Smith","phone":"15555555555","pin":"0000"}'

    How would I format this in the flic internet request ?

  • thomas.talving

    Trigger Flic Hub via external trigger
    Flic Hub • flic hub ifttt home automation shortcuts • 13 Oct 2018, 11:03 • thomas.talving 7 Dec 2018, 18:47

    2
    5
    Votes
    2
    Posts
    1.4k
    Views

    mail 2 7 Dec 2018, 18:47

    Also with a web hook on the hub, like a private IFTT.

  • roberto.torella

    Flic hub can’t find IKEA Trådfri gateway
    General Discussion • tradfri flic hub • 9 Jun 2018, 18:31 • roberto.torella 21 Jun 2018, 07:53

    2
    0
    Votes
    2
    Posts
    2.0k
    Views

    flic.io 21 Jun 2018, 07:53

    Hey Roberto, I've got it working just fine.
    I assume your phone can find both the Tradfri and Flic hub?

    You might want to check if both hubs are on the same network (especially if you use them over WiFi and have more than one Access Point).
    I've actually connected both hubs over ethernet to the same access point (just worked out that way) but you might want to try over cable in case the above doesn't help...

    Good luck!

    Joey

  • thomas.talving

    Flic Hub + Homebridge
    Flic Hub • flic hub homebridge • 22 May 2018, 20:08 • thomas.talving 22 May 2018, 20:08

    1
    1
    Votes
    1
    Posts
    1.1k
    Views

    No one has replied