<?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 - KC868-Server Raspberry Pi4 local server]]></title>
		<link>https://www.kincony.com/forum/</link>
		<description><![CDATA[Smart Home Automation Forum - https://www.kincony.com/forum]]></description>
		<pubDate>Sat, 18 Apr 2026 09:45:08 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[KC868-Server ESP32 Ethernet (JL1101 PHY) – ESPHome config help]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8833</link>
			<pubDate>Sun, 21 Dec 2025 11:40:35 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10089">greywolf241</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8833</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color">Hi all,</span><br />
<span style="color: #000000;" class="mycode_color">I’m commissioning a <span style="font-weight: bold;" class="mycode_b">KinCony KC868-Server</span> and running the onboard <span style="font-weight: bold;" class="mycode_b">ESP32 (WROOM-32UE)</span> with <span style="font-weight: bold;" class="mycode_b">ESPHome</span>.<br />
USB flashing works fine via CH340, but I’m having trouble bringing up the <span style="font-weight: bold;" class="mycode_b">ESP32 Ethernet</span>.</span><br />
<span style="color: #000000;" class="mycode_color">I’m confident this is <span style="font-weight: bold;" class="mycode_b">ESP32 native Ethernet (RMII)</span>, <span style="font-style: italic;" class="mycode_i">not</span> W5500 SPI. The board clearly has a PHY + magnetics for the ESP32 Ethernet port (separate from the CM4 Ethernet).</span><br />
<span style="color: #000000;" class="mycode_color">Key observations:</span><ul class="mycode_list"><li><span style="color: #000000;" class="mycode_color">ESPHome compile output shows:<br />
</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>esp_eth_phy_jl1101.c.o</code></div></div><span style="color: #000000;" class="mycode_color">so it appears the PHY is <span style="font-weight: bold;" class="mycode_b">JL1101</span></span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Runtime log shows EMAC reset timeout when Ethernet is initialised</span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Ethernet never links, no DHCP lease</span><br />
</li>
</ul>
<span style="color: #000000;" class="mycode_color">Current ESPHome config (fails to bring up Ethernet):</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ethernet:<br />
  type: LAN8720<br />
  mdc_pin: GPIO23<br />
  mdio_pin: GPIO18<br />
  clk:<br />
    pin: GPIO0<br />
    mode: input<br />
  phy_addr: 1<br />
  power_pin: GPIO16</code></div></div><br />
<span style="color: #000000;" class="mycode_color">Runtime error:</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>emac_esp32_init(): reset timeout<br />
ethernet was marked as failed</code></div></div><br />
<span style="color: #000000;" class="mycode_color">Questions:</span><br />
<ol type="1" class="mycode_list"><li><span style="color: #000000;" class="mycode_color">Can anyone confirm <span style="font-weight: bold;" class="mycode_b">which Ethernet PHY</span> the KC868-Server ESP32 actually uses?<br />
</span><ul class="mycode_list"><li><span style="color: #000000;" class="mycode_color">Is it <span style="font-weight: bold;" class="mycode_b">JL1101</span> (as ESPHome compile suggests)?</span><br />
</li>
</ul>
</li>
<li><span style="color: #000000;" class="mycode_color">If so, could someone share a <span style="font-weight: bold;" class="mycode_b">known-working ESPHome Ethernet YAML</span> for this board?</span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Are the <span style="font-weight: bold;" class="mycode_b">RMII pins / PHY address / power pin</span> documented anywhere for the ESP32 side?</span><br />
</li>
</ol>
<span style="color: #000000;" class="mycode_color">I’m happy to test and report back once I have the correct config.</span><br />
<span style="color: #000000;" class="mycode_color">Thanks in advance — the hardware looks great, just need to get the ESP32 Ethernet initialised correctly.</span>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color">Hi all,</span><br />
<span style="color: #000000;" class="mycode_color">I’m commissioning a <span style="font-weight: bold;" class="mycode_b">KinCony KC868-Server</span> and running the onboard <span style="font-weight: bold;" class="mycode_b">ESP32 (WROOM-32UE)</span> with <span style="font-weight: bold;" class="mycode_b">ESPHome</span>.<br />
USB flashing works fine via CH340, but I’m having trouble bringing up the <span style="font-weight: bold;" class="mycode_b">ESP32 Ethernet</span>.</span><br />
<span style="color: #000000;" class="mycode_color">I’m confident this is <span style="font-weight: bold;" class="mycode_b">ESP32 native Ethernet (RMII)</span>, <span style="font-style: italic;" class="mycode_i">not</span> W5500 SPI. The board clearly has a PHY + magnetics for the ESP32 Ethernet port (separate from the CM4 Ethernet).</span><br />
<span style="color: #000000;" class="mycode_color">Key observations:</span><ul class="mycode_list"><li><span style="color: #000000;" class="mycode_color">ESPHome compile output shows:<br />
</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>esp_eth_phy_jl1101.c.o</code></div></div><span style="color: #000000;" class="mycode_color">so it appears the PHY is <span style="font-weight: bold;" class="mycode_b">JL1101</span></span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Runtime log shows EMAC reset timeout when Ethernet is initialised</span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Ethernet never links, no DHCP lease</span><br />
</li>
</ul>
<span style="color: #000000;" class="mycode_color">Current ESPHome config (fails to bring up Ethernet):</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ethernet:<br />
  type: LAN8720<br />
  mdc_pin: GPIO23<br />
  mdio_pin: GPIO18<br />
  clk:<br />
    pin: GPIO0<br />
    mode: input<br />
  phy_addr: 1<br />
  power_pin: GPIO16</code></div></div><br />
<span style="color: #000000;" class="mycode_color">Runtime error:</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>emac_esp32_init(): reset timeout<br />
ethernet was marked as failed</code></div></div><br />
<span style="color: #000000;" class="mycode_color">Questions:</span><br />
<ol type="1" class="mycode_list"><li><span style="color: #000000;" class="mycode_color">Can anyone confirm <span style="font-weight: bold;" class="mycode_b">which Ethernet PHY</span> the KC868-Server ESP32 actually uses?<br />
</span><ul class="mycode_list"><li><span style="color: #000000;" class="mycode_color">Is it <span style="font-weight: bold;" class="mycode_b">JL1101</span> (as ESPHome compile suggests)?</span><br />
</li>
</ul>
</li>
<li><span style="color: #000000;" class="mycode_color">If so, could someone share a <span style="font-weight: bold;" class="mycode_b">known-working ESPHome Ethernet YAML</span> for this board?</span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Are the <span style="font-weight: bold;" class="mycode_b">RMII pins / PHY address / power pin</span> documented anywhere for the ESP32 side?</span><br />
</li>
</ol>
<span style="color: #000000;" class="mycode_color">I’m happy to test and report back once I have the correct config.</span><br />
<span style="color: #000000;" class="mycode_color">Thanks in advance — the hardware looks great, just need to get the ESP32 Ethernet initialised correctly.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[kc868-server16]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8692</link>
			<pubDate>Sat, 01 Nov 2025 16:05:58 +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=8692</guid>
			<description><![CDATA[My server started behaving strangely yesterday, showing 'out of memory,' and a process was killed during the update of the ESPHome device. I have tried but could not resolve the issue. Any help will be appreciated. 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=8559" target="_blank" title="">IMG_4461 (1).jpg</a> (Size: 135.18 KB / Downloads: 148)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[My server started behaving strangely yesterday, showing 'out of memory,' and a process was killed during the update of the ESPHome device. I have tried but could not resolve the issue. Any help will be appreciated. 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=8559" target="_blank" title="">IMG_4461 (1).jpg</a> (Size: 135.18 KB / Downloads: 148)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868 server16 and i2C]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8276</link>
			<pubDate>Sun, 29 Jun 2025 06:16:08 +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=8276</guid>
			<description><![CDATA[I am trying to integrate the KC868 server 16 to add I2C hardware devices. I have done step 2<br />
<span style="color: #131313;" class="mycode_color"><span style="font-family: Roboto, Arial, sans-serif;" class="mycode_font">2. enable i2c for home assistant.<br />
Add files to enable I2C<br />
In the root of the hassos-boot partition, add a new folder called CONFIG.<br />
In the CONFIG folder, add another new folder called modules.<br />
Inside the modules folder add a text file called rpi-i2c.conf with the following content:<br />
i2c-dev<br />
In the root of the hassos-boot partition, edit the file called config.txt add two lines to it:<br />
dtparam=i2c_vc=on<br />
dtparam=i2c_arm=on</span></span> <br />
<br />
<span style="color: #131313;" class="mycode_color"><span style="font-family: Roboto, Arial, sans-serif;" class="mycode_font">but i2c devices are not showing. See attached screenshot</span></span>]]></description>
			<content:encoded><![CDATA[I am trying to integrate the KC868 server 16 to add I2C hardware devices. I have done step 2<br />
<span style="color: #131313;" class="mycode_color"><span style="font-family: Roboto, Arial, sans-serif;" class="mycode_font">2. enable i2c for home assistant.<br />
Add files to enable I2C<br />
In the root of the hassos-boot partition, add a new folder called CONFIG.<br />
In the CONFIG folder, add another new folder called modules.<br />
Inside the modules folder add a text file called rpi-i2c.conf with the following content:<br />
i2c-dev<br />
In the root of the hassos-boot partition, edit the file called config.txt add two lines to it:<br />
dtparam=i2c_vc=on<br />
dtparam=i2c_arm=on</span></span> <br />
<br />
<span style="color: #131313;" class="mycode_color"><span style="font-family: Roboto, Arial, sans-serif;" class="mycode_font">but i2c devices are not showing. See attached screenshot</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RF433 configure]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8129</link>
			<pubDate>Mon, 02 Jun 2025 18:21:21 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=8087">Psyos</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8129</guid>
			<description><![CDATA[Good morning, how can I use the RF433 on my KinCony Server16 Raspberry Pi IoT gateway? <br />
What do I need to install and configure? <br />
Thank you.]]></description>
			<content:encoded><![CDATA[Good morning, how can I use the RF433 on my KinCony Server16 Raspberry Pi IoT gateway? <br />
What do I need to install and configure? <br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-Server WiFi Disable.]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8093</link>
			<pubDate>Tue, 20 May 2025 21:30:45 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=8606">mn2kIta</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8093</guid>
			<description><![CDATA[Good morning, I would need to disable the wifi part of the system, as the device must be installed in an area where the presence of wifi systems is not authorized for security reasons. The entire operation of the system is entrusted to physical wiring. Is there such a possibility and how should I proceed? Thank you in advance.]]></description>
			<content:encoded><![CDATA[Good morning, I would need to disable the wifi part of the system, as the device must be installed in an area where the presence of wifi systems is not authorized for security reasons. The entire operation of the system is entrusted to physical wiring. Is there such a possibility and how should I proceed? Thank you in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Planned CM5 Upgrade?]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7866</link>
			<pubDate>Sun, 23 Mar 2025 19:12:50 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=3298">stansvec</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7866</guid>
			<description><![CDATA[Hi,<br />
<br />
I recently purchased the mini version and think it's a fantastic idea and product. Do you have any plans to upgrade this series to the new CM5 RPi module?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I recently purchased the mini version and think it's a fantastic idea and product. Do you have any plans to upgrade this series to the new CM5 RPi module?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hibrid project]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7776</link>
			<pubDate>Mon, 10 Mar 2025 03:58:12 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=8087">Psyos</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7776</guid>
			<description><![CDATA[Good afternoon, I would like to know if you can help me with a project to be carried out. I needed a hybrid system, that is, control lights, blinds, gate motors via Home Assistant and at the same time manually in case the server is damaged. The server I want to use is KC868-Server16. <br />
I needed to know if I have to add the KC868-A16V3 module and subsequently relays. <br />
Thank you very much]]></description>
			<content:encoded><![CDATA[Good afternoon, I would like to know if you can help me with a project to be carried out. I needed a hybrid system, that is, control lights, blinds, gate motors via Home Assistant and at the same time manually in case the server is damaged. The server I want to use is KC868-Server16. <br />
I needed to know if I have to add the KC868-A16V3 module and subsequently relays. <br />
Thank you very much]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-server automations]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7162</link>
			<pubDate>Tue, 03 Dec 2024 20:36:18 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1101">Mandlap</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7162</guid>
			<description><![CDATA[Hello, I have updated my HA OS to 13.2. I'm able to control the binary.inputs and switch.outputs. <br />
All the automations i have created have disappeared in my Home Assistant. <br />
Automation and scenes have been separated, now there is automations and scenes separately. <br />
I tried to create new automations on KC868-Server, but it doesn't allow recognise my binary.inputs and switch.outputs when trying to create automations.]]></description>
			<content:encoded><![CDATA[Hello, I have updated my HA OS to 13.2. I'm able to control the binary.inputs and switch.outputs. <br />
All the automations i have created have disappeared in my Home Assistant. <br />
Automation and scenes have been separated, now there is automations and scenes separately. <br />
I tried to create new automations on KC868-Server, but it doesn't allow recognise my binary.inputs and switch.outputs when trying to create automations.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error HA installation with fresh install on Server 16]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=6803</link>
			<pubDate>Sat, 28 Sep 2024 16:31:38 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=6079">rafic</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=6803</guid>
			<description><![CDATA[short disclaimer....I am new to this and trying to setup HA for automation as a DIYer [so I am not get all the terms correctly]<br />
<br />
I recently recieved K868-server 16...following the instructions for installing HA image as suggested via youtube video <a href="https://www.youtube.com/watch?v=oEjIZg6C_-Y&amp;t=486s" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=oEjIZg6C_-Y&amp;t=486s</a><br />
<br />
The problem is that I am not able to launch HA after installing the software on the SD card...the error I am getting is as follows [image attached]:<br />
<br />
             [supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection <br />
             [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec<br />
<br />
<br />
I think i found the issue after reading through mulitple threads and I think the problem is the RPI local time not synchronizing with my local internet time hence it is not booting <br />
<br />
How to change the local time on the RPI…The problem is that i cannot type any command with my keyboard on this HA screen [2images attached]<br />
<br />
Thank you for your help in advance<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=6134" target="_blank" title="">kincony.png</a> (Size: 480.12 KB / Downloads: 799)
<!-- 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=6135" target="_blank" title="">PHOTO-2024-09-28-10-41-19.jpg</a> (Size: 178.28 KB / Downloads: 741)
<!-- 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=6136" target="_blank" title="">PHOTO-2024-09-28-10-41-29.jpg</a> (Size: 70.6 KB / Downloads: 757)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[short disclaimer....I am new to this and trying to setup HA for automation as a DIYer [so I am not get all the terms correctly]<br />
<br />
I recently recieved K868-server 16...following the instructions for installing HA image as suggested via youtube video <a href="https://www.youtube.com/watch?v=oEjIZg6C_-Y&amp;t=486s" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=oEjIZg6C_-Y&amp;t=486s</a><br />
<br />
The problem is that I am not able to launch HA after installing the software on the SD card...the error I am getting is as follows [image attached]:<br />
<br />
             [supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection <br />
             [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec<br />
<br />
<br />
I think i found the issue after reading through mulitple threads and I think the problem is the RPI local time not synchronizing with my local internet time hence it is not booting <br />
<br />
How to change the local time on the RPI…The problem is that i cannot type any command with my keyboard on this HA screen [2images attached]<br />
<br />
Thank you for your help in advance<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=6134" target="_blank" title="">kincony.png</a> (Size: 480.12 KB / Downloads: 799)
<!-- 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=6135" target="_blank" title="">PHOTO-2024-09-28-10-41-19.jpg</a> (Size: 178.28 KB / Downloads: 741)
<!-- 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=6136" target="_blank" title="">PHOTO-2024-09-28-10-41-29.jpg</a> (Size: 70.6 KB / Downloads: 757)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-Server Raspberry Pi4 local server]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=6477</link>
			<pubDate>Sun, 25 Aug 2024 21:31:37 +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=6477</guid>
			<description><![CDATA[my KC868-Server Raspberry Pi4 local server is no longer communicating with Home Assistant. You cannot toggle switches on and off while in Home Assistant. Home Assistant does not recognise all the ESP boards]]></description>
			<content:encoded><![CDATA[my KC868-Server Raspberry Pi4 local server is no longer communicating with Home Assistant. You cannot toggle switches on and off while in Home Assistant. Home Assistant does not recognise all the ESP boards]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Inquiry About Newer Software Version for KC868-SERVER Device]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=6429</link>
			<pubDate>Sat, 17 Aug 2024 19:15:59 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=380">engrezk</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=6429</guid>
			<description><![CDATA[Is there a newer version of the software <span style="font-size: large;" class="mycode_size">SERVER_V1.48</span> for the KC868-SERVER device?]]></description>
			<content:encoded><![CDATA[Is there a newer version of the software <span style="font-size: large;" class="mycode_size">SERVER_V1.48</span> for the KC868-SERVER device?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DS18B20 issues with KC868-Server]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=6427</link>
			<pubDate>Sat, 17 Aug 2024 02:33:52 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=3165">sebagarayco</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=6427</guid>
			<description><![CDATA[Hi, I'm having issues with multiple DS18b20 sensors connected to KC868-Server. I only receive temperature from one sensor and have two connected.<br />
<br />
The sensor that is working is connected to GPIO4 and the one that is not working is connected to GPIO1 (yellow cable)<br />
<br />
This is my config: <br />
<br />
one_wire:<br />
  - platform: gpio<br />
    id: pin4<br />
    pin: 4<br />
  - platform: gpio<br />
    id: pin1<br />
    pin: 1<br />
<br />
sensor:<br />
  - platform: dallas_temp<br />
    one_wire_id: pin4<br />
    address: 0x880b232213a28e28<br />
    name: "Board Temperature"<br />
<br />
I'm expecting to see the ID of the sensor connected to GPIO1 , instead I'm getting FOUND NO DEVICES ( already tried different GPIO port, same result)<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=5807" target="_blank" title="">Screenshot 2024-08-16 at 15.30.49.png</a> (Size: 37.19 KB / Downloads: 389)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi, I'm having issues with multiple DS18b20 sensors connected to KC868-Server. I only receive temperature from one sensor and have two connected.<br />
<br />
The sensor that is working is connected to GPIO4 and the one that is not working is connected to GPIO1 (yellow cable)<br />
<br />
This is my config: <br />
<br />
one_wire:<br />
  - platform: gpio<br />
    id: pin4<br />
    pin: 4<br />
  - platform: gpio<br />
    id: pin1<br />
    pin: 1<br />
<br />
sensor:<br />
  - platform: dallas_temp<br />
    one_wire_id: pin4<br />
    address: 0x880b232213a28e28<br />
    name: "Board Temperature"<br />
<br />
I'm expecting to see the ID of the sensor connected to GPIO1 , instead I'm getting FOUND NO DEVICES ( already tried different GPIO port, same result)<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=5807" target="_blank" title="">Screenshot 2024-08-16 at 15.30.49.png</a> (Size: 37.19 KB / Downloads: 389)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[attach door sensor to the server]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=6039</link>
			<pubDate>Tue, 09 Jul 2024 18:21:17 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=5242">sheheryar</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=6039</guid>
			<description><![CDATA[hello admin, i attached the door sensor as the wiring in the photo and also did the programming as given in the picture still there is no response in home assistant<br />
<img src="https://ibb.co/pxJQg3f" loading="lazy"  alt="[Image: pxJQg3f]" class="mycode_img" /><img src="https://ibb.co/k2wbc5F" loading="lazy"  alt="[Image: k2wbc5F]" class="mycode_img" /><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=5552" target="_blank" title="">photo_2024-07-09_15-18-47.jpg</a> (Size: 60.36 KB / Downloads: 499)
<!-- 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=5551" target="_blank" title="">photo_2024-07-09_15-18-29.jpg</a> (Size: 109.2 KB / Downloads: 516)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[hello admin, i attached the door sensor as the wiring in the photo and also did the programming as given in the picture still there is no response in home assistant<br />
<img src="https://ibb.co/pxJQg3f" loading="lazy"  alt="[Image: pxJQg3f]" class="mycode_img" /><img src="https://ibb.co/k2wbc5F" loading="lazy"  alt="[Image: k2wbc5F]" class="mycode_img" /><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=5552" target="_blank" title="">photo_2024-07-09_15-18-47.jpg</a> (Size: 60.36 KB / Downloads: 499)
<!-- 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=5551" target="_blank" title="">photo_2024-07-09_15-18-29.jpg</a> (Size: 109.2 KB / Downloads: 516)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868 server]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5743</link>
			<pubDate>Tue, 14 May 2024 20:00:19 +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=5743</guid>
			<description><![CDATA[if I connect DS18B20/DHT11/21 Temperature and humidity sensor to these pins, how do I make it appear in Home Assistant since I cannot write Arduino code on KC868 server<br />
<br />
GPIO-1: GPIO4<br />
GPIO-2: GPIO5<br />
GPIO-3: GPIO18<br />
GPIO-4: GPIO19]]></description>
			<content:encoded><![CDATA[if I connect DS18B20/DHT11/21 Temperature and humidity sensor to these pins, how do I make it appear in Home Assistant since I cannot write Arduino code on KC868 server<br />
<br />
GPIO-1: GPIO4<br />
GPIO-2: GPIO5<br />
GPIO-3: GPIO18<br />
GPIO-4: GPIO19]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Kc868-server-modbus]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5588</link>
			<pubDate>Sat, 20 Apr 2024 15:42:42 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2773">ahmedwizza1</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5588</guid>
			<description><![CDATA[<span style="font-size: xx-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Hello engineer </span></span><br />
<br />
<span style="font-size: x-large;" class="mycode_size">Now I am trying to use Modbus by kc868-server and kc868-HAV2</span><br />
<br />
<span style="font-size: x-large;" class="mycode_size">I can send orders  on and off by injecting node-red as attached photo </span><br />
<br />
<span style="font-size: x-large;" class="mycode_size"> how can I make node control on and off kc868-server by kc868-HAv2 throw node-r</span>ed<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=5101" target="_blank" title="">rs485nodered.png</a> (Size: 77.1 KB / Downloads: 955)
<!-- 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=5102" target="_blank" title="">rs485 switch.png</a> (Size: 345.05 KB / Downloads: 957)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="font-size: xx-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Hello engineer </span></span><br />
<br />
<span style="font-size: x-large;" class="mycode_size">Now I am trying to use Modbus by kc868-server and kc868-HAV2</span><br />
<br />
<span style="font-size: x-large;" class="mycode_size">I can send orders  on and off by injecting node-red as attached photo </span><br />
<br />
<span style="font-size: x-large;" class="mycode_size"> how can I make node control on and off kc868-server by kc868-HAv2 throw node-r</span>ed<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=5101" target="_blank" title="">rs485nodered.png</a> (Size: 77.1 KB / Downloads: 955)
<!-- 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=5102" target="_blank" title="">rs485 switch.png</a> (Size: 345.05 KB / Downloads: 957)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>