<?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-AP / ADR]]></title>
		<link>https://www.kincony.com/forum/</link>
		<description><![CDATA[Smart Home Automation Forum - https://www.kincony.com/forum]]></description>
		<pubDate>Sat, 30 May 2026 06:42:05 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[KC868-AP — Power injection, multi-PSU, and amplifier support]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=8457</link>
			<pubDate>Wed, 20 Aug 2025 16:03:43 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=3298">stansvec</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=8457</guid>
			<description><![CDATA[Hello,<br />
Could you please confirm these points for <span style="font-weight: bold;" class="mycode_b">KC868-AP</span> (PWM dimmer for LED strips):<br />
<br />
<ol type="1" class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Power injection:</span> Is it supported to inject extra DC power along the LED strip? Any rules or limits?<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Multiple PSUs:</span> Is it allowed to use more than one DC power supply for different channels/zones? If yes, how should they be connected? If no, must we use only one PSU?<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Amplifier / power repeater:</span> Can the KC868-AP PWM outputs drive an external analog LED amplifier (RGB/RGBW) so the strip is powered by a local PSU? Any specs/models to follow?<br />
</li>
</ol>
<br />
Thank you.]]></description>
			<content:encoded><![CDATA[Hello,<br />
Could you please confirm these points for <span style="font-weight: bold;" class="mycode_b">KC868-AP</span> (PWM dimmer for LED strips):<br />
<br />
<ol type="1" class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Power injection:</span> Is it supported to inject extra DC power along the LED strip? Any rules or limits?<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Multiple PSUs:</span> Is it allowed to use more than one DC power supply for different channels/zones? If yes, how should they be connected? If no, must we use only one PSU?<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Amplifier / power repeater:</span> Can the KC868-AP PWM outputs drive an external analog LED amplifier (RGB/RGBW) so the strip is powered by a local PSU? Any specs/models to follow?<br />
</li>
</ol>
<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-AP JSON not valid]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7948</link>
			<pubDate>Thu, 17 Apr 2025 19:49:05 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=8319">simpl3x</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7948</guid>
			<description><![CDATA[Have KC868-AP<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Board Model<br />
KC868_AP<br />
Software Version<br />
v2.2.12<br />
Build Date<br />
Feb 28 2025 14:41:30<br />
Serial Number<br />
C82E18C85DFC</code></div></div><br />
I try integrate it to Home Assistant over MQTT, but it not working. <br />
I have this template:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>mqtt:<br />
  light:<br />
  - name: 'KC868-AP-1-DIMM-1'<br />
    unique_id: KC868-AP-1-DIMM-1<br />
    schema: template<br />
    command_topic: "KC868_AP/C82E18C85DFC/SET"<br />
    state_topic: "KC868_AP/C82E18C85DFC/STATE"<br />
    command_on_template: &gt;<br />
      {% if brightness is defined %}<br />
      {"dac1":{"value":{{(brightness / 255  * 100) | int - 1}}}<br />
      {% else %}<br />
      {"dac1":{"value":255}}<br />
      {% endif %}<br />
    command_off_template: &gt;<br />
      {"dac1":{"value":0}}<br />
    state_template: &gt;<br />
      {% if value_json.dac1.value == 0 %}<br />
      off<br />
      {% else %}<br />
      on<br />
      {% endif %}<br />
    brightness_template: &gt;<br />
      {{ (value_json.dac1.value / 99 * 255) | int }}</code></div></div>when I change dimmer value in HA, message received on device and dimmer value is changed, but light state in HA still Unknown.<br />
I try to check status JSON in linter and it have mistake:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{"input1":{"value":false},"input2":{"value":false},"input3":{"value":false},"input4":{"value":false},"input5":{"value":false},"input6":{"value":false},"input7":{"value":false},"input8":{"value":false},"input9":{"value":false},"input10":{"value":false},"input11":{"value":false},"input12":{"value":false},"input13":{"value":false},"input14":{"value":false},"input15":{"value":false},"input16":{"value":false},"input17":{"value":false},"input18":{"value":false},"output1":{"value":false},"output2":{"value":true},"dac1":{"value":0},"dac2":{"value":0},"dac3":{"value":0},"dac4":{"value":0},"dac5":{"value":0},"dac6":{"value":0},"dac7":{"value":0},"dac8":{"value":0},"dac9":{"value":0},"dac10":{"value":0},"dac11":{"value":0},"dac12":{"value":0},"dac13":{"value":0},"dac14":{"value":0},"dac15":{"value":0},"dac16":{"value":0},}</code></div></div>after  "dac16":{"value":0}<span style="font-weight: bold;" class="mycode_b">,</span> has extra comma.<br />
if I publish valid JSON in status topic without extra comma HA gets status of dimmer channel correct:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{"input1":{"value":false},"input2":{"value":false},"input3":{"value":false},"input4":{"value":false},"input5":{"value":false},"input6":{"value":false},"input7":{"value":false},"input8":{"value":false},"input9":{"value":false},"input10":{"value":false},"input11":{"value":false},"input12":{"value":false},"input13":{"value":false},"input14":{"value":false},"input15":{"value":false},"input16":{"value":false},"input17":{"value":false},"input18":{"value":false},"output1":{"value":false},"output2":{"value":true},"dac1":{"value":0},"dac2":{"value":0},"dac3":{"value":0},"dac4":{"value":0},"dac5":{"value":0},"dac6":{"value":0},"dac7":{"value":0},"dac8":{"value":0},"dac9":{"value":0},"dac10":{"value":0},"dac11":{"value":0},"dac12":{"value":0},"dac13":{"value":0},"dac14":{"value":0},"dac15":{"value":0},"dac16":{"value":0}}</code></div></div>]]></description>
			<content:encoded><![CDATA[Have KC868-AP<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Board Model<br />
KC868_AP<br />
Software Version<br />
v2.2.12<br />
Build Date<br />
Feb 28 2025 14:41:30<br />
Serial Number<br />
C82E18C85DFC</code></div></div><br />
I try integrate it to Home Assistant over MQTT, but it not working. <br />
I have this template:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>mqtt:<br />
  light:<br />
  - name: 'KC868-AP-1-DIMM-1'<br />
    unique_id: KC868-AP-1-DIMM-1<br />
    schema: template<br />
    command_topic: "KC868_AP/C82E18C85DFC/SET"<br />
    state_topic: "KC868_AP/C82E18C85DFC/STATE"<br />
    command_on_template: &gt;<br />
      {% if brightness is defined %}<br />
      {"dac1":{"value":{{(brightness / 255  * 100) | int - 1}}}<br />
      {% else %}<br />
      {"dac1":{"value":255}}<br />
      {% endif %}<br />
    command_off_template: &gt;<br />
      {"dac1":{"value":0}}<br />
    state_template: &gt;<br />
      {% if value_json.dac1.value == 0 %}<br />
      off<br />
      {% else %}<br />
      on<br />
      {% endif %}<br />
    brightness_template: &gt;<br />
      {{ (value_json.dac1.value / 99 * 255) | int }}</code></div></div>when I change dimmer value in HA, message received on device and dimmer value is changed, but light state in HA still Unknown.<br />
I try to check status JSON in linter and it have mistake:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{"input1":{"value":false},"input2":{"value":false},"input3":{"value":false},"input4":{"value":false},"input5":{"value":false},"input6":{"value":false},"input7":{"value":false},"input8":{"value":false},"input9":{"value":false},"input10":{"value":false},"input11":{"value":false},"input12":{"value":false},"input13":{"value":false},"input14":{"value":false},"input15":{"value":false},"input16":{"value":false},"input17":{"value":false},"input18":{"value":false},"output1":{"value":false},"output2":{"value":true},"dac1":{"value":0},"dac2":{"value":0},"dac3":{"value":0},"dac4":{"value":0},"dac5":{"value":0},"dac6":{"value":0},"dac7":{"value":0},"dac8":{"value":0},"dac9":{"value":0},"dac10":{"value":0},"dac11":{"value":0},"dac12":{"value":0},"dac13":{"value":0},"dac14":{"value":0},"dac15":{"value":0},"dac16":{"value":0},}</code></div></div>after  "dac16":{"value":0}<span style="font-weight: bold;" class="mycode_b">,</span> has extra comma.<br />
if I publish valid JSON in status topic without extra comma HA gets status of dimmer channel correct:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{"input1":{"value":false},"input2":{"value":false},"input3":{"value":false},"input4":{"value":false},"input5":{"value":false},"input6":{"value":false},"input7":{"value":false},"input8":{"value":false},"input9":{"value":false},"input10":{"value":false},"input11":{"value":false},"input12":{"value":false},"input13":{"value":false},"input14":{"value":false},"input15":{"value":false},"input16":{"value":false},"input17":{"value":false},"input18":{"value":false},"output1":{"value":false},"output2":{"value":true},"dac1":{"value":0},"dac2":{"value":0},"dac3":{"value":0},"dac4":{"value":0},"dac5":{"value":0},"dac6":{"value":0},"dac7":{"value":0},"dac8":{"value":0},"dac9":{"value":0},"dac10":{"value":0},"dac11":{"value":0},"dac12":{"value":0},"dac13":{"value":0},"dac14":{"value":0},"dac15":{"value":0},"dac16":{"value":0}}</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-AP 48V]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7941</link>
			<pubDate>Tue, 15 Apr 2025 16:21:50 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=8319">simpl3x</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7941</guid>
			<description><![CDATA[Hi, <br />
I need DC Dimmer for 48V LED<br />
can I use KC868-AP for this? 20N06 works with 60V. look like it work's? I'am right?]]></description>
			<content:encoded><![CDATA[Hi, <br />
I need DC Dimmer for 48V LED<br />
can I use KC868-AP for this? 20N06 works with 60V. look like it work's? I'am right?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AutoSteps staircase lighting controller]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=7195</link>
			<pubDate>Mon, 09 Dec 2024 00:09:12 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=6841">HansBagieta</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=7195</guid>
			<description><![CDATA[Hello<br />
I would like to build an AutoSteps staircase lighting controller that allows automatic control of the staircase lighting<br />
in the staircase. Which gives the possibility of obtaining a decorative visual effect consisting of smooth<br />
brightening and extinguishing of the stair lighting.<br />
I would like the device to be configured using four buttons on the front (left/right/confirm/cancel - long press to return to the main screen) of the device and an OLED display, thanks to which I could change the staircase controller settings. It would be nice if the device allowed independent control of LED light sources up to 24 V DC. Do I need anything else besides the KC868-AP ESP32 DC12/24V LED Dimmer to control the brightness of the lights?<br />
Control with a PWM signal:<br />
• LED bulb, LED strip, LED module, LED strips, LED eyes<br />
<br />
To be able to connect a signal from motion sensors at the beginning and end of the stairs, which would activate animations controlling the brightness of the connected light sources.<br />
<br />
Can I also add an RTC time module?<br />
<br />
Is it possible to make such a controller? <img src="https://www.kincony.com/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
Best regards <img src="https://www.kincony.com/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[Hello<br />
I would like to build an AutoSteps staircase lighting controller that allows automatic control of the staircase lighting<br />
in the staircase. Which gives the possibility of obtaining a decorative visual effect consisting of smooth<br />
brightening and extinguishing of the stair lighting.<br />
I would like the device to be configured using four buttons on the front (left/right/confirm/cancel - long press to return to the main screen) of the device and an OLED display, thanks to which I could change the staircase controller settings. It would be nice if the device allowed independent control of LED light sources up to 24 V DC. Do I need anything else besides the KC868-AP ESP32 DC12/24V LED Dimmer to control the brightness of the lights?<br />
Control with a PWM signal:<br />
• LED bulb, LED strip, LED module, LED strips, LED eyes<br />
<br />
To be able to connect a signal from motion sensors at the beginning and end of the stairs, which would activate animations controlling the brightness of the connected light sources.<br />
<br />
Can I also add an RTC time module?<br />
<br />
Is it possible to make such a controller? <img src="https://www.kincony.com/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
Best regards <img src="https://www.kincony.com/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-AP KCS 2 MQTT]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5575</link>
			<pubDate>Thu, 18 Apr 2024 03:27:06 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=4230">whitehawk1979</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5575</guid>
			<description><![CDATA[Hello<br />
 I am new on this forum, i wish to ask if somebody tried to make an working MQTT configuration file for KC868-AP dimmer and for RGB or RGBW led strip ? I tried to rewrite the KC868-D16 mqtt config but whitout success. Thank You in advace for help<br />
With esphome is working well but i wish to control it with MQTT in home assistant]]></description>
			<content:encoded><![CDATA[Hello<br />
 I am new on this forum, i wish to ask if somebody tried to make an working MQTT configuration file for KC868-AP dimmer and for RGB or RGBW led strip ? I tried to rewrite the KC868-D16 mqtt config but whitout success. Thank You in advace for help<br />
With esphome is working well but i wish to control it with MQTT in home assistant]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ADR - ESP32 AC 220v dimmer arduino demo source code and library]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5278</link>
			<pubDate>Tue, 19 Mar 2024 09:55:13 +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=5278</guid>
			<description><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#include &lt;myADR.h&gt;    ////RBDdimmer.h /////RBDmcuESP32.h<br />
<br />
//Parameters<br />
 int zeroCrossPin  = 25;<br />
 int acdPin  = 33;<br />
<br />
int add_pin = 15;<br />
int dec_pin = 4;<br />
 <br />
int MIN_POWER  = 0;<br />
int MAX_POWER  = 80;<br />
int POWER_STEP  = 2;<br />
<br />
//Variables<br />
int power  = 0;<br />
<br />
//Objects<br />
dimmerLamp acd(acdPin,zeroCrossPin);<br />
<br />
void setup(){<br />
  //Init Serial USB<br />
  Serial.begin(115200);<br />
  Serial.println(F("Initialize System"));<br />
  acd.begin(NORMAL_MODE, ON);<br />
  <br />
  acd.setPower(10); // setPower(0-100%);<br />
  Serial.print("lampValue -&gt; ");<br />
  Serial.print(acd.getPower());<br />
  Serial.println("%");<br />
<br />
  pinMode(add_pin,INPUT_PULLUP);<br />
  pinMode(dec_pin,INPUT_PULLUP);<br />
      <br />
}<br />
<br />
void loop(){<br />
  testDimmer();<br />
}<br />
<br />
int value = 0;<br />
<br />
void testDimmer(){/* function testDimmer */ <br />
 <br />
  int add = digitalRead(add_pin);<br />
  int dec = digitalRead(dec_pin);<br />
<br />
  if(add == LOW) value += 1;<br />
  if(dec == LOW) value -= 1;<br />
 <br />
  if(value &lt;= MIN_POWER)  value = MIN_POWER;<br />
  else if(value&gt;MAX_POWER) value = MAX_POWER;<br />
<br />
  acd.setPower(value);<br />
<br />
  delay(100);<br />
  <br />
////Sweep light power to test dimmer<br />
 /*  for(power=MIN_POWER;power&lt;=MAX_POWER;power+=POWER_STEP){<br />
    acd.setPower(power); // setPower(0-100%);<br />
      Serial.print("lampValue -&gt; ");<br />
      Serial.print(acd.getPower());<br />
      Serial.println("%");<br />
    delay(100);<br />
  }<br />
<br />
 for(power=MAX_POWER;power&gt;=MIN_POWER;power-=POWER_STEP){<br />
    acd.setPower(power); // setPower(0-100%);<br />
      Serial.print("lampValue -&gt; ");<br />
      Serial.print(acd.getPower());<br />
      Serial.println("%");<br />
    delay(100);<br />
  }*/<br />
}</code></div></div>source code download: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4848" target="_blank" title="">tst_dimmer.zip</a> (Size: 744 bytes / Downloads: 711)
<!-- end: postbit_attachments_attachment --><br />
<br />
AC dimmer arduino library file download: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4849" target="_blank" title="">ac-dimmer.zip</a> (Size: 5.68 KB / Downloads: 800)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#include &lt;myADR.h&gt;    ////RBDdimmer.h /////RBDmcuESP32.h<br />
<br />
//Parameters<br />
 int zeroCrossPin  = 25;<br />
 int acdPin  = 33;<br />
<br />
int add_pin = 15;<br />
int dec_pin = 4;<br />
 <br />
int MIN_POWER  = 0;<br />
int MAX_POWER  = 80;<br />
int POWER_STEP  = 2;<br />
<br />
//Variables<br />
int power  = 0;<br />
<br />
//Objects<br />
dimmerLamp acd(acdPin,zeroCrossPin);<br />
<br />
void setup(){<br />
  //Init Serial USB<br />
  Serial.begin(115200);<br />
  Serial.println(F("Initialize System"));<br />
  acd.begin(NORMAL_MODE, ON);<br />
  <br />
  acd.setPower(10); // setPower(0-100%);<br />
  Serial.print("lampValue -&gt; ");<br />
  Serial.print(acd.getPower());<br />
  Serial.println("%");<br />
<br />
  pinMode(add_pin,INPUT_PULLUP);<br />
  pinMode(dec_pin,INPUT_PULLUP);<br />
      <br />
}<br />
<br />
void loop(){<br />
  testDimmer();<br />
}<br />
<br />
int value = 0;<br />
<br />
void testDimmer(){/* function testDimmer */ <br />
 <br />
  int add = digitalRead(add_pin);<br />
  int dec = digitalRead(dec_pin);<br />
<br />
  if(add == LOW) value += 1;<br />
  if(dec == LOW) value -= 1;<br />
 <br />
  if(value &lt;= MIN_POWER)  value = MIN_POWER;<br />
  else if(value&gt;MAX_POWER) value = MAX_POWER;<br />
<br />
  acd.setPower(value);<br />
<br />
  delay(100);<br />
  <br />
////Sweep light power to test dimmer<br />
 /*  for(power=MIN_POWER;power&lt;=MAX_POWER;power+=POWER_STEP){<br />
    acd.setPower(power); // setPower(0-100%);<br />
      Serial.print("lampValue -&gt; ");<br />
      Serial.print(acd.getPower());<br />
      Serial.println("%");<br />
    delay(100);<br />
  }<br />
<br />
 for(power=MAX_POWER;power&gt;=MIN_POWER;power-=POWER_STEP){<br />
    acd.setPower(power); // setPower(0-100%);<br />
      Serial.print("lampValue -&gt; ");<br />
      Serial.print(acd.getPower());<br />
      Serial.println("%");<br />
    delay(100);<br />
  }*/<br />
}</code></div></div>source code download: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4848" target="_blank" title="">tst_dimmer.zip</a> (Size: 744 bytes / Downloads: 711)
<!-- end: postbit_attachments_attachment --><br />
<br />
AC dimmer arduino library file download: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4849" target="_blank" title="">ac-dimmer.zip</a> (Size: 5.68 KB / Downloads: 800)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ADR ESPHome demo config for home assistant]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5277</link>
			<pubDate>Tue, 19 Mar 2024 09:49:23 +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=5277</guid>
			<description><![CDATA[esphome:<br />
  name: adr<br />
  friendly_name: ADR<br />
<br />
esp32:<br />
  board: esp32dev<br />
  framework:<br />
    type: arduino<br />
<br />
# Enable logging<br />
logger:<br />
<br />
# Enable Home Assistant API<br />
api:<br />
  encryption:<br />
    key: "ZWeLIQ6pHBi8F7iz8oU50b5e4pOntKh7crgfrRpT0NQ="<br />
<br />
ota:<br />
  password: "0d1fac93b813af333e08eee312020918"<br />
<br />
wifi:<br />
  ssid: !secret wifi_ssid<br />
  password: !secret wifi_password<br />
<br />
  # Enable fallback hotspot (captive portal) in case wifi connection fails<br />
  ap:<br />
    ssid: "Adr Fallback Hotspot"<br />
    password: "GOSjJDSsz6Z5"<br />
<br />
captive_portal:<br />
<br />
output:<br />
  - platform: ac_dimmer<br />
    id: dimmer1<br />
    gate_pin: 33<br />
    zero_cross_pin:<br />
      number: 25<br />
      mode:<br />
        input: true<br />
      inverted: no<br />
    min_power: 35%<br />
<br />
light:<br />
  - platform: monochromatic<br />
    output: dimmer1<br />
    name: adr_lamp<br />
    default_transition_length: 100ms<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4847" target="_blank" title="">ADR_HA_ESP32.txt</a> (Size: 840 bytes / Downloads: 531)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[esphome:<br />
  name: adr<br />
  friendly_name: ADR<br />
<br />
esp32:<br />
  board: esp32dev<br />
  framework:<br />
    type: arduino<br />
<br />
# Enable logging<br />
logger:<br />
<br />
# Enable Home Assistant API<br />
api:<br />
  encryption:<br />
    key: "ZWeLIQ6pHBi8F7iz8oU50b5e4pOntKh7crgfrRpT0NQ="<br />
<br />
ota:<br />
  password: "0d1fac93b813af333e08eee312020918"<br />
<br />
wifi:<br />
  ssid: !secret wifi_ssid<br />
  password: !secret wifi_password<br />
<br />
  # Enable fallback hotspot (captive portal) in case wifi connection fails<br />
  ap:<br />
    ssid: "Adr Fallback Hotspot"<br />
    password: "GOSjJDSsz6Z5"<br />
<br />
captive_portal:<br />
<br />
output:<br />
  - platform: ac_dimmer<br />
    id: dimmer1<br />
    gate_pin: 33<br />
    zero_cross_pin:<br />
      number: 25<br />
      mode:<br />
        input: true<br />
      inverted: no<br />
    min_power: 35%<br />
<br />
light:<br />
  - platform: monochromatic<br />
    output: dimmer1<br />
    name: adr_lamp<br />
    default_transition_length: 100ms<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.kincony.com/forum/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=4847" target="_blank" title="">ADR_HA_ESP32.txt</a> (Size: 840 bytes / Downloads: 531)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ADR ESP32 I/O pin define]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5276</link>
			<pubDate>Tue, 19 Mar 2024 09:46:59 +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=5276</guid>
			<description><![CDATA[DI1: GPIO15<br />
DI2: GPIO4<br />
<br />
RS485:<br />
TXD: GPIO27<br />
RXD: GPIO26<br />
<br />
Tuya:<br />
TXD: GPIO14<br />
RXD: GPIO13<br />
<br />
analog input: GPIO36<br />
<br />
zero_cross_pin:  GPIO25<br />
gate_pin: GPIO33<br />
<br />
P8 jumper:<br />
R32 short with GND: analog input use for 4-20mA signal<br />
R33 short with GND: analog input use for dc 0-10v signal]]></description>
			<content:encoded><![CDATA[DI1: GPIO15<br />
DI2: GPIO4<br />
<br />
RS485:<br />
TXD: GPIO27<br />
RXD: GPIO26<br />
<br />
Tuya:<br />
TXD: GPIO14<br />
RXD: GPIO13<br />
<br />
analog input: GPIO36<br />
<br />
zero_cross_pin:  GPIO25<br />
gate_pin: GPIO33<br />
<br />
P8 jumper:<br />
R32 short with GND: analog input use for 4-20mA signal<br />
R33 short with GND: analog input use for dc 0-10v signal]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[use of I2C connection]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=5024</link>
			<pubDate>Wed, 06 Mar 2024 22:41:10 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2810">Gerrit</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=5024</guid>
			<description><![CDATA[Is it possible to use the white I2C plug on the kc868-ap board. If yes to what gpio numbers are the pins connected? <br />
I would like to use this to connect pushbuttons via a IC bus interface as remotely I do not have enough wires to connect all the wall pushbuttons directly to the inputs of thet board.  I use  esphome]]></description>
			<content:encoded><![CDATA[Is it possible to use the white I2C plug on the kc868-ap board. If yes to what gpio numbers are the pins connected? <br />
I would like to use this to connect pushbuttons via a IC bus interface as remotely I do not have enough wires to connect all the wall pushbuttons directly to the inputs of thet board.  I use  esphome]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-AP circuit diagram]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=4203</link>
			<pubDate>Mon, 29 Jan 2024 09:09:12 +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=4203</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=3964" target="_blank" title="">AP.jpg</a> (Size: 820.01 KB / Downloads: 870)
<!-- 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=3964" target="_blank" title="">AP.jpg</a> (Size: 820.01 KB / Downloads: 870)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-ap]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=3508</link>
			<pubDate>Mon, 13 Nov 2023 00:59:46 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2810">Gerrit</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=3508</guid>
			<description><![CDATA[Hello, <br />
I received the board recently and was able to get it working with esphome.  I am using this board to connect ledstrips with a voltage of 24v. <br />
Ik have also some downlights at 12v that I would like control with the board. I see that the powerrail is divided in 3 sections but connected to eachother. Would it be possible to separate one part and connect the 12v downlights with a 12v powersupply? If not what could be another solution.]]></description>
			<content:encoded><![CDATA[Hello, <br />
I received the board recently and was able to get it working with esphome.  I am using this board to connect ledstrips with a voltage of 24v. <br />
Ik have also some downlights at 12v that I would like control with the board. I see that the powerrail is divided in 3 sections but connected to eachother. Would it be possible to separate one part and connect the 12v downlights with a 12v powersupply? If not what could be another solution.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-D16 inputs]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=3167</link>
			<pubDate>Sun, 20 Aug 2023 17:47:43 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2429">Valter</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=3167</guid>
			<description><![CDATA[Good Morning,<br />
<br />
<br />
Is it possible to have the inputs independent of the dimmers in MQTT ?<br />
<br />
The ideia is to use these inputs in home assistant to actuate others elements in my house. <br />
<br />
The ideia is to publish the state of these inputs.<br />
<br />
Is this available in any firmware version for KC868-D16 ?<br />
<br />
Thank you<br />
<br />
Best regards]]></description>
			<content:encoded><![CDATA[Good Morning,<br />
<br />
<br />
Is it possible to have the inputs independent of the dimmers in MQTT ?<br />
<br />
The ideia is to use these inputs in home assistant to actuate others elements in my house. <br />
<br />
The ideia is to publish the state of these inputs.<br />
<br />
Is this available in any firmware version for KC868-D16 ?<br />
<br />
Thank you<br />
<br />
Best regards]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Does it work with 220v bulbs?]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=3131</link>
			<pubDate>Fri, 11 Aug 2023 10:58:04 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=2403">phrfpeixoto</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=3131</guid>
			<description><![CDATA[Hello,<br />
<br />
I'm considering using this board in my new apartment setup, and I'd like to have dimmer-able lights.<br />
The thing is: The market around here (Brazil) 99% of dimmer-able lights are 110/220v.<br />
<br />
I've seen that this would require Solid State Regulators to actually regulate the high voltage, but I've also seen posts stating compatibility issues.<br />
<br />
Is this board really recommended for this setup?<br />
If so, is there an SSR bank (ie, a board with multiple channels)? Using individual SSR is expensive and will likely take a lot of physical room on the box<br />
<br />
Examples:<br />
<a href="https://pt.aliexpress.com/item/1005004999414308.html" target="_blank" rel="noopener" class="mycode_url">https://pt.aliexpress.com/item/1005004999414308.html</a>]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I'm considering using this board in my new apartment setup, and I'd like to have dimmer-able lights.<br />
The thing is: The market around here (Brazil) 99% of dimmer-able lights are 110/220v.<br />
<br />
I've seen that this would require Solid State Regulators to actually regulate the high voltage, but I've also seen posts stating compatibility issues.<br />
<br />
Is this board really recommended for this setup?<br />
If so, is there an SSR bank (ie, a board with multiple channels)? Using individual SSR is expensive and will likely take a lot of physical room on the box<br />
<br />
Examples:<br />
<a href="https://pt.aliexpress.com/item/1005004999414308.html" target="_blank" rel="noopener" class="mycode_url">https://pt.aliexpress.com/item/1005004999414308.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Channels always have current]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=3123</link>
			<pubDate>Tue, 08 Aug 2023 18:07:55 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1537">beto1705</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=3123</guid>
			<description><![CDATA[I have a problem with the board... Channels 0, 3, 7, and 13 are always powered. <br />
<br />
I have disconnected everything from the board except the power and only in those 4 channels always have 24v at the output. <br />
<br />
Is it a board or programming problem? I think it's the board because the other outputs work fine...<br />
<br />
What can I do?]]></description>
			<content:encoded><![CDATA[I have a problem with the board... Channels 0, 3, 7, and 13 are always powered. <br />
<br />
I have disconnected everything from the board except the power and only in those 4 channels always have 24v at the output. <br />
<br />
Is it a board or programming problem? I think it's the board because the other outputs work fine...<br />
<br />
What can I do?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KC868-AP]]></title>
			<link>https://www.kincony.com/forum/showthread.php?tid=2942</link>
			<pubDate>Fri, 26 May 2023 13:13:05 +0800</pubDate>
			<dc:creator><![CDATA[<a href="https://www.kincony.com/forum/member.php?action=profile&uid=1111">eligijus</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.kincony.com/forum/showthread.php?tid=2942</guid>
			<description><![CDATA[Hello, why is the flashing light being dimmed<br />
<hr class="mycode_hr" />
<span style="color: #202124;" class="mycode_color"><span style="font-size: medium;" class="mycode_size">Maybe this board does not work with ssr</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=2477" target="_blank" title="">Screenshot_20230526-081158_Gallery.jpg</a> (Size: 1.3 MB / Downloads: 1623)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello, why is the flashing light being dimmed<br />
<hr class="mycode_hr" />
<span style="color: #202124;" class="mycode_color"><span style="font-size: medium;" class="mycode_size">Maybe this board does not work with ssr</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=2477" target="_blank" title="">Screenshot_20230526-081158_Gallery.jpg</a> (Size: 1.3 MB / Downloads: 1623)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>