Smart Home Automation Forum
KC868-A64 configure for ESPhome - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A64 (https://www.kincony.com/forum/forumdisplay.php?fid=28)
+--- Thread: KC868-A64 configure for ESPhome (/showthread.php?tid=1904)

Pages: 1 2


RE: KC868-A64 configure for ESPhome - admin - 12-12-2024

thanks share your yaml file.


RE: KC868-A64 configure for ESPhome - PrzemekES - 08-05-2025

(05-12-2022, 01:05 AM)admin Wrote: esphome:
  name: a64
  platform: ESP32
  board: esp32dev

(...)

  - platform: adc
    pin: 36
    name: "a64--analog--3"
    update_interval: 20s
    attenuation: 11db
   
  - platform: adc
    pin: 35
    name: "a64--analog--4"
    update_interval: 20s
    attenuation: 11db

Hi. I compile this code and upload it to A64 (rev 1.4) by USB using recommended flash download tool. Board don't work on esphome binary, but works well on KCS 1.0.27. I need use I2C onboard. What can I do? I try framework Arduino, esp-idf - nothing.


RE: KC868-A64 configure for ESPhome - admin - 08-05-2025

compile by esphome, download by usb-c cable, it should work. please check your yaml file.


RE: KC868-A64 configure for ESPhome - PrzemekES - 08-06-2025

(08-05-2025, 11:13 PM)admin Wrote: compile by esphome, download by usb-c cable, it should work. please check your yaml file.

I have used esphome. Binary from esphome i upload by software esp flash download tool described here from 0x0000. This board has not usb-c. Rev 1.4 has usb B port. Yaml is the same as on this forum. There is no errors during compile.