<?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 - Home automation training courses]]></title>
		<link>https://www.kincony.com/forum/</link>
		<description><![CDATA[Smart Home Automation Forum - https://www.kincony.com/forum]]></description>
		<pubDate>Wed, 29 Apr 2026 12:04:01 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[TA]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8779</link>
			<pubDate>Sat, 29 Nov 2025 09:34:32 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=4507">fdcemb5</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8779</guid>
			<description><![CDATA[How can I configure the Air quality sensor in TA? See picture<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=8724" target="_blank" title="">airquality.jpg</a> (Size: 14.92 KB / Downloads: 167)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[How can I configure the Air quality sensor in TA? See picture<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=8724" target="_blank" title="">airquality.jpg</a> (Size: 14.92 KB / Downloads: 167)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How can the configuration files be separated in the configuration.yaml file?]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=3141</link>
			<pubDate>Sat, 12 Aug 2023 14:00:36 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=489">engmohades</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=3141</guid>
			<description><![CDATA[<span style="font-size: large;" class="mycode_size">I have 6 devices, including kc868-16t and kc868-server, and I will be using kcs-v2. I will use Home Assistant with MQTT. However, the number of lines written in the configuration.yaml file is too long.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"> Is it possible to write separate configuration lines for each device in a separate file?</span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-size: large;" class="mycode_size">I have 6 devices, including kc868-16t and kc868-server, and I will be using kcs-v2. I will use Home Assistant with MQTT. However, the number of lines written in the configuration.yaml file is too long.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size"> Is it possible to write separate configuration lines for each device in a separate file?</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to install docker on KC868-Server CM4 by raspberry pi OS]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2674</link>
			<pubDate>Mon, 13 Mar 2023 12:44: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=2674</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">A. install docker on KC868-Server CM4 on raspberry pi OS</span><br />
<br />
1. sudo curl -sSL <a href="https://get.docker.com" target="_blank" rel="noopener" class="mycode_url">https://get.docker.com</a> | sh<br />
<br />
2. sudo docker run hello-world<br />
<br />
this test whether docker install correct.<br />
<br />
3. sudo systemctl daemon-reload<br />
<br />
4. sudo systemctl docker<br />
<br />
5. sudo systemctl start docker<br />
<br />
<span style="font-weight: bold;" class="mycode_b">B. install GUI portainer</span><br />
<br />
1. sudo docker pull portainer/portainer<br />
<br />
2. sudo docker volume create portainer_data<br />
<br />
3. docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer<br />
<br />
4. login web browser by <a href="http://ip:9000" target="_blank" rel="noopener" class="mycode_url">http://ip:9000</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">A. install docker on KC868-Server CM4 on raspberry pi OS</span><br />
<br />
1. sudo curl -sSL <a href="https://get.docker.com" target="_blank" rel="noopener" class="mycode_url">https://get.docker.com</a> | sh<br />
<br />
2. sudo docker run hello-world<br />
<br />
this test whether docker install correct.<br />
<br />
3. sudo systemctl daemon-reload<br />
<br />
4. sudo systemctl docker<br />
<br />
5. sudo systemctl start docker<br />
<br />
<span style="font-weight: bold;" class="mycode_b">B. install GUI portainer</span><br />
<br />
1. sudo docker pull portainer/portainer<br />
<br />
2. sudo docker volume create portainer_data<br />
<br />
3. docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer<br />
<br />
4. login web browser by <a href="http://ip:9000" target="_blank" rel="noopener" class="mycode_url">http://ip:9000</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[lesson34 - how to install Zigbee 3.0 gateway to home assistant]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2623</link>
			<pubDate>Thu, 02 Mar 2023 10:25:29 +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=2623</guid>
			<description><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/pZxWb21WvT0" frameborder="0" allowfullscreen="true"></iframe><br />
1. install zigbee2mqtt<br />
<a href="https://github.com/zigbee2mqtt/hassio-zigbee2mqtt" target="_blank" rel="noopener" class="mycode_url">https://github.com/zigbee2mqtt/hassio-zigbee2mqtt</a><br />
<br />
2. add config zigbee2mqtt<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=2002" target="_blank" title="">zigbee2mqtt-sensor_1.png</a> (Size: 74.93 KB / Downloads: 2190)
<!-- end: postbit_attachments_attachment --><br />
serial:<br />
  port: tcp://192.168.1.201:6638<br />
  adapter: ezsp<br />
<br />
3. config (Zigbee Home Automation) ZHA<br />
<br />
socket://192.168.1.201:6638<br />
band: 115200<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=2003" target="_blank" title="">zigbee2mqtt-sensor_2.png</a> (Size: 141.37 KB / Downloads: 2148)
<!-- 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=2004" target="_blank" title="">zigbee2mqtt-sensor_3.png</a> (Size: 53.62 KB / Downloads: 2120)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/pZxWb21WvT0" frameborder="0" allowfullscreen="true"></iframe><br />
1. install zigbee2mqtt<br />
<a href="https://github.com/zigbee2mqtt/hassio-zigbee2mqtt" target="_blank" rel="noopener" class="mycode_url">https://github.com/zigbee2mqtt/hassio-zigbee2mqtt</a><br />
<br />
2. add config zigbee2mqtt<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=2002" target="_blank" title="">zigbee2mqtt-sensor_1.png</a> (Size: 74.93 KB / Downloads: 2190)
<!-- end: postbit_attachments_attachment --><br />
serial:<br />
  port: tcp://192.168.1.201:6638<br />
  adapter: ezsp<br />
<br />
3. config (Zigbee Home Automation) ZHA<br />
<br />
socket://192.168.1.201:6638<br />
band: 115200<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=2003" target="_blank" title="">zigbee2mqtt-sensor_2.png</a> (Size: 141.37 KB / Downloads: 2148)
<!-- 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=2004" target="_blank" title="">zigbee2mqtt-sensor_3.png</a> (Size: 53.62 KB / Downloads: 2120)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How can I add ZigBee gateway  to the homeassant ?]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2607</link>
			<pubDate>Sat, 25 Feb 2023 20:54:23 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=489">engmohades</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=2607</guid>
			<description><![CDATA[How can I add ZigBee gateway to the homeassant ? please<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=1973" target="_blank" title="">7.png</a> (Size: 14.68 KB / Downloads: 1514)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[How can I add ZigBee gateway to the homeassant ? please<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=1973" target="_blank" title="">7.png</a> (Size: 14.68 KB / Downloads: 1514)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How can the dashboard be customized for each user?]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2584</link>
			<pubDate>Sat, 18 Feb 2023 20:03:27 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=489">engmohades</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=2584</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color"><span style="font-size: x-large;" class="mycode_size">In the case of using the home assistant<br />
</span></span></span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color"><span style="font-size: x-large;" class="mycode_size">How can a custom dashboard be made for each user, separate from the other user?</span></span></span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color"><span style="font-size: x-large;" class="mycode_size">So that no user can access the page of the other user</span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color"><span style="font-size: x-large;" class="mycode_size">In the case of using the home assistant<br />
</span></span></span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color"><span style="font-size: x-large;" class="mycode_size">How can a custom dashboard be made for each user, separate from the other user?</span></span></span><br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #00369b;" class="mycode_color"><span style="font-size: x-large;" class="mycode_size">So that no user can access the page of the other user</span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[USE PCF8574 FOR ESP32 INPUT PORTS]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2548</link>
			<pubDate>Wed, 01 Feb 2023 23:41:38 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1464">GVDC</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=2548</guid>
			<description><![CDATA[<span style="font-size: 1pt;" class="mycode_size"><span style="font-family: Roboto;" class="mycode_font">USE PCF8574 IIC EXTEND GPIO FOR ESP32 INPUT PORTS</span></span><br />
Hello, <br />
<br />
I am very new working with Kincony 868 A8<br />
<br />
I have downloaded the instructions from lesson 20 for installing input ports and copied them in e new sketch.<br />
 <br />
After uploading I see that all 8 Inports give "pressed key", continiously. Making contact between ground and 1 port (1 to 8) give no change. <br />
The serial monitor stays announcing all ports "pressed key".<br />
 <br />
Type : Kincony 868 A8 V1.5<br />
<span style="font-size: 1pt;" class="mycode_size"><span style="font-family: Calibri, sans-serif;" class="mycode_font">Thanks</span></span><br />
What is wrong?]]></description>
			<content:encoded><![CDATA[<span style="font-size: 1pt;" class="mycode_size"><span style="font-family: Roboto;" class="mycode_font">USE PCF8574 IIC EXTEND GPIO FOR ESP32 INPUT PORTS</span></span><br />
Hello, <br />
<br />
I am very new working with Kincony 868 A8<br />
<br />
I have downloaded the instructions from lesson 20 for installing input ports and copied them in e new sketch.<br />
 <br />
After uploading I see that all 8 Inports give "pressed key", continiously. Making contact between ground and 1 port (1 to 8) give no change. <br />
The serial monitor stays announcing all ports "pressed key".<br />
 <br />
Type : Kincony 868 A8 V1.5<br />
<span style="font-size: 1pt;" class="mycode_size"><span style="font-family: Calibri, sans-serif;" class="mycode_font">Thanks</span></span><br />
What is wrong?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Home Automation Power distribution Box - Lesson 3]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2473</link>
			<pubDate>Sun, 25 Dec 2022 18:13:37 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1372">ARSHAD</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=2473</guid>
			<description><![CDATA[Hi Team<br />
<br />
In Lesson 3 - of Home Automation Power distribution Box - below is the link<br />
<br />
<a href="http://kincony.com/forum/showthread.php?tid=1747" target="_blank" rel="noopener" class="mycode_url">New tab (kincony.com)</a> <br />
<br />
Kindly confirm the What is the "Amps " used for ( 12V DC contactor) in Hardware lists ?<br />
<br />
<br />
<br />
Thanks &amp; Regards,<br />
Arshad<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPEG Image" border="0" alt=".jpeg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1711" target="_blank" title="">WhatsApp Image 2022-12-24 at 11.58.35 AM.jpeg</a> (Size: 27.77 KB / Downloads: 2931)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi Team<br />
<br />
In Lesson 3 - of Home Automation Power distribution Box - below is the link<br />
<br />
<a href="http://kincony.com/forum/showthread.php?tid=1747" target="_blank" rel="noopener" class="mycode_url">New tab (kincony.com)</a> <br />
<br />
Kindly confirm the What is the "Amps " used for ( 12V DC contactor) in Hardware lists ?<br />
<br />
<br />
<br />
Thanks &amp; Regards,<br />
Arshad<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPEG Image" border="0" alt=".jpeg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=1711" target="_blank" title="">WhatsApp Image 2022-12-24 at 11.58.35 AM.jpeg</a> (Size: 27.77 KB / Downloads: 2931)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adding wifi setup button with Homespan]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2464</link>
			<pubDate>Tue, 20 Dec 2022 18:09:28 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1359">leotordo</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=2464</guid>
			<description><![CDATA[<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Hello everybody.</span></span><br />
<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">I'm new on Homekit/homespan</span></span><br />
<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Is it possible to add a button for launch </span></span><span style="font-style: italic;" class="mycode_i"><span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">HomeSpan’s temporary WiFi network</span></span></span><span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font"> and the related procedure with only one single press and release action?</span></span><br />
<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Thanks</span></span><br />
<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Stefano</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Hello everybody.</span></span><br />
<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">I'm new on Homekit/homespan</span></span><br />
<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Is it possible to add a button for launch </span></span><span style="font-style: italic;" class="mycode_i"><span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">HomeSpan’s temporary WiFi network</span></span></span><span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font"> and the related procedure with only one single press and release action?</span></span><br />
<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Thanks</span></span><br />
<span style="color: #c9d1d9;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';" class="mycode_font">Stefano</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[lesson33 - make a 3D dashboard for home assistant]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2100</link>
			<pubDate>Wed, 03 Aug 2022 11:33:11 +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=2100</guid>
			<description><![CDATA[Here are our demo dashboard used frontend plugin in HACS:<br />
<br />
Weather Card<br />
Config Template Card<br />
Simple Weather Card<br />
Kiosk Mode<br />
card-mod<br />
mini-graph-card<br />
button-card<br />
Homekit panel card<br />
<br />
<br />
Here is 3D dashboard demo video used config file:<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=1204" target="_blank" title="">home-assistant-dashboard-3d-kincony-yaml.txt</a> (Size: 35.28 KB / Downloads: 853)
<!-- end: postbit_attachments_attachment --><br />
Here is 3D dashboard sample photos:<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=1205" target="_blank" title="">home-assistant-dashboard-3d-kincony.zip</a> (Size: 4.87 MB / Downloads: 885)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Here are our demo dashboard used frontend plugin in HACS:<br />
<br />
Weather Card<br />
Config Template Card<br />
Simple Weather Card<br />
Kiosk Mode<br />
card-mod<br />
mini-graph-card<br />
button-card<br />
Homekit panel card<br />
<br />
<br />
Here is 3D dashboard demo video used config file:<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=1204" target="_blank" title="">home-assistant-dashboard-3d-kincony-yaml.txt</a> (Size: 35.28 KB / Downloads: 853)
<!-- end: postbit_attachments_attachment --><br />
Here is 3D dashboard sample photos:<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=1205" target="_blank" title="">home-assistant-dashboard-3d-kincony.zip</a> (Size: 4.87 MB / Downloads: 885)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[lesson32 - set button work for latch,inching,momentary, Interlocking work mode by ESP]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1992</link>
			<pubDate>Fri, 17 Jun 2022 09:23:52 +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=1992</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">1. latch mode: Button1</span><br />
<br />
    on_press:<br />
      then:<br />
      - switch.toggle: e16s_output1<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">2. inching mode: Button2</span><br />
<br />
    on_press:<br />
      then:<br />
      - switch.turn_on: e16s_output2<br />
    on_release:<br />
      then:<br />
      - switch.turn_off: e16s_output2  <br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">3. momentary mode: Button3</span><br />
<br />
    on_turn_on:<br />
    - delay: 1000ms<br />
    - switch.turn_off: e16s_output3<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">4. interlocking mode: Button4-Button5</span><br />
<br />
interlock: [e16s_output5]<br />
<br />
interlock: [e16s_output4]<br />
<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=1073" target="_blank" title="">KC868-E16S-ESPHome-Config-buttons-work-mode.txt</a> (Size: 6.36 KB / Downloads: 707)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">1. latch mode: Button1</span><br />
<br />
    on_press:<br />
      then:<br />
      - switch.toggle: e16s_output1<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">2. inching mode: Button2</span><br />
<br />
    on_press:<br />
      then:<br />
      - switch.turn_on: e16s_output2<br />
    on_release:<br />
      then:<br />
      - switch.turn_off: e16s_output2  <br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">3. momentary mode: Button3</span><br />
<br />
    on_turn_on:<br />
    - delay: 1000ms<br />
    - switch.turn_off: e16s_output3<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">4. interlocking mode: Button4-Button5</span><br />
<br />
interlock: [e16s_output5]<br />
<br />
interlock: [e16s_output4]<br />
<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=1073" target="_blank" title="">KC868-E16S-ESPHome-Config-buttons-work-mode.txt</a> (Size: 6.36 KB / Downloads: 707)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lesson31 - control modbus relay by Node-Red]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1979</link>
			<pubDate>Fri, 10 Jun 2022 13:12:18 +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=1979</guid>
			<description><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/cusRuuR5Zk8" frameborder="0" allowfullscreen="true"></iframe>]]></description>
			<content:encoded><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/cusRuuR5Zk8" frameborder="0" allowfullscreen="true"></iframe>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lesson30 - how to install Node-Red on home assistant]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1976</link>
			<pubDate>Thu, 09 Jun 2022 12:42:42 +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=1976</guid>
			<description><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/m4hqfi3A7RA" frameborder="0" allowfullscreen="true"></iframe>]]></description>
			<content:encoded><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/m4hqfi3A7RA" frameborder="0" allowfullscreen="true"></iframe>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lesson29 - how to config manual push button for switches and LED strip]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1974</link>
			<pubDate>Wed, 08 Jun 2022 18:10:34 +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=1974</guid>
			<description><![CDATA[1. get the MQTT feedback message from every puch button.<br />
<br />
2. create "automation" for buttons in home assistant.<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/Txlvw9CznhA" frameborder="0" allowfullscreen="true"></iframe>]]></description>
			<content:encoded><![CDATA[1. get the MQTT feedback message from every puch button.<br />
<br />
2. create "automation" for buttons in home assistant.<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/Txlvw9CznhA" frameborder="0" allowfullscreen="true"></iframe>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lesson28 - How to send command control RS485 curtain motor]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=1960</link>
			<pubDate>Wed, 01 Jun 2022 10:39:09 +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=1960</guid>
			<description><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/DC_Oe3kzixw" frameborder="0" allowfullscreen="true"></iframe><br />
This is a demo of curtain motor. this motor support TUYA wifi and RS485 modbus protocol.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Open command</span><br />
<br />
start Motor address function Data address CRC16<br />
Send 55 fe fe 03 01 AD 8A<br />
receive 55 fe fe 03 01 AD 8A<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Close command</span><br />
<br />
start Motor address function Data address CRC16<br />
Send 55 fe fe 03 02 ED 8B<br />
receive 55 fe fe 03 02 ED 8B<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Set any positon command</span><br />
<br />
start Motor address function Data address value CRC16<br />
Send 55 fe fe 03 04 1E C8 E5<br />
receive 55 Fe fe 03 04 FF* 08 AD<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Read current positon command</span><br />
<br />
start Motor address function Data address Data length CRC16<br />
Send 55 fe fe 01 02 01 2B 4D<br />
receive 55 fe fe 01 01 FF* AA 3D<br />
<br />
Track range: 0x00—0x64    -  0%--100%]]></description>
			<content:encoded><![CDATA[<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/DC_Oe3kzixw" frameborder="0" allowfullscreen="true"></iframe><br />
This is a demo of curtain motor. this motor support TUYA wifi and RS485 modbus protocol.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Open command</span><br />
<br />
start Motor address function Data address CRC16<br />
Send 55 fe fe 03 01 AD 8A<br />
receive 55 fe fe 03 01 AD 8A<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Close command</span><br />
<br />
start Motor address function Data address CRC16<br />
Send 55 fe fe 03 02 ED 8B<br />
receive 55 fe fe 03 02 ED 8B<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Set any positon command</span><br />
<br />
start Motor address function Data address value CRC16<br />
Send 55 fe fe 03 04 1E C8 E5<br />
receive 55 Fe fe 03 04 FF* 08 AD<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Read current positon command</span><br />
<br />
start Motor address function Data address Data length CRC16<br />
Send 55 fe fe 01 02 01 2B 4D<br />
receive 55 fe fe 01 01 FF* AA 3D<br />
<br />
Track range: 0x00—0x64    -  0%--100%]]></content:encoded>
		</item>
	</channel>
</rss>