<?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-A8S]]></title>
		<link>https://www.kincony.com/forum/</link>
		<description><![CDATA[Smart Home Automation Forum - https://www.kincony.com/forum]]></description>
		<pubDate>Mon, 06 Apr 2026 03:28:11 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[DTSU 666 energy meter - any code?]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=9021</link>
			<pubDate>Wed, 04 Feb 2026 03:13:30 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=10360">marekw</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=9021</guid>
			<description><![CDATA[I'm trying read from CHINT DTSU-666 meter, but no success. My code below. Anyone can help?<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>uart:<br />
  id: mod_bus<br />
  tx_pin: 17<br />
  rx_pin: 16<br />
  baud_rate: 9600<br />
  parity: NONE<br />
  stop_bits: 1<br />
  data_bits: 8<br />
  debug:<br />
    direction: BOTH<br />
<br />
modbus:<br />
  id: modbus_hub<br />
  uart_id: mod_bus<br />
  flow_control_pin: 32<br />
<br />
modbus_controller:<br />
  id: dtsu666<br />
  address: 0x02<br />
  modbus_id: modbus_hub<br />
  update_interval: 10s<br />
  command_throttle: 500ms<br />
<br />
sensor:<br />
  - platform: modbus_controller<br />
    modbus_controller_id: dtsu666<br />
    name: "Test - Napięcie UA"<br />
    address: 0x2006<br />
    register_type: read<br />
    value_type: FP32<br />
    unit_of_measurement: "V"<br />
    accuracy_decimals: 1<br />
    filters:<br />
      - multiply: 0.1<br />
<br />
  - platform: modbus_controller<br />
    modbus_controller_id: dtsu666<br />
    name: "Test - Prąd IA"<br />
    address: 0x200C<br />
    register_type: read<br />
    value_type: FP32<br />
    unit_of_measurement: "A"<br />
    accuracy_decimals: 2<br />
    filters:<br />
      - multiply: 0.001</code></div></div>]]></description>
			<content:encoded><![CDATA[I'm trying read from CHINT DTSU-666 meter, but no success. My code below. Anyone can help?<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>uart:<br />
  id: mod_bus<br />
  tx_pin: 17<br />
  rx_pin: 16<br />
  baud_rate: 9600<br />
  parity: NONE<br />
  stop_bits: 1<br />
  data_bits: 8<br />
  debug:<br />
    direction: BOTH<br />
<br />
modbus:<br />
  id: modbus_hub<br />
  uart_id: mod_bus<br />
  flow_control_pin: 32<br />
<br />
modbus_controller:<br />
  id: dtsu666<br />
  address: 0x02<br />
  modbus_id: modbus_hub<br />
  update_interval: 10s<br />
  command_throttle: 500ms<br />
<br />
sensor:<br />
  - platform: modbus_controller<br />
    modbus_controller_id: dtsu666<br />
    name: "Test - Napięcie UA"<br />
    address: 0x2006<br />
    register_type: read<br />
    value_type: FP32<br />
    unit_of_measurement: "V"<br />
    accuracy_decimals: 1<br />
    filters:<br />
      - multiply: 0.1<br />
<br />
  - platform: modbus_controller<br />
    modbus_controller_id: dtsu666<br />
    name: "Test - Prąd IA"<br />
    address: 0x200C<br />
    register_type: read<br />
    value_type: FP32<br />
    unit_of_measurement: "A"<br />
    accuracy_decimals: 2<br />
    filters:<br />
      - multiply: 0.001</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A8S/A8Sv2 home assistant yaml for KCS mqtt digital input and output]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8130</link>
			<pubDate>Tue, 03 Jun 2025 13:49:17 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8130</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=7725" target="_blank" title="">a8s-kcs-mqtt.png</a> (Size: 95.37 KB / Downloads: 396)
<!-- end: postbit_attachments_attachment --><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>  switch:<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-1'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-1<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output1":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output1":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output1.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-2'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-2<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output2":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output2":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output2.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-3'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-3<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output3":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output3":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output3.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-4'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-4<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output4":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output4":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output4.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-5'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-5<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output5":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output5":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output5.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-6'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-6<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output6":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output6":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output6.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-7'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-7<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output7":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output7":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output7.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-8'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-8<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output8":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output8":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output8.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
  binary_sensor:<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-1'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-1<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input1.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
   &nbsp;&nbsp;<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-2'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-2<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input2.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false   &nbsp;&nbsp;<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-3'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-3<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input3.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-4'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-4<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input4.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-5'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-5<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input5.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-6'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-6<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input6.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-7'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-7<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input7.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-8'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-8<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input8.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false</code></div></div>yaml: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=7726" target="_blank" title="">A8S_KCS_HA_mqtt-input-output.txt</a> (Size: 4.57 KB / Downloads: 255)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=7725" target="_blank" title="">a8s-kcs-mqtt.png</a> (Size: 95.37 KB / Downloads: 396)
<!-- end: postbit_attachments_attachment --><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>  switch:<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-1'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-1<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output1":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output1":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output1.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-2'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-2<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output2":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output2":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output2.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-3'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-3<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output3":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output3":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output3.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-4'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-4<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output4":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output4":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output4.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-5'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-5<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output5":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output5":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output5.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-6'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-6<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output6":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output6":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output6.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-7'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-7<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output7":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output7":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output7.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-output-8'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-output-8<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;command_topic: 'KC868_A8S/AC1518A88BE0/SET'<br />
   &nbsp;&nbsp;payload_on:  '{"output8":{"value":true}}'<br />
   &nbsp;&nbsp;payload_off: '{"output8":{"value":false}}'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.output8.value }}'<br />
   &nbsp;&nbsp;state_on: true<br />
   &nbsp;&nbsp;state_off: false<br />
<br />
  binary_sensor:<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-1'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-1<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input1.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
   &nbsp;&nbsp;<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-2'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-2<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input2.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false   &nbsp;&nbsp;<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-3'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-3<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input3.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-4'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-4<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input4.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-5'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-5<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input5.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-6'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-6<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input6.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-7'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-7<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input7.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false<br />
<br />
 &nbsp;&nbsp;- name: 'a8s-kcs-input-8'<br />
   &nbsp;&nbsp;unique_id: a8s-kcs-input-8<br />
   &nbsp;&nbsp;state_topic: 'KC868_A8S/AC1518A88BE0/STATE'<br />
   &nbsp;&nbsp;value_template: '{{ value_json.input8.value }}'<br />
   &nbsp;&nbsp;payload_on: true<br />
   &nbsp;&nbsp;payload_off: false</code></div></div>yaml: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=7726" target="_blank" title="">A8S_KCS_HA_mqtt-input-output.txt</a> (Size: 4.57 KB / Downloads: 255)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A8s v2 inputs not working when using PoE]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7691</link>
			<pubDate>Sat, 22 Feb 2025 18:43:50 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=6998">halt77</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7691</guid>
			<description><![CDATA[Dear Kincony team, <br />
<br />
It seems to be a problem with the A8S v2 board.<br />
<br />
I've tested the A8S v2 with the PoE board and none of the inputs work (using either the KCS or esphome firmware).<br />
<br />
If you power the board using the 12v input, everything works as expected (the inputs work), but as soon as you power the board with the Kinkony PoE board, all inputs go down (and they stop showing the expected status).<br />
<br />
You can easily diagnose this providing power to the board only with PoE, as you will see the inputs do not work (even using KCS firmware).<br />
<br />
I've about 20 A8S v2 boards. How can I correct this so inputs work when using PoE power?<br />
<br />
Regards.]]></description>
			<content:encoded><![CDATA[Dear Kincony team, <br />
<br />
It seems to be a problem with the A8S v2 board.<br />
<br />
I've tested the A8S v2 with the PoE board and none of the inputs work (using either the KCS or esphome firmware).<br />
<br />
If you power the board using the 12v input, everything works as expected (the inputs work), but as soon as you power the board with the Kinkony PoE board, all inputs go down (and they stop showing the expected status).<br />
<br />
You can easily diagnose this providing power to the board only with PoE, as you will see the inputs do not work (even using KCS firmware).<br />
<br />
I've about 20 A8S v2 boards. How can I correct this so inputs work when using PoE power?<br />
<br />
Regards.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A8S v2. Incorrect wiring of  toggle switches module]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7096</link>
			<pubDate>Wed, 20 Nov 2024 22:54:45 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=6648">Denis</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7096</guid>
			<description><![CDATA[On the A8S v2 controller and A8S-EXT-V1.0 expansion module, toggle switch S1 (and LED) corresponds to relay8, toggle switch S2 corresponds to relay7, etc.<br />
Is this a known bug and will it be fixed?]]></description>
			<content:encoded><![CDATA[On the A8S v2 controller and A8S-EXT-V1.0 expansion module, toggle switch S1 (and LED) corresponds to relay8, toggle switch S2 corresponds to relay7, etc.<br />
Is this a known bug and will it be fixed?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sms relays control]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7020</link>
			<pubDate>Thu, 07 Nov 2024 06:50:40 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=6505">Michele</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7020</guid>
			<description><![CDATA[Good morning, I am programming your KC868-A8S V1.2 board that I purchased for my uses, I can receive SMS and notification calls, but I can't control the relays with SMS and calls. I did the programming through the IFTTT screen and wrote the relative SMS on the network SMS control screen, but it doesn't work. Same thing with the calls. I also tried through the Arduino IDE 2.3.3 sketch with the sms-relay.ino file, but despite loading the required libraries, when I upload and compile it makes an infinite number of errors. For me it is very important to be able to use the SMS commands to control the relays. I attach some screenshots. I await your feedback. Thanks<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=6372" target="_blank" title="">-11049516342084213986.jpg</a> (Size: 46.58 KB / Downloads: 324)
<!-- 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=6373" target="_blank" title="">-1104877280629857937.jpg</a> (Size: 36.71 KB / Downloads: 474)
<!-- 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=6374" target="_blank" title="">-1106486890-2096390807.jpg</a> (Size: 51.3 KB / Downloads: 434)
<!-- 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=6375" target="_blank" title="">-11049054551439028572.jpg</a> (Size: 35.65 KB / Downloads: 462)
<!-- 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=6376" target="_blank" title="">-11049794191315255535.jpg</a> (Size: 93.28 KB / Downloads: 445)
<!-- 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=6377" target="_blank" title="">-11049844631340658940.jpg</a> (Size: 94.19 KB / Downloads: 449)
<!-- 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=6378" target="_blank" title="">-1105022872-2032273895.jpg</a> (Size: 176.15 KB / Downloads: 421)
<!-- 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=6379" target="_blank" title="">-11062759041903026633.jpg</a> (Size: 159.34 KB / Downloads: 434)
<!-- 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=6380" target="_blank" title="">-1106306608-514111842.jpg</a> (Size: 358.77 KB / Downloads: 442)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Good morning, I am programming your KC868-A8S V1.2 board that I purchased for my uses, I can receive SMS and notification calls, but I can't control the relays with SMS and calls. I did the programming through the IFTTT screen and wrote the relative SMS on the network SMS control screen, but it doesn't work. Same thing with the calls. I also tried through the Arduino IDE 2.3.3 sketch with the sms-relay.ino file, but despite loading the required libraries, when I upload and compile it makes an infinite number of errors. For me it is very important to be able to use the SMS commands to control the relays. I attach some screenshots. I await your feedback. Thanks<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=6372" target="_blank" title="">-11049516342084213986.jpg</a> (Size: 46.58 KB / Downloads: 324)
<!-- 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=6373" target="_blank" title="">-1104877280629857937.jpg</a> (Size: 36.71 KB / Downloads: 474)
<!-- 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=6374" target="_blank" title="">-1106486890-2096390807.jpg</a> (Size: 51.3 KB / Downloads: 434)
<!-- 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=6375" target="_blank" title="">-11049054551439028572.jpg</a> (Size: 35.65 KB / Downloads: 462)
<!-- 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=6376" target="_blank" title="">-11049794191315255535.jpg</a> (Size: 93.28 KB / Downloads: 445)
<!-- 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=6377" target="_blank" title="">-11049844631340658940.jpg</a> (Size: 94.19 KB / Downloads: 449)
<!-- 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=6378" target="_blank" title="">-1105022872-2032273895.jpg</a> (Size: 176.15 KB / Downloads: 421)
<!-- 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=6379" target="_blank" title="">-11062759041903026633.jpg</a> (Size: 159.34 KB / Downloads: 434)
<!-- 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=6380" target="_blank" title="">-1106306608-514111842.jpg</a> (Size: 358.77 KB / Downloads: 442)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[kc868-A8S v2 not working with SIM7600E]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=6499</link>
			<pubDate>Wed, 28 Aug 2024 00:17:02 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=5728">t0urista</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=6499</guid>
			<description><![CDATA[HI<br />
<br />
SIM7600E module plugged in kc868-A8S v2.0 , running KCS 2.2.2. <br />
<ul class="mycode_list"><li><span style="color: #e82a1f;" class="mycode_color">cannot send message, </span><br />
</li>
<li><span style="color: #e82a1f;" class="mycode_color">cannot receive message (crash/reboot when message is received) </span><br />
</li>
<li><span style="color: #e82a1f;" class="mycode_color">cannot receive call</span><br />
</li>
<li><span style="color: #17b529;" class="mycode_color">can only place test phone call</span><br />
</li>
</ul>
<br />
also : <ul class="mycode_list"><li><span style="color: #17b529;" class="mycode_color">the SIM7600E module was successfuly tested with an usb-to-Serial converter and putty. -<span style="font-weight: bold;" class="mycode_b">-&gt; the SIM7600 module works fine, can send/receive messages</span></span><br />
</li>
<li><span style="color: #e82a1f;" class="mycode_color">I also tried Tasmota on the kc868, impossible to establish connection to the SIM7600 in serial bridge --&gt; Issue with RX/TX GPIO13/GPIO15 ?</span><br />
 <br />
</li>
</ul>
<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">Board Model<br />
KC868_A8S<br />
Software Version<br />
v2.2.2<br />
Build Date<br />
Dec 6 2023 22:18:36<br />
Serial Number<br />
08F9E08BCAD4<br />
Board Time<br />
2024-8-27 11:58:45<br />
Time Zone<br />
UTC+2<br />
Lan IP<br />
Lan Netmask<br />
Lan Gateway<br />
Lan MAC<br />
08:F9:E0:8B:CA<img src="https://www.kincony.com/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />7<br />
Wifi STA IP<br />
192.168.0.21<br />
Wifi MAC<br />
08:F9:E0:8B:CA<img src="https://www.kincony.com/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />4</span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><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"><span style="font-weight: bold;" class="mycode_b">Tests :</span></span></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"><span style="font-weight: bold;" class="mycode_b">Outgoing </span></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">when issuing test;  I got this :</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"><span style="font-weight: bold;" class="mycode_b">MAKE A CALL</span> ;  OK, my Mobile phone is properly called.</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">log :   </span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>I (121694) SIM7600: call +32xxxxxxxxx</code></div></div><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">SEND A MESSAGE,  ERROR (no message received on mobile phone)</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">Log :</span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>I (689066) SIM7600: [1/1] 0011000B912374940999F500007A2654747A0E4ACF416110BD3CA783DAE5F93C7C2E83CCF2771BB41CE26CB84810377501</code></div></div><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"> </span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><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"><span style="font-weight: bold;" class="mycode_b">INCOMING</span></span></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"><span style="font-weight: bold;" class="mycode_b">CALL </span>: nothoing happens, no log</span></span>]]></description>
			<content:encoded><![CDATA[HI<br />
<br />
SIM7600E module plugged in kc868-A8S v2.0 , running KCS 2.2.2. <br />
<ul class="mycode_list"><li><span style="color: #e82a1f;" class="mycode_color">cannot send message, </span><br />
</li>
<li><span style="color: #e82a1f;" class="mycode_color">cannot receive message (crash/reboot when message is received) </span><br />
</li>
<li><span style="color: #e82a1f;" class="mycode_color">cannot receive call</span><br />
</li>
<li><span style="color: #17b529;" class="mycode_color">can only place test phone call</span><br />
</li>
</ul>
<br />
also : <ul class="mycode_list"><li><span style="color: #17b529;" class="mycode_color">the SIM7600E module was successfuly tested with an usb-to-Serial converter and putty. -<span style="font-weight: bold;" class="mycode_b">-&gt; the SIM7600 module works fine, can send/receive messages</span></span><br />
</li>
<li><span style="color: #e82a1f;" class="mycode_color">I also tried Tasmota on the kc868, impossible to establish connection to the SIM7600 in serial bridge --&gt; Issue with RX/TX GPIO13/GPIO15 ?</span><br />
 <br />
</li>
</ul>
<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">Board Model<br />
KC868_A8S<br />
Software Version<br />
v2.2.2<br />
Build Date<br />
Dec 6 2023 22:18:36<br />
Serial Number<br />
08F9E08BCAD4<br />
Board Time<br />
2024-8-27 11:58:45<br />
Time Zone<br />
UTC+2<br />
Lan IP<br />
Lan Netmask<br />
Lan Gateway<br />
Lan MAC<br />
08:F9:E0:8B:CA<img src="https://www.kincony.com/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />7<br />
Wifi STA IP<br />
192.168.0.21<br />
Wifi MAC<br />
08:F9:E0:8B:CA<img src="https://www.kincony.com/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />4</span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><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"><span style="font-weight: bold;" class="mycode_b">Tests :</span></span></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"><span style="font-weight: bold;" class="mycode_b">Outgoing </span></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">when issuing test;  I got this :</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"><span style="font-weight: bold;" class="mycode_b">MAKE A CALL</span> ;  OK, my Mobile phone is properly called.</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">log :   </span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>I (121694) SIM7600: call +32xxxxxxxxx</code></div></div><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">SEND A MESSAGE,  ERROR (no message received on mobile phone)</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">Log :</span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>I (689066) SIM7600: [1/1] 0011000B912374940999F500007A2654747A0E4ACF416110BD3CA783DAE5F93C7C2E83CCF2771BB41CE26CB84810377501</code></div></div><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"> </span></span><br />
<br />
<span style="color: #4d5259;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><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"><span style="font-weight: bold;" class="mycode_b">INCOMING</span></span></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"><span style="font-weight: bold;" class="mycode_b">CALL </span>: nothoing happens, no log</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[433MHz remote_receiver]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5934</link>
			<pubDate>Thu, 20 Jun 2024 05:54:14 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=5077">deltabridge</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5934</guid>
			<description><![CDATA[Hello,<br />
<br />
I am using ESPHome 2024.5.5 on the KC868-A8S device. After uploading the firmware that includes the remote_receiver component on GPIO16 for 433 MHz receiving module, the device becomes unresponsive and the web dashboard returns ERR_CONNECTION_REFUSED. Interestingly, when the remote_receiver component is not included, everything functions as expected.<br />
<br />
Any ideas about that? Thank you!<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>esphome:<br />
  name: kc868-a8s<br />
  platform: ESP32<br />
  board: esp32dev<br />
<br />
<br />
# Enable logging<br />
logger:<br />
<br />
web_server:<br />
  port: 80<br />
<br />
ota:<br />
<br />
# Enable Home Assistant API<br />
api:<br />
<br />
#remote_receiver:<br />
#  pin: GPIO16<br />
#  dump: all<br />
#  tolerance: 50%<br />
#  filter: 250us<br />
#  idle: 2ms<br />
#  buffer_size: 2kb<br />
<br />
# Example configuration entry for ESP32<br />
i2c:<br />
  sda: 4<br />
  scl: 5<br />
  scan: true<br />
  id: bus_a<br />
<br />
# Example configuration entry<br />
ethernet:<br />
  type: LAN8720<br />
  mdc_pin: GPIO23<br />
  mdio_pin: GPIO18<br />
  clk_mode: GPIO17_OUT<br />
  phy_addr: 0<br />
<br />
# Example configuration entry<br />
pcf8574:<br />
  - id: 'pcf8574_hub_out_1' # for output channel 1-8<br />
    address: 0x24<br />
<br />
  - id: 'pcf8574_hub_in_1' # for input channel 9-16<br />
    address: 0x22<br />
<br />
# Individual outputs<br />
switch:<br />
  - platform: gpio<br />
    name: "relay1"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 0<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay2"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 1<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay3"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 2<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay4"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 3<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay5"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 4<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay6"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 5<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay7"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 6<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay8"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 7<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
binary_sensor:<br />
  - platform: gpio<br />
    name: "input1"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 0<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input2"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 1<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input3"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 2<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input4"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 3<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input5"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 4<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input6"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 5<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input7"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 6<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input8"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 7<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
<br />
output:<br />
  - platform: ledc<br />
    pin: GPIO2<br />
    id: buzzer_output<br />
<br />
rtttl:<br />
  output: buzzer_output<br />
<br />
<br />
light:<br />
  - platform: fastled_clockless<br />
    chipset: WS2812B<br />
    pin: GPIO12<br />
    num_leds: 1<br />
    rgb_order: GRB<br />
    name: "rgb_led"<br />
    id: rgb_led<br />
    default_transition_length: 0s<br />
    restore_mode: ALWAYS_OFF</code></div></div>]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I am using ESPHome 2024.5.5 on the KC868-A8S device. After uploading the firmware that includes the remote_receiver component on GPIO16 for 433 MHz receiving module, the device becomes unresponsive and the web dashboard returns ERR_CONNECTION_REFUSED. Interestingly, when the remote_receiver component is not included, everything functions as expected.<br />
<br />
Any ideas about that? Thank you!<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>esphome:<br />
  name: kc868-a8s<br />
  platform: ESP32<br />
  board: esp32dev<br />
<br />
<br />
# Enable logging<br />
logger:<br />
<br />
web_server:<br />
  port: 80<br />
<br />
ota:<br />
<br />
# Enable Home Assistant API<br />
api:<br />
<br />
#remote_receiver:<br />
#  pin: GPIO16<br />
#  dump: all<br />
#  tolerance: 50%<br />
#  filter: 250us<br />
#  idle: 2ms<br />
#  buffer_size: 2kb<br />
<br />
# Example configuration entry for ESP32<br />
i2c:<br />
  sda: 4<br />
  scl: 5<br />
  scan: true<br />
  id: bus_a<br />
<br />
# Example configuration entry<br />
ethernet:<br />
  type: LAN8720<br />
  mdc_pin: GPIO23<br />
  mdio_pin: GPIO18<br />
  clk_mode: GPIO17_OUT<br />
  phy_addr: 0<br />
<br />
# Example configuration entry<br />
pcf8574:<br />
  - id: 'pcf8574_hub_out_1' # for output channel 1-8<br />
    address: 0x24<br />
<br />
  - id: 'pcf8574_hub_in_1' # for input channel 9-16<br />
    address: 0x22<br />
<br />
# Individual outputs<br />
switch:<br />
  - platform: gpio<br />
    name: "relay1"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 0<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay2"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 1<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay3"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 2<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay4"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 3<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay5"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 4<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay6"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 5<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay7"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 6<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "relay8"<br />
    pin:<br />
      pcf8574: pcf8574_hub_out_1<br />
      number: 7<br />
      mode: OUTPUT<br />
      inverted: true<br />
<br />
binary_sensor:<br />
  - platform: gpio<br />
    name: "input1"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 0<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input2"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 1<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input3"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 2<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input4"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 3<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input5"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 4<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input6"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 5<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input7"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 6<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
  - platform: gpio<br />
    name: "input8"<br />
    pin:<br />
      pcf8574: pcf8574_hub_in_1<br />
      number: 7<br />
      mode: INPUT<br />
      inverted: true<br />
<br />
<br />
output:<br />
  - platform: ledc<br />
    pin: GPIO2<br />
    id: buzzer_output<br />
<br />
rtttl:<br />
  output: buzzer_output<br />
<br />
<br />
light:<br />
  - platform: fastled_clockless<br />
    chipset: WS2812B<br />
    pin: GPIO12<br />
    num_leds: 1<br />
    rgb_order: GRB<br />
    name: "rgb_led"<br />
    id: rgb_led<br />
    default_transition_length: 0s<br />
    restore_mode: ALWAYS_OFF</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Authentication failure]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5920</link>
			<pubDate>Mon, 17 Jun 2024 20:16:44 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1391">Auxinne Paul</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5920</guid>
			<description><![CDATA[<span style="color: #0f0f0f;" class="mycode_color"><span style="font-family: Roboto, Arial, sans-serif;" class="mycode_font">Hello Sir, thanks for good work. I use your boards KC868-A8S, I have like 5 of them but I have problems with  "authentication expired"' that happens on home assistant randomly after a while. Could you please help me prevent it?</span></span><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=5434" target="_blank" title="">HASS controller expire auth.jpg</a> (Size: 73.02 KB / Downloads: 472)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="color: #0f0f0f;" class="mycode_color"><span style="font-family: Roboto, Arial, sans-serif;" class="mycode_font">Hello Sir, thanks for good work. I use your boards KC868-A8S, I have like 5 of them but I have problems with  "authentication expired"' that happens on home assistant randomly after a while. Could you please help me prevent it?</span></span><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=5434" target="_blank" title="">HASS controller expire auth.jpg</a> (Size: 73.02 KB / Downloads: 472)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A8s v2 inputs]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5914</link>
			<pubDate>Mon, 17 Jun 2024 02:51:22 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2452">milan.net</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5914</guid>
			<description><![CDATA[Hello, the inputs on my a8s v2 dont work.<br />
<br />
If i short the gnd with any of the input pins nothing happens.<br />
All the relays work fine. Im using I2C address 0x22 for input pcf8574.<br />
<br />
Im using the board with esphome.<br />
<br />
Code snipet for input<br />
<br />
binary_sensor:<br />
   <br />
- platform: gpio<br />
  name: input1<br />
  ID:”input1”<br />
  pin:<br />
     pcf8574: pcf8754_hub_in<br />
     number: 0<br />
     mode: INPUT<br />
<br />
<br />
Please advise<br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[Hello, the inputs on my a8s v2 dont work.<br />
<br />
If i short the gnd with any of the input pins nothing happens.<br />
All the relays work fine. Im using I2C address 0x22 for input pcf8574.<br />
<br />
Im using the board with esphome.<br />
<br />
Code snipet for input<br />
<br />
binary_sensor:<br />
   <br />
- platform: gpio<br />
  name: input1<br />
  ID:”input1”<br />
  pin:<br />
     pcf8574: pcf8754_hub_in<br />
     number: 0<br />
     mode: INPUT<br />
<br />
<br />
Please advise<br />
<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A8S and Modbus sensor]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5864</link>
			<pubDate>Mon, 10 Jun 2024 18:34:57 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2452">milan.net</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5864</guid>
			<description><![CDATA[Hello,<br />
<br />
I would like to ask for help setting up A8S with <span style="font-family: Assistant, sans-serif;" class="mycode_font">RS485 Temperature and Humidity Sensor Modbus RTU Use By SHT30 an ESPHome</span><br />
<br />
<a href="https://shop.kincony.com/products/rs485-temperature-and-humidity-sensor-modbus-rtu-use-by-sht30" target="_blank" rel="noopener" class="mycode_url">https://shop.kincony.com/products/rs485-...e-by-sht30</a><br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I would like to ask for help setting up A8S with <span style="font-family: Assistant, sans-serif;" class="mycode_font">RS485 Temperature and Humidity Sensor Modbus RTU Use By SHT30 an ESPHome</span><br />
<br />
<a href="https://shop.kincony.com/products/rs485-temperature-and-humidity-sensor-modbus-rtu-use-by-sht30" target="_blank" rel="noopener" class="mycode_url">https://shop.kincony.com/products/rs485-...e-by-sht30</a><br />
<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AM2301]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5750</link>
			<pubDate>Tue, 14 May 2024 23:32:31 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2452">milan.net</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5750</guid>
			<description><![CDATA[Hello, I'm verry interested in this board( the v2 version)<br />
<br />
I have  2 questions.<br />
<br />
I need to use 2x AM2301 sensors, is it possible to use them with this board?<br />
<br />
Which poe expansion board do I need to add to this board to use poe directly?]]></description>
			<content:encoded><![CDATA[Hello, I'm verry interested in this board( the v2 version)<br />
<br />
I have  2 questions.<br />
<br />
I need to use 2x AM2301 sensors, is it possible to use them with this board?<br />
<br />
Which poe expansion board do I need to add to this board to use poe directly?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Home Assistant authentication for kincony boards]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5184</link>
			<pubDate>Fri, 15 Mar 2024 05:21:41 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1391">Auxinne Paul</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5184</guid>
			<description><![CDATA[Hello guys,<br />
I have been using three KC868-A8S boards on home assistant for some months now and I have realized that after sometimes the boards don't post data anymore and upon checking I find out that they complain about authentication 'authentication failure' (shared the photo). Has someone ever experienced this and how can I do away with it completely?<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=4792" target="_blank" title="">esphome error.jpg</a> (Size: 48.36 KB / Downloads: 672)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello guys,<br />
I have been using three KC868-A8S boards on home assistant for some months now and I have realized that after sometimes the boards don't post data anymore and upon checking I find out that they complain about authentication 'authentication failure' (shared the photo). Has someone ever experienced this and how can I do away with it completely?<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=4792" target="_blank" title="">esphome error.jpg</a> (Size: 48.36 KB / Downloads: 672)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ajuda]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=4365</link>
			<pubDate>Sun, 18 Feb 2024 00:12:47 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=743">claudio</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=4365</guid>
			<description><![CDATA[Hello, please help me set up an IoT MQTT panel app to monitor and control the inputs and outputs of the kc 686-A8 board on the Kcs kincony in kcs it is already configured correctly, I just need to put the topic subtopic settings i polyoad on and off I've already done user authentication for an mqtt, just put the topic and action]]></description>
			<content:encoded><![CDATA[Hello, please help me set up an IoT MQTT panel app to monitor and control the inputs and outputs of the kc 686-A8 board on the Kcs kincony in kcs it is already configured correctly, I just need to put the topic subtopic settings i polyoad on and off I've already done user authentication for an mqtt, just put the topic and action]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A8S V2 circuit diagram]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=4213</link>
			<pubDate>Thu, 01 Feb 2024 10:16:56 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=194">KinCony Support</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=4213</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3981" target="_blank" title="">A8SV2.jpg</a> (Size: 2.44 MB / Downloads: 804)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=3981" target="_blank" title="">A8SV2.jpg</a> (Size: 2.44 MB / Downloads: 804)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Scan Device List Not Working]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=4176</link>
			<pubDate>Thu, 18 Jan 2024 06:17:05 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=3506">BeAlarmed</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=4176</guid>
			<description><![CDATA[I have purchased the A8S v2. I have the USB cable and the device seems to be connected to port 3. I have connected the ethernet cable to that port on the device. I have downloaded the Flash_download_tool_3.9.2 and believe that I have updated the firmware with the KCS_KC868_A8S_v2.1.0.bin file. I now am trying to use the "SCAN DEVICE LIST" to find the device. I cannot update the static IP yet when I click the StartMonitorPort it says "The selected-ip maybe an invalid one, pls set the static ip first!" How can I do this?<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=3917" target="_blank" title="">Scan Device List - not listing new.JPG</a> (Size: 54.8 KB / Downloads: 915)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I have purchased the A8S v2. I have the USB cable and the device seems to be connected to port 3. I have connected the ethernet cable to that port on the device. I have downloaded the Flash_download_tool_3.9.2 and believe that I have updated the firmware with the KCS_KC868_A8S_v2.1.0.bin file. I now am trying to use the "SCAN DEVICE LIST" to find the device. I cannot update the static IP yet when I click the StartMonitorPort it says "The selected-ip maybe an invalid one, pls set the static ip first!" How can I do this?<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=3917" target="_blank" title="">Scan Device List - not listing new.JPG</a> (Size: 54.8 KB / Downloads: 915)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>