Smart Home Automation Forum
"KCS" v2.2.2 firmware BIN file download - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: "KCS" firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=40)
+--- Thread: "KCS" v2.2.2 firmware BIN file download (/showthread.php?tid=3791)

Pages: 1 2 3 4 5 6 7 8


RE: "KCS" v2.2.2 firmware BIN file download - admin - 06-14-2024

which sensor model you are using? do you use DHT11?
you can try to test with thie firmware for KC868-AM

.zip   KCS_KC868_AM_V2.2.3.zip (Size: 746.45 KB / Downloads: 56)


RE: "KCS" v2.2.2 firmware BIN file download - Philadam - 06-14-2024

(06-14-2024, 04:42 AM)admin Wrote: which sensor model you are using? do you use DHT11?
you can try to test with thie firmware for KC868-AM

All Sensors are ds18b20. V2.2.3 does not help. Results are the same.


RE: "KCS" v2.2.2 firmware BIN file download - admin - 06-14-2024

take a video of your board how you test, so that can understand your problem. video send to whatsapp number: +86-15381188302


RE: "KCS" v2.2.2 firmware BIN file download - Philadam - 06-15-2024

Don't use  WhatsApp. I have attached two pictures of my configuration. Works fine with ESPHome, but I want to use KCS firmware because I like the extra features it has.

I have noticed in MQTT Explorer that the published MQTT string has an extra comma before "output1".  {,"output1":{"value":true},"sensor1":{"temperature":78.3,"humity":-100.0},"sensor2":{"temperature":78.8,"humity":-100.0},"sensor3":{"temperature":78.6,"humity":-100.0},"sensor4":{"temperature":78.6,"humity":-100.0}}
This seems to affect the JSON format so I don't know if it is supposed to be there or is it a bug in the firmware.
I have circled it in red in the image.


RE: "KCS" v2.2.2 firmware BIN file download - admin - 06-15-2024

ok, i see now, we will check, update firmware.
do you use 3pcs of DS18B20 with 3 GPIOs?


RE: "KCS" v2.2.2 firmware BIN file download - Philadam - 06-15-2024

I have 4 connected.


RE: "KCS" v2.2.2 firmware BIN file download - admin - 06-17-2024

test this firmware for KC868-AM, then tell me result.

.zip   KCS_KC868_AM_V2.2.4.zip (Size: 746.37 KB / Downloads: 64)


RE: "KCS" v2.2.2 firmware BIN file download - Philadam - 06-17-2024

You left out the comma between false} and "sensor1"

{"output1":{"value":false}"sensor1":{"temperature":83.3,"humity":-100.0},"sensor2":{"temperature":82.8,"humity":-100.0},"sensor3":{"temperature":82.6,"humity":-100.0},"sensor4":{"temperature":86.9,"humity":-100.0}}


RE: "KCS" v2.2.2 firmware BIN file download - Philadam - 06-18-2024

Are you going to respond to my message about the format error that still exists?


RE: "KCS" v2.2.2 firmware BIN file download - admin - 06-19-2024

use this one: 
.zip   KCS_KC868_AM_V2.2.4.zip (Size: 746.33 KB / Downloads: 45)
tested as photo:
   
   

{"output1":{"value":false},"sensor1":{"temperature":28.2,"humity":-100.0},"sensor2":{"temperature":-100.0,"humity":-100.0},"sensor3":{"temperature":-100.0,"humity":-100.0},"sensor4":{"temperature":-100.0,"humity":-100.0}}

if have value -100.0 that means sensor not connected.