<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Flic KNX integration]]></title><description><![CDATA[<p dir="auto">Hi guys</p>
<p dir="auto">I found a way to control a KNX installation with a Flic button.<br />
Arcus-EDS has an intelligent IP Gateway (KNX-GW-IP-2TE) with web interface which can send KNX group addresses triggered by an HTTP request (firmware v1.06 and higher).<br />
You can also use this gateway to download devices from ETS, NTP KNX server, Data logging, sending emails,...</p>
<p dir="auto">Example 1-bit:<br />
Let's say you want to write a binary value '1' to group address 0/0/1.<br />
You will need a small script:<br />
<em>#!/bin/sh<br />
grpswrite 0/0/1 $1<br />
echo Done</em><br />
This script you need to save as an .sh file (example: light_001.sh).<br />
Next you need to upload this script to http://&lt;IP_ADDRESS&gt;/events.html under Http-request-scripts.<br />
Now you can send '0' and '1' to 0/0/1 using these URLs:<br />
For '0' use http://&lt;IP_ADDRESS&gt;/http/light_001.sh?req=0<br />
For '1' use http://&lt;IP_ADDRESS&gt;/http/light_001.sh?req=1<br />
I suggest to put the timeout time 2 seconds, and disable the response.</p>
<p dir="auto">Example 1-byte:<br />
Let's say you want to write a byte value '7F' (50%) to group address 0/3/1.<br />
You will need a small script:<br />
<em>#!/bin/sh<br />
grpwrite 0/3/1 $1<br />
echo Done</em><br />
This script you need to save as an .sh file (example: light_001_value.sh).<br />
Next you need to upload this script to http://&lt;IP_ADDRESS&gt;/events.html under Http-request-scripts.<br />
Now you can send byte values from 00 to FF (hexadecimal) to 0/3/1 using these URLs:<br />
For '7F' use http://&lt;IP_ADDRESS&gt;/http/light_001_value.sh?req=7F<br />
Change '7F' for every value you want.</p>
<p dir="auto">S10</p>
]]></description><link>https://community.flic.io/topic/14952/flic-knx-integration</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 17:32:44 GMT</lastBuildDate><atom:link href="https://community.flic.io/topic/14952.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Jun 2017 08:59:46 GMT</pubDate><ttl>60</ttl></channel></rss>