Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"KCS" v2.2.7 firmware BIN file download
#1
Here is "KCS" firmware for KinCony KC868-A series (ESP32) board.
How to download and use, online guide: https://www.kincony.com/esp32-kcsv2-firmware.html

v2.2.7 improvement:
1. Fix the problem that the mqtt command does not support the simultaneous processing of multiple commands
2. Fixed mqtt instructions run_rf, run_ir, set_beep returning wrong json format

for example:

{"output1":{"value":true},"dac1":{"value":250}}
   
   

{"output1":{"value":true},"output2":{"value":false},"output3":{"value":true},"output4":{"value":false},"dac1":{"value":125}}
   
   

these can write in one payload.


Attached Files
.zip   KCS_KC868_A2_V2.2.7.zip (Size: 795.11 KB / Downloads: 73)
.zip   KCS_KC868_A4_V2.2.7.zip (Size: 781.84 KB / Downloads: 60)
.zip   KCS_KC868_A4S_V2.2.7.zip (Size: 805.51 KB / Downloads: 48)
.zip   KCS_KC868_A6_V2.2.7.zip (Size: 779.98 KB / Downloads: 91)
.zip   KCS_KC868_A8_V2.2.7.zip (Size: 788.99 KB / Downloads: 69)
.zip   KCS_KC868_A8M_V2.2.7.zip (Size: 805.09 KB / Downloads: 36)
.zip   KCS_KC868_A8S_V2.2.7.zip (Size: 806.68 KB / Downloads: 34)
.zip   KCS_KC868_A16_V2.2.7.zip (Size: 796.18 KB / Downloads: 140)
.zip   KCS_KC868_A16S_V2.2.7.zip (Size: 806.71 KB / Downloads: 56)
.zip   KCS_KC868_A32_V2.2.7.zip (Size: 786.3 KB / Downloads: 65)
.zip   KCS_KC868_A32M_V2.2.7.zip (Size: 804.48 KB / Downloads: 34)
.zip   KCS_KC868_A64_V2.2.7.zip (Size: 786.33 KB / Downloads: 37)
.zip   KCS_KC868_A128_V2.2.7.zip (Size: 786.2 KB / Downloads: 28)
.zip   KCS_KC868_AG_V2.2.7.zip (Size: 764.38 KB / Downloads: 39)
.zip   KCS_KC868_AI_V2.2.7.zip (Size: 788.88 KB / Downloads: 57)
.zip   KCS_KC868_AIO_V2.2.7.zip (Size: 805.97 KB / Downloads: 30)
.zip   KCS_KC868_AK_V2.2.7.zip (Size: 766.88 KB / Downloads: 49)
.zip   KCS_KC868_AM_V2.2.7.zip (Size: 781.78 KB / Downloads: 49)
.zip   KCS_KC868_AP_V2.2.7.zip (Size: 784.24 KB / Downloads: 41)
.zip   KCS_KC868_ASR_V2.2.7.zip (Size: 761.25 KB / Downloads: 52)
.zip   KCS_KC868_E16S_V2.2.7.zip (Size: 791.03 KB / Downloads: 50)
.zip   KCS_KC868_UAIR_V2.2.7.zip (Size: 767.57 KB / Downloads: 30)
Reply
#2
Hello,

I have purchased the KC868-A16 ESP32 board, and I plan to use it for electrical automation in the process of converting a bus into a camper. The KCS firmware seems to fit quite well, but I have a few questions:

Is it possible to separate the Monitor from the administrative part? Specifically, I would like to run just the control system with monitoring functionality, without the rest. The idea is to have the Monitor accessible within the network without requiring login.

Is it possible to map the remote control of a VEVOR Webasto device? The remote is bidirectional and provides feedback on the device settings.

If I need to write my own program, is there any way to extract the mapped settings from the remote control?

Thank you!
Reply
#3
you can write your own arduino code for your requirements. all hardware resource have demo source code.
KCS firmware not support that now.
Reply
#4
Wink 
I just want to ask if this is a bug or I just missed something?

(1) The ADC data on my home assistant is not updating automatically when I adjust my potentiometer connected to Channel 4 (CH4). The A16 was integrated to HA thru MQTT with KCS firmware.

   

But I observed that the data on HA will be updated only when i click any output switch on home assistant. Its like ADC values on KCS is not throwing data to MQQT unless there is someone that will trigger to update the TOPIC state

(2) May I get file editor code to integrate the 3 pcs DHT temperature reading by MQTT? My board is A16
   
Reply
#5
1. Click the gear button to set the minimum threshold for data reporting
2. Go to "sensor" webpage, set all gpios for DHT11, then you will see the value.
Reply
#6
1. Click the gear button to set the minimum threshold for data reporting
>>> Got it works perfectly.


2. Go to "sensor" webpage, set all gpios for DHT11, then you will see the value.
>>> What Im asking is may I get yaml file for this 3 DHT11 sensor so that I can add it to my dashboard?
Reply
#7
just define 1-wire bus pin define and DHT11 code to your ymal:
https://esphome.io/components/one_wire.html
https://esphome.io/components/sensor/dht.html
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)