<?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-A16]]></title>
		<link>https://www.kincony.com/forum/</link>
		<description><![CDATA[Smart Home Automation Forum - https://www.kincony.com/forum]]></description>
		<pubDate>Mon, 27 Jul 2026 01:12:09 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[KCS v3 - Remote modification of Timer/IFTTT rules from Home Assistant]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9519</link>
			<pubDate>Sat, 20 Jun 2026 06:27:18 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=11040">vsadnik11</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9519</guid>
			<description><![CDATA[Hello KinCony Team,<br />
We are using a KC868-A16 controller with KCS v3 firmware and Home Assistant integration.<br />
Our project requires the following functionality:<ul class="mycode_list"><li>Home Assistant should be able to modify fountain schedules (pump and lighting operating times).<br />
</li>
<li>The schedules must be stored inside the KC868 controller.<br />
</li>
<li>If Home Assistant, MQTT broker, network, or Internet connection fails, the controller must continue operating autonomously according to the last received schedule.<br />
</li>
</ul>
We have already successfully tested:<ul class="mycode_list"><li>MQTT integration with Home Assistant<br />
</li>
<li>Scene Mode<br />
</li>
<li>Custom Protocol (UDP)<br />
</li>
<li>Local IFTTT rules<br />
</li>
<li>Local Timer rules<br />
</li>
</ul>
Our questions are:<br />
<ol type="1" class="mycode_list"><li>Is there any official API (HTTP, MQTT, TCP, UDP, Custom Protocol, etc.) that allows remote creation, modification, enabling/disabling, or updating of Timer rules from Home Assistant or another external system?<br />
</li>
<li>Is it possible to remotely modify Time-based IFTTT rules and save those changes permanently in controller memory?<br />
</li>
<li>Is there any documented method to upload a schedule configuration to the controller programmatically?<br />
</li>
<li>If this is not supported by KCS v3, what is the recommended KinCony solution for a system where schedules must remain operational after Home Assistant, MQTT, network, or Internet failure?<br />
</li>
</ol>
Another question:<br />
We can't find a way to create a schedule that works as a time range.<br />
For example:<ul class="mycode_list"><li>The pump turns ON at 09:00<br />
</li>
<li>The pump turns OFF at 23:00<br />
</li>
</ul>
or<ul class="mycode_list"><li>The light turns ON at 18:00<br />
</li>
<li>The light turns OFF at 23:00<br />
</li>
</ul>
If KCS has a built-in feature that allows us to create, modify, and activate such schedules programmatically, it would solve most of our requirements.<br />
Another question:<br />
In IFTTT, we can only create a rule such as:<ul class="mycode_list"><li>If time is 09:00 → turn pump ON<br />
</li>
</ul>
However, if communication with Home Assistant is lost at 09:05, the 09:00 event has already passed and the rule will not run again.<br />
For example:<ul class="mycode_list"><li>Pump schedule: 09:00 ON, 23:00 OFF<br />
</li>
<li>Home Assistant fails at 09:05<br />
</li>
<li>The controller switches to autonomous mode<br />
</li>
</ul>
In this situation, the pump will not turn ON because the 09:00 event was missed.<br />
Could you please explain the recommended way to implement autonomous operating schedules in KCS v3 when Home Assistant may become unavailable, but the controller must continue operating correctly according to its schedule?<br />
We are trying to avoid developing custom firmware and would like to use standard KCS v3 functionality if possible.<br />
Thank you very much for your support.]]></description>
			<content:encoded><![CDATA[Hello KinCony Team,<br />
We are using a KC868-A16 controller with KCS v3 firmware and Home Assistant integration.<br />
Our project requires the following functionality:<ul class="mycode_list"><li>Home Assistant should be able to modify fountain schedules (pump and lighting operating times).<br />
</li>
<li>The schedules must be stored inside the KC868 controller.<br />
</li>
<li>If Home Assistant, MQTT broker, network, or Internet connection fails, the controller must continue operating autonomously according to the last received schedule.<br />
</li>
</ul>
We have already successfully tested:<ul class="mycode_list"><li>MQTT integration with Home Assistant<br />
</li>
<li>Scene Mode<br />
</li>
<li>Custom Protocol (UDP)<br />
</li>
<li>Local IFTTT rules<br />
</li>
<li>Local Timer rules<br />
</li>
</ul>
Our questions are:<br />
<ol type="1" class="mycode_list"><li>Is there any official API (HTTP, MQTT, TCP, UDP, Custom Protocol, etc.) that allows remote creation, modification, enabling/disabling, or updating of Timer rules from Home Assistant or another external system?<br />
</li>
<li>Is it possible to remotely modify Time-based IFTTT rules and save those changes permanently in controller memory?<br />
</li>
<li>Is there any documented method to upload a schedule configuration to the controller programmatically?<br />
</li>
<li>If this is not supported by KCS v3, what is the recommended KinCony solution for a system where schedules must remain operational after Home Assistant, MQTT, network, or Internet failure?<br />
</li>
</ol>
Another question:<br />
We can't find a way to create a schedule that works as a time range.<br />
For example:<ul class="mycode_list"><li>The pump turns ON at 09:00<br />
</li>
<li>The pump turns OFF at 23:00<br />
</li>
</ul>
or<ul class="mycode_list"><li>The light turns ON at 18:00<br />
</li>
<li>The light turns OFF at 23:00<br />
</li>
</ul>
If KCS has a built-in feature that allows us to create, modify, and activate such schedules programmatically, it would solve most of our requirements.<br />
Another question:<br />
In IFTTT, we can only create a rule such as:<ul class="mycode_list"><li>If time is 09:00 → turn pump ON<br />
</li>
</ul>
However, if communication with Home Assistant is lost at 09:05, the 09:00 event has already passed and the rule will not run again.<br />
For example:<ul class="mycode_list"><li>Pump schedule: 09:00 ON, 23:00 OFF<br />
</li>
<li>Home Assistant fails at 09:05<br />
</li>
<li>The controller switches to autonomous mode<br />
</li>
</ul>
In this situation, the pump will not turn ON because the 09:00 event was missed.<br />
Could you please explain the recommended way to implement autonomous operating schedules in KCS v3 when Home Assistant may become unavailable, but the controller must continue operating correctly according to its schedule?<br />
We are trying to avoid developing custom firmware and would like to use standard KCS v3 functionality if possible.<br />
Thank you very much for your support.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wiegand]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9479</link>
			<pubDate>Sat, 13 Jun 2026 02:48:35 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=6729">williemcvillage</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9479</guid>
			<description><![CDATA[Hi, is there a way to use any of the GPIOs of this board to connect a Wiegand reader?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi, is there a way to use any of the GPIOs of this board to connect a Wiegand reader?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[connect 2 KC868 to homeassistant with mqtt broker Mosquitto]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9448</link>
			<pubDate>Tue, 09 Jun 2026 16:33:15 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10009">guycaluwaerts</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9448</guid>
			<description><![CDATA[Dear,<br />
<br />
I try to integrate 2 Kincony boards ( KC868-A16 an KC868-AP) in Homeassistant by mqtt broker Mosquitto.<br />
<br />
For the board kc868-A16 I made the correct settings I think.<br />
<br />
Mqtt : enable<br />
broker address : mqtt://192.168.0.157<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;" class="mycode_font">broker port : 1883</span></span><br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">broker username : mqtt</span></span><br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">broker password : 123</span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">In the screen ' monitor' : status mqtt : connected.</span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">My problem is the integration in homeassistant. I followed your tutorial, but at step 3, I don't understand how you imported the yaml files of your boards in the file editor.</span></span><br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">Is it possible to explain how to import the yaml files for the boards KC868-A16 and KC868-AP ?</span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">Second question : When I connect the secondboard ( KC868-AP), can I use the same settings for the mqtt broker ?<br />
</span></span><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=10017" target="_blank" title="">ScreenShot_9_06_2026_10_05_45.png</a> (Size: 10.08 KB / Downloads: 104)
<!-- 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=10018" target="_blank" title="">ScreenShot_9_06_2026_10_06_07.png</a> (Size: 7.68 KB / Downloads: 110)
<!-- 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=10019" target="_blank" title="">ScreenShot_9_06_2026_10_32_32.png</a> (Size: 25.37 KB / Downloads: 101)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Dear,<br />
<br />
I try to integrate 2 Kincony boards ( KC868-A16 an KC868-AP) in Homeassistant by mqtt broker Mosquitto.<br />
<br />
For the board kc868-A16 I made the correct settings I think.<br />
<br />
Mqtt : enable<br />
broker address : mqtt://192.168.0.157<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;" class="mycode_font">broker port : 1883</span></span><br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">broker username : mqtt</span></span><br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">broker password : 123</span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">In the screen ' monitor' : status mqtt : connected.</span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">My problem is the integration in homeassistant. I followed your tutorial, but at step 3, I don't understand how you imported the yaml files of your boards in the file editor.</span></span><br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">Is it possible to explain how to import the yaml files for the boards KC868-A16 and KC868-AP ?</span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;" class="mycode_font">Second question : When I connect the secondboard ( KC868-AP), can I use the same settings for the mqtt broker ?<br />
</span></span><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=10017" target="_blank" title="">ScreenShot_9_06_2026_10_05_45.png</a> (Size: 10.08 KB / Downloads: 104)
<!-- 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=10018" target="_blank" title="">ScreenShot_9_06_2026_10_06_07.png</a> (Size: 7.68 KB / Downloads: 110)
<!-- 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=10019" target="_blank" title="">ScreenShot_9_06_2026_10_32_32.png</a> (Size: 25.37 KB / Downloads: 101)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Las Firmware ?]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9340</link>
			<pubDate>Mon, 18 May 2026 18:22:48 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=7227">jltluc57</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9340</guid>
			<description><![CDATA[Hello,<br />
I currently have firmware version 2.2.12 on my KC868_A16 board.<br />
Is there a newer firmware version?<br />
<br />
Could you provide a link?<br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[Hello,<br />
I currently have firmware version 2.2.12 on my KC868_A16 board.<br />
Is there a newer firmware version?<br />
<br />
Could you provide a link?<br />
<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[4x a16 modbus between]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9301</link>
			<pubDate>Sat, 02 May 2026 17:00:50 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=7518">wchpikus</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9301</guid>
			<description><![CDATA[Hello.<br />
Esphome, is it possible to control some output in one controler using input from other controller using modbus?<br />
Via lan i can use post to webserver (bdw i can not find read status example using get).<br />
Somebody has some yaml example how to do connection like this?<br />
I like to set by software controlling light without cross switches cable between a16.<br />
Just set some script and connect input to script what will be toggle output in remote output with read state.<br />
Regards]]></description>
			<content:encoded><![CDATA[Hello.<br />
Esphome, is it possible to control some output in one controler using input from other controller using modbus?<br />
Via lan i can use post to webserver (bdw i can not find read status example using get).<br />
Somebody has some yaml example how to do connection like this?<br />
I like to set by software controlling light without cross switches cable between a16.<br />
Just set some script and connect input to script what will be toggle output in remote output with read state.<br />
Regards]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Complete Home Assistant configuration.yaml with yaml anchor for mqtt integration A16]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9241</link>
			<pubDate>Fri, 17 Apr 2026 05:14:48 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=6838">korl</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9241</guid>
			<description><![CDATA[Hello everyone,<br />
<br />
I see many people asking for configuration.yaml for A16, A6..etc.<br />
<br />
Every person is spending time, building their own yaml-file.<br />
<br />
Could you just provide a complete template for each board (A16, A6), that combines all switches, binary_sensors, ADCs, DACs, Temperature sensors... in one text block, combines as one device (with yaml anchor) ready to copy into Home Assistant configuration.yaml?<br />
<br />
I think it would make the boards more attractive, if there is an easier start for integration.<br />
<br />
Does anyone want to share their configuration.yaml?<br />
<br />
Best wishes]]></description>
			<content:encoded><![CDATA[Hello everyone,<br />
<br />
I see many people asking for configuration.yaml for A16, A6..etc.<br />
<br />
Every person is spending time, building their own yaml-file.<br />
<br />
Could you just provide a complete template for each board (A16, A6), that combines all switches, binary_sensors, ADCs, DACs, Temperature sensors... in one text block, combines as one device (with yaml anchor) ready to copy into Home Assistant configuration.yaml?<br />
<br />
I think it would make the boards more attractive, if there is an easier start for integration.<br />
<br />
Does anyone want to share their configuration.yaml?<br />
<br />
Best wishes]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Kincony KC868-A16 (ESP32) - I2C PCF8574 entities visible in HA but not responding (I2]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9133</link>
			<pubDate>Wed, 18 Mar 2026 01:41:10 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10573">bobbisasha</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9133</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color">Hi everyone,</span><br />
<span style="color: #000000;" class="mycode_color">I’m struggling with a <span style="font-weight: bold;" class="mycode_b">Kincony KC868-A16</span> board (ESP32-based) integrated with <span style="font-weight: bold;" class="mycode_b">ESPHome</span> in Home Assistant. I can see all the entities (switches and binary sensors) in my HA dashboard, but none of the physical relays or digital inputs are responding.</span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">The Hardware:</span></span><ul class="mycode_list"><li><span style="color: #000000;" class="mycode_color">Board: Kincony KC868-A16 (V1.5 or similar with 4x PCF8574 IO Expanders).</span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Power: Externally powered with a stable <span style="font-weight: bold;" class="mycode_b">12V 2A</span> DC supply.</span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Checked with Multimeter: PCF8574 chips are correctly powered at <span style="font-weight: bold;" class="mycode_b">3.3V</span>.</span><br />
</li>
</ul>
<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">The Problem:</span> When I toggle a switch in Home Assistant, the UI icon turns "ON" for a split second and then immediately reverts to "OFF". This suggests an I2C communication timeout or write failure. No physical "click" is heard from the relays, and LEDs don't light up.</span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">ESPHome Logs:</span> The I2C scan successfully finds all 4 chips at the expected addresses:</span><ul class="mycode_list"><li><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Found device at address 0x21</code></div></div><span style="color: #000000;" class="mycode_color"> (Inputs)</span><br />
</li>
<li><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Found device at address 0x22</code></div></div><span style="color: #000000;" class="mycode_color"> (Inputs)</span><br />
</li>
<li><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Found device at address 0x24</code></div></div><span style="color: #000000;" class="mycode_color"> (Outputs/Relays)</span><br />
</li>
<li><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Found device at address 0x25</code></div></div><span style="color: #000000;" class="mycode_color"> (Outputs/Relays)</span><br />
</li>
</ul>
<span style="color: #000000;" class="mycode_color">Log output: </span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[C][pcf8574:024]: PCF8574: Is PCF8575: NO, Address: 0x24</code></div></div><span style="color: #000000;" class="mycode_color"> However, when I trigger a relay, nothing happens physically.</span><br />
<br />
<span style="color: #000000;" class="mycode_color">here some .yaml config examples for my digital sensors and outputs: </span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>remote_receiver:<br />
  pin:<br />
    number: GPIO2<br />
    ignore_strapping_warning: true # Could this be interfering with I2C boot?<br />
<br />
remote_transmitter:<br />
  pin:<br />
    number: GPIO15<br />
    ignore_strapping_warning: true<br />
  carrier_duty_percent: 100%<br />
<br />
i2c:<br />
  sda: GPIO4<br />
  scl:<br />
    number: GPIO5<br />
    #ignore_strapping_warning: true<br />
  scan: true<br />
  id: bus_a<br />
<br />
pcf8574:<br />
  - id: 'pcf8574_hub_out_1' # for output channel 1-8<br />
    address: 0x24<br />
  - id: 'pcf8574_hub_out_2' # for output channel 9-16<br />
    address: 0x25<br />
  - id: 'pcf8574_hub_in_1' # for input channel 1-8<br />
    address: 0x22<br />
  - id: 'pcf8574_hub_in_2' # for input channel 9-16<br />
    address: 0x21<br />
<br />
binary_sensor:<br />
  - platform: gpio<br />
    name: 'Digital Input 01'<br />
    id: input1<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 0<br />
      mode: INPUT<br />
      inverted: true<br />
    internal: false<br />
<br />
switch:<br />
  - platform: gpio<br />
    name: 'Ouput Relay 01'<br />
    id: sensor_relay_1<br />
    restore_mode: RESTORE_DEFAULT_OFF<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 0<br />
      mode: OUTPUT<br />
      inverted: false<br />
    internal: false</code></div></div>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color">Hi everyone,</span><br />
<span style="color: #000000;" class="mycode_color">I’m struggling with a <span style="font-weight: bold;" class="mycode_b">Kincony KC868-A16</span> board (ESP32-based) integrated with <span style="font-weight: bold;" class="mycode_b">ESPHome</span> in Home Assistant. I can see all the entities (switches and binary sensors) in my HA dashboard, but none of the physical relays or digital inputs are responding.</span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">The Hardware:</span></span><ul class="mycode_list"><li><span style="color: #000000;" class="mycode_color">Board: Kincony KC868-A16 (V1.5 or similar with 4x PCF8574 IO Expanders).</span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Power: Externally powered with a stable <span style="font-weight: bold;" class="mycode_b">12V 2A</span> DC supply.</span><br />
</li>
<li><span style="color: #000000;" class="mycode_color">Checked with Multimeter: PCF8574 chips are correctly powered at <span style="font-weight: bold;" class="mycode_b">3.3V</span>.</span><br />
</li>
</ul>
<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">The Problem:</span> When I toggle a switch in Home Assistant, the UI icon turns "ON" for a split second and then immediately reverts to "OFF". This suggests an I2C communication timeout or write failure. No physical "click" is heard from the relays, and LEDs don't light up.</span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">ESPHome Logs:</span> The I2C scan successfully finds all 4 chips at the expected addresses:</span><ul class="mycode_list"><li><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Found device at address 0x21</code></div></div><span style="color: #000000;" class="mycode_color"> (Inputs)</span><br />
</li>
<li><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Found device at address 0x22</code></div></div><span style="color: #000000;" class="mycode_color"> (Inputs)</span><br />
</li>
<li><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Found device at address 0x24</code></div></div><span style="color: #000000;" class="mycode_color"> (Outputs/Relays)</span><br />
</li>
<li><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Found device at address 0x25</code></div></div><span style="color: #000000;" class="mycode_color"> (Outputs/Relays)</span><br />
</li>
</ul>
<span style="color: #000000;" class="mycode_color">Log output: </span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[C][pcf8574:024]: PCF8574: Is PCF8575: NO, Address: 0x24</code></div></div><span style="color: #000000;" class="mycode_color"> However, when I trigger a relay, nothing happens physically.</span><br />
<br />
<span style="color: #000000;" class="mycode_color">here some .yaml config examples for my digital sensors and outputs: </span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>remote_receiver:<br />
  pin:<br />
    number: GPIO2<br />
    ignore_strapping_warning: true # Could this be interfering with I2C boot?<br />
<br />
remote_transmitter:<br />
  pin:<br />
    number: GPIO15<br />
    ignore_strapping_warning: true<br />
  carrier_duty_percent: 100%<br />
<br />
i2c:<br />
  sda: GPIO4<br />
  scl:<br />
    number: GPIO5<br />
    #ignore_strapping_warning: true<br />
  scan: true<br />
  id: bus_a<br />
<br />
pcf8574:<br />
  - id: 'pcf8574_hub_out_1' # for output channel 1-8<br />
    address: 0x24<br />
  - id: 'pcf8574_hub_out_2' # for output channel 9-16<br />
    address: 0x25<br />
  - id: 'pcf8574_hub_in_1' # for input channel 1-8<br />
    address: 0x22<br />
  - id: 'pcf8574_hub_in_2' # for input channel 9-16<br />
    address: 0x21<br />
<br />
binary_sensor:<br />
  - platform: gpio<br />
    name: 'Digital Input 01'<br />
    id: input1<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 0<br />
      mode: INPUT<br />
      inverted: true<br />
    internal: false<br />
<br />
switch:<br />
  - platform: gpio<br />
    name: 'Ouput Relay 01'<br />
    id: sensor_relay_1<br />
    restore_mode: RESTORE_DEFAULT_OFF<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 0<br />
      mode: OUTPUT<br />
      inverted: false<br />
    internal: false</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A18v2 MQTT Connected in Config but Shows "Disconnected" on Device Monitor – Not Detec]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9087</link>
			<pubDate>Wed, 04 Mar 2026 10:53:53 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10512">kaobeiker</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9087</guid>
			<description><![CDATA[The A18v2 is configured with MQTT, but the device's own monitor shows the MQTT status as disconnected, and Home Assistant does not recognize the device.<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=9245" target="_blank" title="">1.png</a> (Size: 21.89 KB / Downloads: 189)
<!-- 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=9246" target="_blank" title="">2.png</a> (Size: 14.38 KB / Downloads: 150)
<!-- 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=9247" target="_blank" title="">3.png</a> (Size: 11.14 KB / Downloads: 164)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[The A18v2 is configured with MQTT, but the device's own monitor shows the MQTT status as disconnected, and Home Assistant does not recognize the device.<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=9245" target="_blank" title="">1.png</a> (Size: 21.89 KB / Downloads: 189)
<!-- 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=9246" target="_blank" title="">2.png</a> (Size: 14.38 KB / Downloads: 150)
<!-- 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=9247" target="_blank" title="">3.png</a> (Size: 11.14 KB / Downloads: 164)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ethernetproblems]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8896</link>
			<pubDate>Fri, 09 Jan 2026 23:42:28 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10196">Erik G</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8896</guid>
			<description><![CDATA[New unit!<br />
Installed KCS<br />
(Loaded .bin-file via USB, looks loading OK)<br />
Search withe IPScanner for the unit, dont find it!<br />
No LEDs is flashing at all on the net-cable<br />
Try to reset &gt;10sek with Dowload-button and/or Reset-button, nothing changes!<br />
Any other way to hardware-reset<br />
Any idea?<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=8920" target="_blank" title="">1.jpg</a> (Size: 235.68 KB / Downloads: 195)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[New unit!<br />
Installed KCS<br />
(Loaded .bin-file via USB, looks loading OK)<br />
Search withe IPScanner for the unit, dont find it!<br />
No LEDs is flashing at all on the net-cable<br />
Try to reset &gt;10sek with Dowload-button and/or Reset-button, nothing changes!<br />
Any other way to hardware-reset<br />
Any idea?<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=8920" target="_blank" title="">1.jpg</a> (Size: 235.68 KB / Downloads: 195)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Voltage for KC868-16]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8853</link>
			<pubDate>Mon, 29 Dec 2025 04:53:39 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10124">PTC</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8853</guid>
			<description><![CDATA[Hello<br />
<br />
What is the suitable power supply voltage for KC868-16 - is the 13,5 V ok as well? Whats the minimum?]]></description>
			<content:encoded><![CDATA[Hello<br />
<br />
What is the suitable power supply voltage for KC868-16 - is the 13,5 V ok as well? Whats the minimum?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Replacing ESP32 with Kincony A16: Relay Control Issue]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8841</link>
			<pubDate>Wed, 24 Dec 2025 20:07:16 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10102">paku2020</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8841</guid>
			<description><![CDATA[Hello,<br />
I am a new user of the Kincony A16. I would like to replace my current ESP32 with the A16, but I am having an issue with the relay modules. In my existing project, the relays are controlled using 3.3 V logic. How can I control a low-voltage relay module using the A16? Are there any available options or recommended solutions?]]></description>
			<content:encoded><![CDATA[Hello,<br />
I am a new user of the Kincony A16. I would like to replace my current ESP32 with the A16, but I am having an issue with the relay modules. In my existing project, the relays are controlled using 3.3 V logic. How can I control a low-voltage relay module using the A16? Are there any available options or recommended solutions?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-A16 rs485]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8800</link>
			<pubDate>Tue, 09 Dec 2025 00:31:13 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10009">guycaluwaerts</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8800</guid>
			<description><![CDATA[I want to build a system based on the KC868-A16 board. Using the templates, I can program the outputs, but only in on/off mode.<br />
I also want to use a number of dimmers (24Vdc PWM). That's why I thought I would do this via the RS485 bus and control a DMX controller. Unfortunately, I can't find anything about RS485 in the templates.<br />
Is there more information or examples available about this?]]></description>
			<content:encoded><![CDATA[I want to build a system based on the KC868-A16 board. Using the templates, I can program the outputs, but only in on/off mode.<br />
I also want to use a number of dimmers (24Vdc PWM). That's why I thought I would do this via the RS485 bus and control a DMX controller. Unfortunately, I can't find anything about RS485 in the templates.<br />
Is there more information or examples available about this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-A16 HTTP request config]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8793</link>
			<pubDate>Sun, 07 Dec 2025 02:42:52 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=9846">basilioo</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8793</guid>
			<description><![CDATA[I can't configure sending an http request with kc868-a16 board. Рlease help me make the correct settings.<br />
<img src="https://zhivokolo.ru/assets/images/2025-12-06_21-08-59.jpg" loading="lazy"  alt="[Image: 2025-12-06_21-08-59.jpg]" class="mycode_img" /><img src="https://zhivokolo.ru/assets/images/2025-12-06_21-10-20.jpg" loading="lazy"  alt="[Image: 2025-12-06_21-10-20.jpg]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[I can't configure sending an http request with kc868-a16 board. Рlease help me make the correct settings.<br />
<img src="https://zhivokolo.ru/assets/images/2025-12-06_21-08-59.jpg" loading="lazy"  alt="[Image: 2025-12-06_21-08-59.jpg]" class="mycode_img" /><img src="https://zhivokolo.ru/assets/images/2025-12-06_21-10-20.jpg" loading="lazy"  alt="[Image: 2025-12-06_21-10-20.jpg]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mqtt a16]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8767</link>
			<pubDate>Tue, 25 Nov 2025 20:29:59 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=9316">davidov.aleksandr1985@gmail</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8767</guid>
			<description><![CDATA[hello. help me figure out the MQTT settings on the KC868 a16 board. the task is to configure the board outputs on a third-party mqtt broker(wqtt.ru ) to work with the voice assistant (Alice)]]></description>
			<content:encoded><![CDATA[hello. help me figure out the MQTT settings on the KC868 a16 board. the task is to configure the board outputs on a third-party mqtt broker(wqtt.ru ) to work with the voice assistant (Alice)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-A16 Analog readings on Home Assistant]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8765</link>
			<pubDate>Tue, 25 Nov 2025 16:15:46 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2121">enochjason</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8765</guid>
			<description><![CDATA[Hello Admin, <br />
Could you please provide solution to discover  Analog readings of A16 board on Home Assistant?<br />
How can I make A16 functions available on Home Assitant? <br />
Please provide code either mqtt or esp home. Anything is fine. I want to use Anaolg readings of A16 board n Home Assistant. Kindly help please.]]></description>
			<content:encoded><![CDATA[Hello Admin, <br />
Could you please provide solution to discover  Analog readings of A16 board on Home Assistant?<br />
How can I make A16 functions available on Home Assitant? <br />
Please provide code either mqtt or esp home. Anything is fine. I want to use Anaolg readings of A16 board n Home Assistant. Kindly help please.]]></content:encoded>
		</item>
	</channel>
</rss>