<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Smart Home Automation Forum - KinCony integrate with Loxone home automation]]></title>
		<link>https://www.kincony.com/forum/</link>
		<description><![CDATA[Smart Home Automation Forum - https://www.kincony.com/forum]]></description>
		<pubDate>Tue, 02 Jun 2026 05:28:57 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[N series Energy Meter for Loxone UDP Protocol]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9312</link>
			<pubDate>Mon, 04 May 2026 16:19:04 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9312</guid>
			<description><![CDATA[Energy Loxone Protocol<br />
=======================<br />
<br />
Overview<br />
--------<br />
This document describes the Loxone string protocol for Energy module.<br />
Default delimiter is comma (,). Chip ID: 1-6, Channel: 1-10.<br />
<br />
<br />
Commands<br />
--------<br />
<br />
1. GET_ENERGY_CURRENT - Get current (A) for specific channel<br />
  Request:  RELAY-GET_ENERGY_CURRENT-255,{chip},{channel}<br />
  Response: RELAY-GET_ENERGY_CURRENT-255,{chip},{channel},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_CURRENT-255,1,1<br />
    Response: RELAY-GET_ENERGY_CURRENT-255,1,1,2.350,OK<br />
<br />
2. GET_ENERGY_POWER - Get power (W) for specific channel<br />
  Request:  RELAY-GET_ENERGY_POWER-255,{chip},{channel}<br />
  Response: RELAY-GET_ENERGY_POWER-255,{chip},{channel},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_POWER-255,1,1<br />
    Response: RELAY-GET_ENERGY_POWER-255,1,1,512.5,OK<br />
<br />
3. GET_ENERGY_KWH - Get energy (kWh) for specific channel<br />
  Request:  RELAY-GET_ENERGY_KWH-255,{chip},{channel}<br />
  Response: RELAY-GET_ENERGY_KWH-255,{chip},{channel},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_KWH-255,1,1<br />
    Response: RELAY-GET_ENERGY_KWH-255,1,1,1250,OK<br />
<br />
4. GET_ENERGY_VOLT - Get voltage (V) for chip<br />
  Request:  RELAY-GET_ENERGY_VOLT-255,{chip}<br />
  Response: RELAY-GET_ENERGY_VOLT-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_VOLT-255,1<br />
    Response: RELAY-GET_ENERGY_VOLT-255,1,220.50,OK<br />
<br />
5. GET_ENERGY_FREQ - Get frequency (Hz) for chip<br />
  Request:  RELAY-GET_ENERGY_FREQ-255,{chip}<br />
  Response: RELAY-GET_ENERGY_FREQ-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_FREQ-255,1<br />
    Response: RELAY-GET_ENERGY_FREQ-255,1,50.00,OK<br />
<br />
6. GET_ENERGY_TEMP - Get temperature &copy; for chip<br />
  Request:  RELAY-GET_ENERGY_TEMP-255,{chip}<br />
  Response: RELAY-GET_ENERGY_TEMP-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_TEMP-255,1<br />
    Response: RELAY-GET_ENERGY_TEMP-255,1,35.5,OK<br />
<br />
7. GET_ENERGY_PF - Get power factor for chip<br />
  Request:  RELAY-GET_ENERGY_PF-255,{chip}<br />
  Response: RELAY-GET_ENERGY_PF-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_PF-255,1<br />
    Response: RELAY-GET_ENERGY_PF-255,1,0.95,OK<br />
<br />
8. GET_ENERGY_SUM - Get total energy (kWh) for chip<br />
  Request:  RELAY-GET_ENERGY_SUM-255,{chip}<br />
  Response: RELAY-GET_ENERGY_SUM-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_SUM-255,1<br />
    Response: RELAY-GET_ENERGY_SUM-255,1,12500,OK<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=9748" target="_blank" title="">Nx-Energy-meter-udp-loxone.png</a> (Size: 141.99 KB / Downloads: 61)
<!-- end: postbit_attachments_attachment --><br />
protocol download:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=9749" target="_blank" title="">Nx-energy_loxone_protocol.txt</a> (Size: 2.34 KB / Downloads: 47)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Energy Loxone Protocol<br />
=======================<br />
<br />
Overview<br />
--------<br />
This document describes the Loxone string protocol for Energy module.<br />
Default delimiter is comma (,). Chip ID: 1-6, Channel: 1-10.<br />
<br />
<br />
Commands<br />
--------<br />
<br />
1. GET_ENERGY_CURRENT - Get current (A) for specific channel<br />
  Request:  RELAY-GET_ENERGY_CURRENT-255,{chip},{channel}<br />
  Response: RELAY-GET_ENERGY_CURRENT-255,{chip},{channel},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_CURRENT-255,1,1<br />
    Response: RELAY-GET_ENERGY_CURRENT-255,1,1,2.350,OK<br />
<br />
2. GET_ENERGY_POWER - Get power (W) for specific channel<br />
  Request:  RELAY-GET_ENERGY_POWER-255,{chip},{channel}<br />
  Response: RELAY-GET_ENERGY_POWER-255,{chip},{channel},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_POWER-255,1,1<br />
    Response: RELAY-GET_ENERGY_POWER-255,1,1,512.5,OK<br />
<br />
3. GET_ENERGY_KWH - Get energy (kWh) for specific channel<br />
  Request:  RELAY-GET_ENERGY_KWH-255,{chip},{channel}<br />
  Response: RELAY-GET_ENERGY_KWH-255,{chip},{channel},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_KWH-255,1,1<br />
    Response: RELAY-GET_ENERGY_KWH-255,1,1,1250,OK<br />
<br />
4. GET_ENERGY_VOLT - Get voltage (V) for chip<br />
  Request:  RELAY-GET_ENERGY_VOLT-255,{chip}<br />
  Response: RELAY-GET_ENERGY_VOLT-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_VOLT-255,1<br />
    Response: RELAY-GET_ENERGY_VOLT-255,1,220.50,OK<br />
<br />
5. GET_ENERGY_FREQ - Get frequency (Hz) for chip<br />
  Request:  RELAY-GET_ENERGY_FREQ-255,{chip}<br />
  Response: RELAY-GET_ENERGY_FREQ-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_FREQ-255,1<br />
    Response: RELAY-GET_ENERGY_FREQ-255,1,50.00,OK<br />
<br />
6. GET_ENERGY_TEMP - Get temperature &copy; for chip<br />
  Request:  RELAY-GET_ENERGY_TEMP-255,{chip}<br />
  Response: RELAY-GET_ENERGY_TEMP-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_TEMP-255,1<br />
    Response: RELAY-GET_ENERGY_TEMP-255,1,35.5,OK<br />
<br />
7. GET_ENERGY_PF - Get power factor for chip<br />
  Request:  RELAY-GET_ENERGY_PF-255,{chip}<br />
  Response: RELAY-GET_ENERGY_PF-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_PF-255,1<br />
    Response: RELAY-GET_ENERGY_PF-255,1,0.95,OK<br />
<br />
8. GET_ENERGY_SUM - Get total energy (kWh) for chip<br />
  Request:  RELAY-GET_ENERGY_SUM-255,{chip}<br />
  Response: RELAY-GET_ENERGY_SUM-255,{chip},{value},OK<br />
  Example:<br />
    Request:  RELAY-GET_ENERGY_SUM-255,1<br />
    Response: RELAY-GET_ENERGY_SUM-255,1,12500,OK<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=9748" target="_blank" title="">Nx-Energy-meter-udp-loxone.png</a> (Size: 141.99 KB / Downloads: 61)
<!-- end: postbit_attachments_attachment --><br />
protocol download:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=9749" target="_blank" title="">Nx-energy_loxone_protocol.txt</a> (Size: 2.34 KB / Downloads: 47)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sauna automation with Loxone and Kincony]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8629</link>
			<pubDate>Sun, 05 Oct 2025 20:23:58 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=9639">Hakuna23</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8629</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
I’m planning to automate my sauna using Loxone together with Kincony hardware.<br />
My setup requires:<br />
<ul class="mycode_list"><li>Two temperature sensors (sauna room and heater)<br />
</li>
<li>At least three relay outputs for sauna control (heater, ventilation, safety, etc.)<br />
</li>
<li>One or two relays for lighting<br />
</li>
</ul>
I already found some information in the forum about integrating the <span style="font-weight: bold;" class="mycode_b">relay outputs</span> with Loxone, which looks straightforward.<br />
However, I’m still unsure about the <span style="font-weight: bold;" class="mycode_b">OneWire temperature sensors</span> – I know how to connect them to the Kincony board, but I don’t know how to get the temperature values into Loxone.<br />
Would the <span style="font-weight: bold;" class="mycode_b">KC868-A8 v3</span> board be a good choice for this setup, or is there another Kincony board that fits better?<br />
<br />
Thanks in advance for your help and suggestions!]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
I’m planning to automate my sauna using Loxone together with Kincony hardware.<br />
My setup requires:<br />
<ul class="mycode_list"><li>Two temperature sensors (sauna room and heater)<br />
</li>
<li>At least three relay outputs for sauna control (heater, ventilation, safety, etc.)<br />
</li>
<li>One or two relays for lighting<br />
</li>
</ul>
I already found some information in the forum about integrating the <span style="font-weight: bold;" class="mycode_b">relay outputs</span> with Loxone, which looks straightforward.<br />
However, I’m still unsure about the <span style="font-weight: bold;" class="mycode_b">OneWire temperature sensors</span> – I know how to connect them to the Kincony board, but I don’t know how to get the temperature values into Loxone.<br />
Would the <span style="font-weight: bold;" class="mycode_b">KC868-A8 v3</span> board be a good choice for this setup, or is there another Kincony board that fits better?<br />
<br />
Thanks in advance for your help and suggestions!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Loxone RS485]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8320</link>
			<pubDate>Tue, 15 Jul 2025 23:08:10 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=9086">marekzerzan</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8320</guid>
			<description><![CDATA[I noticed that Kincony also has RS485 communication, it is more difficult, but it seems safer to me without dependence on the local network.<br />
<br />
Does anyone have experience with this integration please?<br />
<br />
Maybe first question it's Modbus RS485 or "RAW" RS485?<br />
<br />
I am new owner "KC868-A32M 32 Channel ESP32 MOSFET Board".<br />
I'm currently struggling to see it on the network at all, it may have DHCP set up, but I can't see it anywhere on the network after connecting.]]></description>
			<content:encoded><![CDATA[I noticed that Kincony also has RS485 communication, it is more difficult, but it seems safer to me without dependence on the local network.<br />
<br />
Does anyone have experience with this integration please?<br />
<br />
Maybe first question it's Modbus RS485 or "RAW" RS485?<br />
<br />
I am new owner "KC868-A32M 32 Channel ESP32 MOSFET Board".<br />
I'm currently struggling to see it on the network at all, it may have DHCP set up, but I can't see it anywhere on the network after connecting.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-A6 tasmota digital/analog input integration to Loxone]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7397</link>
			<pubDate>Wed, 15 Jan 2025 22:10:35 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=7221">sigituning</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7397</guid>
			<description><![CDATA[Hello,<br />
<br />
can you provide info how to integrate http commands for loxone to read digital and analog inputs via tasmota firmware?<br />
Or how we can read DI/AI inputs from this board in the loxone?<br />
Can we use e.g. UDP commands somehow in the tasmota and loxone?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
can you provide info how to integrate http commands for loxone to read digital and analog inputs via tasmota firmware?<br />
Or how we can read DI/AI inputs from this board in the loxone?<br />
Can we use e.g. UDP commands somehow in the tasmota and loxone?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KCS v3 Loxone Miniserver integration guide]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7264</link>
			<pubDate>Fri, 27 Dec 2024 09:17:57 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7264</guid>
			<description><![CDATA[KCS v3 support Loxone integration by UDP protocol. here is all details demo show with KinCony A32 Pro using DO (digital output), DI (digital input), AO (analog output for dimmer), AI (analog input), RS485 sensor and GPIO 1-wire sensor.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6762" target="_blank" title="">loxone-kincony-test.jpg</a> (Size: 334.26 KB / Downloads: 2265)
<!-- end: postbit_attachments_attachment --><br />
KCS v3 use by KinCony ESP32-S3 smart controller.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6763" target="_blank" title="">loxone-web-1.png</a> (Size: 94.3 KB / Downloads: 1953)
<!-- end: postbit_attachments_attachment --><br />
about demo function list:<br />
1/a. Relay1 switch: you can trun ON/OFF relay1<br />
1/b. Relay2 button: hold on the button relay2 is ON, release finger, relay2 is OFF. Usually use for curtain.<br />
1/c. Relay1 State: feedback relay1's newest state, even if relay control by other ways, such as home assistant, tuya app, web browser, wall switch.<br />
<br />
2. DI1 State: monitor digital input1 state.<br />
3. Dimmer (AO1): dimmer output with channel1 (range 0--255)<br />
4. feedback AO1's newest state, even if dimmer control by other ways, such as home assistant, tuya app, web browser, wall switch.<br />
5. RF433M: monitor RF433MHz sensor state for ON/OFF<br />
<br />
6/a. Sensor1Temp: one temperature &amp; humidity sensor's temperature value<br />
6/b. Sensor1Hum: one temperature &amp; humidity sensor's humidity value<br />
<br />
7.Sensor2Temp: one temperature sensor's temperature value<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6764" target="_blank" title="">loxone-web-2.png</a> (Size: 42.89 KB / Downloads: 1982)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6768" target="_blank" title="">loxone-app-1_pix350.jpg</a> (Size: 58.74 KB / Downloads: 1846)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6767" target="_blank" title="">loxone-app-2_pix350.jpg</a> (Size: 58.39 KB / Downloads: 1836)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6769" target="_blank" title="">loxone-app-3_pix350.jpg</a> (Size: 35.12 KB / Downloads: 1813)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6770" target="_blank" title="">loxone-config-1.png</a> (Size: 136.72 KB / Downloads: 1966)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6771" target="_blank" title="">loxone-config-2.png</a> (Size: 135.56 KB / Downloads: 1981)
<!-- end: postbit_attachments_attachment --><br />
download Loxone config project demo at here:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6772" target="_blank" title="">Loxone-Kincony-KCS-DEMO.zip</a> (Size: 12 KB / Downloads: 728)
<!-- end: postbit_attachments_attachment --><br />
the project default user and password are:<br />
admin<br />
123456abc<br />
make sure your KCS version &gt;v3.4.0<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6773" target="_blank" title="">a32pro-kcs-version.png</a> (Size: 61.37 KB / Downloads: 1920)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6774" target="_blank" title="">KCS-Loxone-setting.png</a> (Size: 45.59 KB / Downloads: 1933)
<!-- end: postbit_attachments_attachment --><br />
go to Loxone webpage, config ip and port for Loxone Miniserver.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6775" target="_blank" title="">KCS-Loxone-UDP-Server.png</a> (Size: 166.42 KB / Downloads: 1961)
<!-- end: postbit_attachments_attachment --><br />
Enable UDP Server, input any port number unused, that means KinCony controller will work as a UDP Server listen to Loxone client, receive command from Loxone Miniserver.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6776" target="_blank" title="">KCS-Loxone-UDP-Client.png</a> (Size: 163.78 KB / Downloads: 1938)
<!-- end: postbit_attachments_attachment --><br />
Enable UDP Client, input any port number unused, that means KinCony controller will work as a UDP Client connect to Loxone server, feedback state to Loxone Miniserver.<br />
<br />
about protocol demo:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">1: control digital output (DO)</span><br />
Loxone send to KCS: RELAY-SET-255,2,1  //turn ON DO2<br />
KCS back to Loxone: RELAY-SET-255,2,1,OK<br />
Loxone send to KCS: RELAY-SET-255,2,0  //turn OFF DO2<br />
KCS back to Loxone: RELAY-SET-255,2,0,OK<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6777" target="_blank" title="">control-DO.png</a> (Size: 178.44 KB / Downloads: 1959)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">2: digital output (DO) state feedback</span><br />
KCS back to Loxone: RELAY-SET-255,3,1,OK //DO3 is ON<br />
KCS back to Loxone: RELAY-SET-255,3,0,OK //DO3 is OFF<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6778" target="_blank" title="">read-DO.png</a> (Size: 196.06 KB / Downloads: 1916)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">3: digital input (DI) state feedback</span><br />
KCS back to Loxone: RELAY-GET_INPUT-255,4,1,OK  //DI4 is ON<br />
KCS back to Loxone: RELAY-GET_INPUT-255,4,0,OK  //DI4 is OFF<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6779" target="_blank" title="">read-DI.png</a> (Size: 206.9 KB / Downloads: 1945)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">4: control analog output (AO)</span><br />
Loxone send to KCS: RELAY-SET_DAC_255,2,0  //channel 2 AO=0  0%<br />
KCS back to Loxone: RELAY-SET_DAC_255,2,0,OK<br />
Loxone send to KCS: RELAY-SET_DAC_255,3,255  //channel 3 AO=255 100%<br />
KCS back to Loxone: RELAY-SET_DAC_255,3,255,OK<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6780" target="_blank" title="">control-AO.png</a> (Size: 211.19 KB / Downloads: 1947)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">5: analog output (AO) state feedback</span><br />
KCS back to Loxone: RELAY-GET_DAC_255,1,107,OK  //channel 1 AO=107<br />
KCS back to Loxone: RELAY-GET_DAC_255,2,255,OK  //channel 2 AO=255<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6781" target="_blank" title="">read-AO.png</a> (Size: 209.45 KB / Downloads: 1914)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">6: analog input (AI) state feedback</span><br />
KCS back to Loxone: RELAY-GET_ADC-255,1,2670,OK  //channel1 ADC is 2670<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6782" target="_blank" title="">read-AI.png</a> (Size: 209.92 KB / Downloads: 1926)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">7: RF433M receiver state feedback</span><br />
KCS back to Loxone: RELAY-GET_RF-255,2,1,OK  //channel2 RF sensor is ON<br />
KCS back to Loxone: RELAY-GET_RF-255,3,0,OK  //channel3 RF sensor is OFF<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6783" target="_blank" title="">read-RF.png</a> (Size: 210.54 KB / Downloads: 1921)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">8: temperature &amp; humidity sensor feedback</span><br />
KCS back to Loxone:RELAY-GET_SENSOR-255,3,16.8,46.8,OK //channel3 sensor temperature=16.8℃ humidity=46.8%<br />
KCS back to Loxone:RELAY-GET_SENSOR-255,4,27.8,-100,OK //channel4 sensor temperature=27.8℃ without humidity<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6784" target="_blank" title="">read-T-H.png</a> (Size: 205.75 KB / Downloads: 1910)
<!-- end: postbit_attachments_attachment --><br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/HmVB0V3eGG8" frameborder="0" allowfullscreen="true"></iframe>]]></description>
			<content:encoded><![CDATA[KCS v3 support Loxone integration by UDP protocol. here is all details demo show with KinCony A32 Pro using DO (digital output), DI (digital input), AO (analog output for dimmer), AI (analog input), RS485 sensor and GPIO 1-wire sensor.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6762" target="_blank" title="">loxone-kincony-test.jpg</a> (Size: 334.26 KB / Downloads: 2265)
<!-- end: postbit_attachments_attachment --><br />
KCS v3 use by KinCony ESP32-S3 smart controller.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6763" target="_blank" title="">loxone-web-1.png</a> (Size: 94.3 KB / Downloads: 1953)
<!-- end: postbit_attachments_attachment --><br />
about demo function list:<br />
1/a. Relay1 switch: you can trun ON/OFF relay1<br />
1/b. Relay2 button: hold on the button relay2 is ON, release finger, relay2 is OFF. Usually use for curtain.<br />
1/c. Relay1 State: feedback relay1's newest state, even if relay control by other ways, such as home assistant, tuya app, web browser, wall switch.<br />
<br />
2. DI1 State: monitor digital input1 state.<br />
3. Dimmer (AO1): dimmer output with channel1 (range 0--255)<br />
4. feedback AO1's newest state, even if dimmer control by other ways, such as home assistant, tuya app, web browser, wall switch.<br />
5. RF433M: monitor RF433MHz sensor state for ON/OFF<br />
<br />
6/a. Sensor1Temp: one temperature &amp; humidity sensor's temperature value<br />
6/b. Sensor1Hum: one temperature &amp; humidity sensor's humidity value<br />
<br />
7.Sensor2Temp: one temperature sensor's temperature value<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6764" target="_blank" title="">loxone-web-2.png</a> (Size: 42.89 KB / Downloads: 1982)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6768" target="_blank" title="">loxone-app-1_pix350.jpg</a> (Size: 58.74 KB / Downloads: 1846)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6767" target="_blank" title="">loxone-app-2_pix350.jpg</a> (Size: 58.39 KB / Downloads: 1836)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6769" target="_blank" title="">loxone-app-3_pix350.jpg</a> (Size: 35.12 KB / Downloads: 1813)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6770" target="_blank" title="">loxone-config-1.png</a> (Size: 136.72 KB / Downloads: 1966)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6771" target="_blank" title="">loxone-config-2.png</a> (Size: 135.56 KB / Downloads: 1981)
<!-- end: postbit_attachments_attachment --><br />
download Loxone config project demo at here:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6772" target="_blank" title="">Loxone-Kincony-KCS-DEMO.zip</a> (Size: 12 KB / Downloads: 728)
<!-- end: postbit_attachments_attachment --><br />
the project default user and password are:<br />
admin<br />
123456abc<br />
make sure your KCS version &gt;v3.4.0<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6773" target="_blank" title="">a32pro-kcs-version.png</a> (Size: 61.37 KB / Downloads: 1920)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6774" target="_blank" title="">KCS-Loxone-setting.png</a> (Size: 45.59 KB / Downloads: 1933)
<!-- end: postbit_attachments_attachment --><br />
go to Loxone webpage, config ip and port for Loxone Miniserver.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6775" target="_blank" title="">KCS-Loxone-UDP-Server.png</a> (Size: 166.42 KB / Downloads: 1961)
<!-- end: postbit_attachments_attachment --><br />
Enable UDP Server, input any port number unused, that means KinCony controller will work as a UDP Server listen to Loxone client, receive command from Loxone Miniserver.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6776" target="_blank" title="">KCS-Loxone-UDP-Client.png</a> (Size: 163.78 KB / Downloads: 1938)
<!-- end: postbit_attachments_attachment --><br />
Enable UDP Client, input any port number unused, that means KinCony controller will work as a UDP Client connect to Loxone server, feedback state to Loxone Miniserver.<br />
<br />
about protocol demo:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">1: control digital output (DO)</span><br />
Loxone send to KCS: RELAY-SET-255,2,1  //turn ON DO2<br />
KCS back to Loxone: RELAY-SET-255,2,1,OK<br />
Loxone send to KCS: RELAY-SET-255,2,0  //turn OFF DO2<br />
KCS back to Loxone: RELAY-SET-255,2,0,OK<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6777" target="_blank" title="">control-DO.png</a> (Size: 178.44 KB / Downloads: 1959)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">2: digital output (DO) state feedback</span><br />
KCS back to Loxone: RELAY-SET-255,3,1,OK //DO3 is ON<br />
KCS back to Loxone: RELAY-SET-255,3,0,OK //DO3 is OFF<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6778" target="_blank" title="">read-DO.png</a> (Size: 196.06 KB / Downloads: 1916)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">3: digital input (DI) state feedback</span><br />
KCS back to Loxone: RELAY-GET_INPUT-255,4,1,OK  //DI4 is ON<br />
KCS back to Loxone: RELAY-GET_INPUT-255,4,0,OK  //DI4 is OFF<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6779" target="_blank" title="">read-DI.png</a> (Size: 206.9 KB / Downloads: 1945)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">4: control analog output (AO)</span><br />
Loxone send to KCS: RELAY-SET_DAC_255,2,0  //channel 2 AO=0  0%<br />
KCS back to Loxone: RELAY-SET_DAC_255,2,0,OK<br />
Loxone send to KCS: RELAY-SET_DAC_255,3,255  //channel 3 AO=255 100%<br />
KCS back to Loxone: RELAY-SET_DAC_255,3,255,OK<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6780" target="_blank" title="">control-AO.png</a> (Size: 211.19 KB / Downloads: 1947)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">5: analog output (AO) state feedback</span><br />
KCS back to Loxone: RELAY-GET_DAC_255,1,107,OK  //channel 1 AO=107<br />
KCS back to Loxone: RELAY-GET_DAC_255,2,255,OK  //channel 2 AO=255<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6781" target="_blank" title="">read-AO.png</a> (Size: 209.45 KB / Downloads: 1914)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">6: analog input (AI) state feedback</span><br />
KCS back to Loxone: RELAY-GET_ADC-255,1,2670,OK  //channel1 ADC is 2670<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6782" target="_blank" title="">read-AI.png</a> (Size: 209.92 KB / Downloads: 1926)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">7: RF433M receiver state feedback</span><br />
KCS back to Loxone: RELAY-GET_RF-255,2,1,OK  //channel2 RF sensor is ON<br />
KCS back to Loxone: RELAY-GET_RF-255,3,0,OK  //channel3 RF sensor is OFF<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6783" target="_blank" title="">read-RF.png</a> (Size: 210.54 KB / Downloads: 1921)
<!-- end: postbit_attachments_attachment --><br />
<br />
<span style="font-weight: bold;" class="mycode_b">8: temperature &amp; humidity sensor feedback</span><br />
KCS back to Loxone:RELAY-GET_SENSOR-255,3,16.8,46.8,OK //channel3 sensor temperature=16.8℃ humidity=46.8%<br />
KCS back to Loxone:RELAY-GET_SENSOR-255,4,27.8,-100,OK //channel4 sensor temperature=27.8℃ without humidity<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6784" target="_blank" title="">read-T-H.png</a> (Size: 205.75 KB / Downloads: 1910)
<!-- end: postbit_attachments_attachment --><br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/HmVB0V3eGG8" frameborder="0" allowfullscreen="true"></iframe>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Which parts to order for Loxone Project?]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7206</link>
			<pubDate>Wed, 11 Dec 2024 07:29:53 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=6870">killeriq</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7206</guid>
			<description><![CDATA[Hi,<br />
<br />
just recently found about your Boards and luckily there is also some Loxone integration options available right from the producer. Great!<br />
<br />
I would like to double check which parts / boards should I order to integrate with Loxone.<br />
Loxone (master) &lt;-&gt; Kincony boads (Slave)<br />
<br />
Eventually MQTT,UDP or Tasmota system would be also fine to integrate with Loxone (as i have already few devices working)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Here is the list what I would like to have:</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">KC868-E16S</span><br />
<ol type="1" class="mycode_list"><li>Preferably via LAN Cable (due to stability and latency)<br />
</li>
<li>12-16x Relays to operate 230v devices. Relays should be easily replaceable as on KC-868-E16 boards<br />
</li>
<li>few DI for Digital Buttons, Impulse meter / Power consumption<br />
KC868-E16S (not sure if 1-wire is there, but I see some I2C Extender on board</li>
<li>1-wire for Temperature / Humidity sensor<br />
</li>
<li>I2C support for SHT31 sensors or SCD30 (temp/hum/co2)<br />
Probably some additional board to get AO ports</li>
<li>2-3x AO 0-10v controller for FANs<br />
</li>
</ol>
<br />
<br />
Some of those features should be possible via<br />
KC868-E16S<br />
or KC868-E16T (not sure what is the difference, + Tuya support feature?)<br />
In case there is newer / more suitable board, please let me know<br />
<br />
<br />
Thanks!<br />
<img src="https://ae01.alicdn.com/kf/S5202fbdb63b4424fbb9dacdd36da83c3i.jpg" loading="lazy"  alt="[Image: S5202fbdb63b4424fbb9dacdd36da83c3i.jpg]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
just recently found about your Boards and luckily there is also some Loxone integration options available right from the producer. Great!<br />
<br />
I would like to double check which parts / boards should I order to integrate with Loxone.<br />
Loxone (master) &lt;-&gt; Kincony boads (Slave)<br />
<br />
Eventually MQTT,UDP or Tasmota system would be also fine to integrate with Loxone (as i have already few devices working)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Here is the list what I would like to have:</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">KC868-E16S</span><br />
<ol type="1" class="mycode_list"><li>Preferably via LAN Cable (due to stability and latency)<br />
</li>
<li>12-16x Relays to operate 230v devices. Relays should be easily replaceable as on KC-868-E16 boards<br />
</li>
<li>few DI for Digital Buttons, Impulse meter / Power consumption<br />
KC868-E16S (not sure if 1-wire is there, but I see some I2C Extender on board</li>
<li>1-wire for Temperature / Humidity sensor<br />
</li>
<li>I2C support for SHT31 sensors or SCD30 (temp/hum/co2)<br />
Probably some additional board to get AO ports</li>
<li>2-3x AO 0-10v controller for FANs<br />
</li>
</ol>
<br />
<br />
Some of those features should be possible via<br />
KC868-E16S<br />
or KC868-E16T (not sure what is the difference, + Tuya support feature?)<br />
In case there is newer / more suitable board, please let me know<br />
<br />
<br />
Thanks!<br />
<img src="https://ae01.alicdn.com/kf/S5202fbdb63b4424fbb9dacdd36da83c3i.jpg" loading="lazy"  alt="[Image: S5202fbdb63b4424fbb9dacdd36da83c3i.jpg]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Loxone Project Templates for KinCony Smart Controller]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=3507</link>
			<pubDate>Sun, 12 Nov 2023 20:30:30 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=3507</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3421" target="_blank" title="">Loxone-KinCony-Project-demo.png</a> (Size: 204.13 KB / Downloads: 1604)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3422" target="_blank" title="">Loxone-templates-VirtualIn.png</a> (Size: 9.56 KB / Downloads: 1487)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3423" target="_blank" title="">Loxone-templates-VirtualOut.png</a> (Size: 14.43 KB / Downloads: 1494)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3420" target="_blank" title="">Loxone-Project-Templates-KinCony-Controller.zip</a> (Size: 20.2 KB / Downloads: 905)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3438" target="_blank" title="">KinCony-A8S.zip</a> (Size: 29.09 KB / Downloads: 808)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3421" target="_blank" title="">Loxone-KinCony-Project-demo.png</a> (Size: 204.13 KB / Downloads: 1604)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3422" target="_blank" title="">Loxone-templates-VirtualIn.png</a> (Size: 9.56 KB / Downloads: 1487)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3423" target="_blank" title="">Loxone-templates-VirtualOut.png</a> (Size: 14.43 KB / Downloads: 1494)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3420" target="_blank" title="">Loxone-Project-Templates-KinCony-Controller.zip</a> (Size: 20.2 KB / Downloads: 905)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3438" target="_blank" title="">KinCony-A8S.zip</a> (Size: 29.09 KB / Downloads: 808)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KinCony ESP32 board integrate to Loxone Miniserver by ESPHome]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=3506</link>
			<pubDate>Sun, 12 Nov 2023 20:11:39 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=3506</guid>
			<description><![CDATA[here is sample photo use by KinCony Server-mini (installed home assistant) , A8Sv2 ESP32 relay board, Loxone Miniserver. Actually you can use any ESP32 board work with Loxone and home assistant at the same time.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3419" target="_blank" title="">loxone-a8s-server-mini.jpg</a> (Size: 392.82 KB / Downloads: 3690)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3415" target="_blank" title="">a8s-Loxone-demo-1.png</a> (Size: 158.59 KB / Downloads: 3088)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3416" target="_blank" title="">a8s-Loxone-demo-2.png</a> (Size: 64.52 KB / Downloads: 2994)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3417" target="_blank" title="">a8s-Loxone-demo-3.png</a> (Size: 93.14 KB / Downloads: 2993)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3418" target="_blank" title="">a8s-Loxone-demo-4.png</a> (Size: 94.5 KB / Downloads: 2972)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3414" target="_blank" title="">a8s-Loxone-esphome.txt</a> (Size: 9.77 KB / Downloads: 778)
<!-- end: postbit_attachments_attachment --><br />
KinCony-A8S.Loxone project download:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3439" target="_blank" title="">KinCony-A8S.zip</a> (Size: 29.09 KB / Downloads: 945)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[here is sample photo use by KinCony Server-mini (installed home assistant) , A8Sv2 ESP32 relay board, Loxone Miniserver. Actually you can use any ESP32 board work with Loxone and home assistant at the same time.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3419" target="_blank" title="">loxone-a8s-server-mini.jpg</a> (Size: 392.82 KB / Downloads: 3690)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3415" target="_blank" title="">a8s-Loxone-demo-1.png</a> (Size: 158.59 KB / Downloads: 3088)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3416" target="_blank" title="">a8s-Loxone-demo-2.png</a> (Size: 64.52 KB / Downloads: 2994)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3417" target="_blank" title="">a8s-Loxone-demo-3.png</a> (Size: 93.14 KB / Downloads: 2993)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3418" target="_blank" title="">a8s-Loxone-demo-4.png</a> (Size: 94.5 KB / Downloads: 2972)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3414" target="_blank" title="">a8s-Loxone-esphome.txt</a> (Size: 9.77 KB / Downloads: 778)
<!-- end: postbit_attachments_attachment --><br />
KinCony-A8S.Loxone project download:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3439" target="_blank" title="">KinCony-A8S.zip</a> (Size: 29.09 KB / Downloads: 945)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to integrate smart door lock to Loxone miniserver by cloud server API]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=3119</link>
			<pubDate>Sun, 06 Aug 2023 09:25:04 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=3119</guid>
			<description><![CDATA[1. make sure you can use your mobile phone app remote control your door lock.<br />
2. Door lock supplier website registration developer account<br />
3. after "approved" your developer account, will get a "client_id“，”client_secret"<br />
4. Get access token<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2764" target="_blank" title="">get-access-token.png</a> (Size: 150.22 KB / Downloads: 2386)
<!-- end: postbit_attachments_attachment --><br />
5. unlock door<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2765" target="_blank" title="">unlock.png</a> (Size: 135.08 KB / Downloads: 2387)
<!-- end: postbit_attachments_attachment --><br />
<br />
integrate to Loxone miniserver:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2771" target="_blank" title="">door-lock-loxone-dashboard.png</a> (Size: 47.81 KB / Downloads: 2300)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2770" target="_blank" title="">door-lock-loxone-config.png</a> (Size: 149.63 KB / Downloads: 2418)
<!-- end: postbit_attachments_attachment --><br />
<br />
Loxone config project file:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2769" target="_blank" title="">Door.zip</a> (Size: 15.76 KB / Downloads: 813)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2772" target="_blank" title="">door.c.zip</a> (Size: 854 bytes / Downloads: 832)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2773" target="_blank" title="">LoxoneDoor.pdf</a> (Size: 171.81 KB / Downloads: 1214)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[1. make sure you can use your mobile phone app remote control your door lock.<br />
2. Door lock supplier website registration developer account<br />
3. after "approved" your developer account, will get a "client_id“，”client_secret"<br />
4. Get access token<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2764" target="_blank" title="">get-access-token.png</a> (Size: 150.22 KB / Downloads: 2386)
<!-- end: postbit_attachments_attachment --><br />
5. unlock door<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2765" target="_blank" title="">unlock.png</a> (Size: 135.08 KB / Downloads: 2387)
<!-- end: postbit_attachments_attachment --><br />
<br />
integrate to Loxone miniserver:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2771" target="_blank" title="">door-lock-loxone-dashboard.png</a> (Size: 47.81 KB / Downloads: 2300)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2770" target="_blank" title="">door-lock-loxone-config.png</a> (Size: 149.63 KB / Downloads: 2418)
<!-- end: postbit_attachments_attachment --><br />
<br />
Loxone config project file:<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2769" target="_blank" title="">Door.zip</a> (Size: 15.76 KB / Downloads: 813)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2772" target="_blank" title="">door.c.zip</a> (Size: 854 bytes / Downloads: 832)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2773" target="_blank" title="">LoxoneDoor.pdf</a> (Size: 171.81 KB / Downloads: 1214)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to integrate KC868-H32B/BS/B Pro to Loxone Mini Server]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2390</link>
			<pubDate>Wed, 09 Nov 2022 13:49:31 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=2390</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1588" target="_blank" title="">Loxone-KC868-H32B-1.jpg</a> (Size: 314.45 KB / Downloads: 1221)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1589" target="_blank" title="">Loxone-KC868-H32B-2.jpg</a> (Size: 432.33 KB / Downloads: 1124)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1590" target="_blank" title="">Loxone-KC868-H32B-3.jpg</a> (Size: 333.42 KB / Downloads: 1249)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1591" target="_blank" title="">Loxone-KC868-H32B-4.jpg</a> (Size: 362.12 KB / Downloads: 1161)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1588" target="_blank" title="">Loxone-KC868-H32B-1.jpg</a> (Size: 314.45 KB / Downloads: 1221)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1589" target="_blank" title="">Loxone-KC868-H32B-2.jpg</a> (Size: 432.33 KB / Downloads: 1124)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1590" target="_blank" title="">Loxone-KC868-H32B-3.jpg</a> (Size: 333.42 KB / Downloads: 1249)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1591" target="_blank" title="">Loxone-KC868-H32B-4.jpg</a> (Size: 362.12 KB / Downloads: 1161)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-G IR integration]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1832</link>
			<pubDate>Thu, 14 Apr 2022 14:22:48 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=1832</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=849" target="_blank" title="">KC868-G IR INTEGRATION.pdf</a> (Size: 3.37 MB / Downloads: 870)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=849" target="_blank" title="">KC868-G IR INTEGRATION.pdf</a> (Size: 3.37 MB / Downloads: 870)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-E16 work with Loxone system case-3]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1820</link>
			<pubDate>Fri, 08 Apr 2022 19:48:00 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=1820</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=840" target="_blank" title="">Loxone-KC868-E16-case-3.jpg</a> (Size: 312.69 KB / Downloads: 1086)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=840" target="_blank" title="">Loxone-KC868-E16-case-3.jpg</a> (Size: 312.69 KB / Downloads: 1086)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Loxone XML template file for KC868-H32B]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1819</link>
			<pubDate>Fri, 08 Apr 2022 19:45:07 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=1819</guid>
			<description><![CDATA[You just need to select "Virtual Outputs" and import this template. After this file is imported only the IP address as per user's ip address has to be give. There is no need to configure all the 32 relays for ON and OFF commands.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=839" target="_blank" title="">VO_KC868-H32B.zip</a> (Size: 710 bytes / Downloads: 787)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[You just need to select "Virtual Outputs" and import this template. After this file is imported only the IP address as per user's ip address has to be give. There is no need to configure all the 32 relays for ON and OFF commands.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=839" target="_blank" title="">VO_KC868-H32B.zip</a> (Size: 710 bytes / Downloads: 787)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-E16 work with Loxone system case-2]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1818</link>
			<pubDate>Fri, 08 Apr 2022 19:41:12 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=1818</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=841" target="_blank" title="">Loxone-KC868-E16-case-2-1.jpg</a> (Size: 257.43 KB / Downloads: 2082)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=842" target="_blank" title="">Loxone-KC868-E16-case-2-2.jpg</a> (Size: 235.83 KB / Downloads: 1648)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=838" target="_blank" title="">Loxone-KC868-E16-case-2.jpg</a> (Size: 242.08 KB / Downloads: 1857)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=841" target="_blank" title="">Loxone-KC868-E16-case-2-1.jpg</a> (Size: 257.43 KB / Downloads: 2082)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=842" target="_blank" title="">Loxone-KC868-E16-case-2-2.jpg</a> (Size: 235.83 KB / Downloads: 1648)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=838" target="_blank" title="">Loxone-KC868-E16-case-2.jpg</a> (Size: 242.08 KB / Downloads: 1857)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-E16 work with Loxone system]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1817</link>
			<pubDate>Fri, 08 Apr 2022 19:38:21 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=1817</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=837" target="_blank" title="">Loxone-KC868-E16.jpg</a> (Size: 74.28 KB / Downloads: 1091)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=837" target="_blank" title="">Loxone-KC868-E16.jpg</a> (Size: 74.28 KB / Downloads: 1091)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>