09-15-2025, 09:24 AM
I am literally in kindergarten

I finally got som help from a friend to flash the KC868 A16 with v2.2 firmware (version number major 2 but the .2 i am not so sure about). That left me with the A16 responding on HTTP - so I can see settings, network, and stuff - and I have both an ethernet connection and a WiFi connection working (the A16 responding to GET requests on both IP Addresses). I am macOS (M4) user and I run most everything in Docker containers on a Synology NAS, so I had to ask for help to upgrade the firmware from PC.
I have used the yaml I found in this forum - https://www.kincony.com/forum/showthread.php?tid=1772 - with changes to network to match my situation.
But when I try to write that configuration yaml - the output is always an error. Whether a 111 or this:

I finally got som help from a friend to flash the KC868 A16 with v2.2 firmware (version number major 2 but the .2 i am not so sure about). That left me with the A16 responding on HTTP - so I can see settings, network, and stuff - and I have both an ethernet connection and a WiFi connection working (the A16 responding to GET requests on both IP Addresses). I am macOS (M4) user and I run most everything in Docker containers on a Synology NAS, so I had to ask for help to upgrade the firmware from PC.
I have used the yaml I found in this forum - https://www.kincony.com/forum/showthread.php?tid=1772 - with changes to network to match my situation.
But when I try to write that configuration yaml - the output is always an error. Whether a 111 or this:
Code:
Successfully created ESP32 image.
merge_factory_bin([".pioenvs/kincony/firmware.bin"], [".pioenvs/kincony/firmware.elf"])
Info: bootloader.bin not found - skipping
Info: partition-table.bin not found - skipping
Info: ota_data_initial.bin not found - skipping
Info: kincony.bin not found - skipping
Using FLASH_EXTRA_IMAGES from PlatformIO environment
Merging binaries into /config/.esphome/build/kincony/.pioenvs/kincony/firmware.factory.bin
Merging binaries with esptool
SHA digest in image updated.
Wrote 0x7ed80 bytes to file '/config/.esphome/build/kincony/.pioenvs/kincony/firmware.factory.bin', ready to flash to offset 0x0.
Successfully created /config/.esphome/build/kincony/.pioenvs/kincony/firmware.factory.bin
esp32_copy_ota_bin([".pioenvs/kincony/firmware.bin"], [".pioenvs/kincony/firmware.elf"])
Copied firmware to /config/.esphome/build/kincony/.pioenvs/kincony/firmware.ota.bin
========================= [SUCCESS] Took 26.04 seconds =========================
INFO Package configuration completed successfully
INFO Package configuration completed successfully
INFO Successfully compiled program.
INFO Uploading to 10.4.3.33
ERROR Cannot upload Over the Air as the ota configuration is not present or does not include platform: esphome
