<?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>Wed, 22 Apr 2026 05:35:08 +0000</pubDate>
		<generator>MyBB</generator>
		<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: 65)
<!-- 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: 57)
<!-- 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: 62)
<!-- 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: 65)
<!-- 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: 57)
<!-- 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: 62)
<!-- 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: 119)
<!-- 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: 119)
<!-- 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>
		<item>
			<title><![CDATA[Problem with A16 inputs 9-16]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8763</link>
			<pubDate>Mon, 24 Nov 2025 03:25:57 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=5051">jarekD</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8763</guid>
			<description><![CDATA[On my A16, inputs 9-16 show all on, while nothing is physically connected.<br />
I tested with a multimeter and there is +12V between GND and any input pin. It's the same on Inputs 1-8 btw, but they work just fine.<br />
<br />
My device is connected to Home Assistant as ESPHome, below is the programmed YAML's relevant parts. I compared this with the recommended settings and it looks pretty much the same. Any clue what is wrong, or am I missing something in the config?<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>i2c:<br />
  sda: 4<br />
  scl: 5<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 />
    pcf8575: false<br />
<br />
  - id: 'pcf8574_hub_out_2'  # for output channel 9-16<br />
    address: 0x25<br />
    pcf8575: false<br />
<br />
  - id: 'pcf8574_hub_in_1'  # for input channel 1-8<br />
    address: 0x22<br />
    pcf8575: false<br />
<br />
  - id: 'pcf8574_hub_in_2'  # for input channel 9-16<br />
    address: 0x21<br />
    pcf8575: false</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>binary_sensor:<br />
#skipped inputs 1-8, they work fine<br />
  - platform: gpio<br />
    name: &#36;{input9_name}<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_2<br />
      number: 0<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: &#36;{input10_name}<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_2<br />
      number: 1<br />
      mode: INPUT<br />
      inverted: true<br />
# and so on for 11-16...</code></div></div>]]></description>
			<content:encoded><![CDATA[On my A16, inputs 9-16 show all on, while nothing is physically connected.<br />
I tested with a multimeter and there is +12V between GND and any input pin. It's the same on Inputs 1-8 btw, but they work just fine.<br />
<br />
My device is connected to Home Assistant as ESPHome, below is the programmed YAML's relevant parts. I compared this with the recommended settings and it looks pretty much the same. Any clue what is wrong, or am I missing something in the config?<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>i2c:<br />
  sda: 4<br />
  scl: 5<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 />
    pcf8575: false<br />
<br />
  - id: 'pcf8574_hub_out_2'  # for output channel 9-16<br />
    address: 0x25<br />
    pcf8575: false<br />
<br />
  - id: 'pcf8574_hub_in_1'  # for input channel 1-8<br />
    address: 0x22<br />
    pcf8575: false<br />
<br />
  - id: 'pcf8574_hub_in_2'  # for input channel 9-16<br />
    address: 0x21<br />
    pcf8575: false</code></div></div><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>binary_sensor:<br />
#skipped inputs 1-8, they work fine<br />
  - platform: gpio<br />
    name: &#36;{input9_name}<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_2<br />
      number: 0<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: &#36;{input10_name}<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_2<br />
      number: 1<br />
      mode: INPUT<br />
      inverted: true<br />
# and so on for 11-16...</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Esphome restart stand alone]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8731</link>
			<pubDate>Sun, 09 Nov 2025 04:02:59 +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=8731</guid>
			<description><![CDATA[Hello, <br />
I have 3x a16 added to HA, but when HA is not availble,i have restart from time to time.<br />
I added api, reboot_timeout 0, but not help.<br />
Now i see on debug no client connected, rebooting.<br />
Is it any sollution to fix restarts when a16 with esphome can working stand alone?<br />
Mayby connect a16 together? Then any a16 will be as serwer and client?<br />
I made light shaft and any reboot reset relays..<br />
Need solution,please.<br />
Regards<br />
<hr class="mycode_hr" />]]></description>
			<content:encoded><![CDATA[Hello, <br />
I have 3x a16 added to HA, but when HA is not availble,i have restart from time to time.<br />
I added api, reboot_timeout 0, but not help.<br />
Now i see on debug no client connected, rebooting.<br />
Is it any sollution to fix restarts when a16 with esphome can working stand alone?<br />
Mayby connect a16 together? Then any a16 will be as serwer and client?<br />
I made light shaft and any reboot reset relays..<br />
Need solution,please.<br />
Regards<br />
<hr class="mycode_hr" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-A16 - IP & PORT ?? Important !!!]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8688</link>
			<pubDate>Thu, 30 Oct 2025 03:28:24 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=9765">Guele1</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8688</guid>
			<description><![CDATA[KC868-A16 - IP &amp; PORT ?? Important !!! <br />
<br />
I would like to control my KC868-A16 (V1.6) module using my mobile phone within my local network (without Internet access).<br />
When setting up the "K-Box Smart" (version 2.0.9) software, I’m asked to enter the IP address and PORT XXXX<br />
The module is connected via LAN cable to my Fritz!Box 7530 router.<br />
I was able to find the IP address in the router menu, but I’m not sure which port number I should enter in the app or where to find it.<br />
Could someone please explain:<br />
<br />
which port I should use for the KC868-A16, and<br />
whether a port configuration is needed in the Fritz!Box<br />
if I only want to use the system within my local network (without Internet access)?<br />
<br />
Thank you very much for your support!<br />
<br />
Best regards,<br />
Günter Lehner]]></description>
			<content:encoded><![CDATA[KC868-A16 - IP &amp; PORT ?? Important !!! <br />
<br />
I would like to control my KC868-A16 (V1.6) module using my mobile phone within my local network (without Internet access).<br />
When setting up the "K-Box Smart" (version 2.0.9) software, I’m asked to enter the IP address and PORT XXXX<br />
The module is connected via LAN cable to my Fritz!Box 7530 router.<br />
I was able to find the IP address in the router menu, but I’m not sure which port number I should enter in the app or where to find it.<br />
Could someone please explain:<br />
<br />
which port I should use for the KC868-A16, and<br />
whether a port configuration is needed in the Fritz!Box<br />
if I only want to use the system within my local network (without Internet access)?<br />
<br />
Thank you very much for your support!<br />
<br />
Best regards,<br />
Günter Lehner]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Analog Input NTC]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8664</link>
			<pubDate>Wed, 22 Oct 2025 17:22:14 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=9728">Gazura36</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8664</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Hello,</span></span><br />
<span style="color: #000000;" class="mycode_color">I’m trying to connect a 10 kΩ NTC temperature sensor to my KC868-A16 board.<br />
Unfortunately, I don’t get any readings at all.<br />
Which GPIO pins are actually used for the analog inputs?</span><br />
<span style="color: #000000;" class="mycode_color">I used the example code from this forum, but I don’t get any plausible values on any pin.<br />
I also tested by connecting each pin to GND to rule out a sensor issue, but the readings still don’t change.</span><br />
<span style="color: #000000;" class="mycode_color">I’m stuck now — what is the correct code to read the analog inputs properly?</span><br />
<span style="color: #000000;" class="mycode_color">Thanks in advance for your help!</span>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">Hello,</span></span><br />
<span style="color: #000000;" class="mycode_color">I’m trying to connect a 10 kΩ NTC temperature sensor to my KC868-A16 board.<br />
Unfortunately, I don’t get any readings at all.<br />
Which GPIO pins are actually used for the analog inputs?</span><br />
<span style="color: #000000;" class="mycode_color">I used the example code from this forum, but I don’t get any plausible values on any pin.<br />
I also tested by connecting each pin to GND to rule out a sensor issue, but the readings still don’t change.</span><br />
<span style="color: #000000;" class="mycode_color">I’m stuck now — what is the correct code to read the analog inputs properly?</span><br />
<span style="color: #000000;" class="mycode_color">Thanks in advance for your help!</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[receive data from switch by RS485 and control output of KC868-A16]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8662</link>
			<pubDate>Wed, 22 Oct 2025 04:04:01 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=9718">edg72022</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8662</guid>
			<description><![CDATA[I try to find the way to control Output of KC868-A16.<br />
<br />
I found the way to send information from KC868 but not on the other way.<br />
<br />
Below a print screen of the way I used to do it.<br />
and the link of data information<br />
<a href="https://drive.google.com/file/d/19NlUH5W_ayKCeNXbY895le1LYYH33mg9/view?usp=drivesdk" target="_blank" rel="noopener" class="mycode_url">D8 Switch RS485</a><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=8507" target="_blank" title="">Screenshot 2025-10-20 145449.png</a> (Size: 66.87 KB / Downloads: 280)
<!-- 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=8508" target="_blank" title="">Screenshot 2025-10-20 145346.png</a> (Size: 55.01 KB / Downloads: 292)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=8509" target="_blank" title="">D8 Switch RS485（XH)-Hotel polling-2022.12.16.pdf</a> (Size: 619.95 KB / Downloads: 294)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I try to find the way to control Output of KC868-A16.<br />
<br />
I found the way to send information from KC868 but not on the other way.<br />
<br />
Below a print screen of the way I used to do it.<br />
and the link of data information<br />
<a href="https://drive.google.com/file/d/19NlUH5W_ayKCeNXbY895le1LYYH33mg9/view?usp=drivesdk" target="_blank" rel="noopener" class="mycode_url">D8 Switch RS485</a><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=8507" target="_blank" title="">Screenshot 2025-10-20 145449.png</a> (Size: 66.87 KB / Downloads: 280)
<!-- 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=8508" target="_blank" title="">Screenshot 2025-10-20 145346.png</a> (Size: 55.01 KB / Downloads: 292)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=8509" target="_blank" title="">D8 Switch RS485（XH)-Hotel polling-2022.12.16.pdf</a> (Size: 619.95 KB / Downloads: 294)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>