MQTT client Flic Hub support
- 
					
					
					
					
 This would be amazing and solve a lot of it for me.. homekit/node-red and so on.. 
- 
					
					
					
					
 @areader0 Ive found as my button count grows it can be easier to do something like this:  The set each button up to call: 
 /flic/{room}/{location}/sc
 /flic/{room}/{location}/dc
 /flic/{room}/{location}/lcfor single, double and long clicks respectively. Then just wire each node-red http receiver to your MQTT topic of choice. Cheers 
- 
					
					
					
					
 this is great, just what i was looking for! Super simple once you see an example. Cheers 
- 
					
					
					
					
 I've been happily using Node Red with the hub for a few months now. Just use the internet request function with an http input node and a switch node!  Here's how I've configured a single click in the Flic app 
  And here's what my switch (in node red) configuration looks like: 
  
