Smart Home Automation Forum
"KCS" v2 firmware MQTT protocol document - 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 firmware MQTT protocol document (/showthread.php?tid=3105)

Pages: 1 2 3


RE: "KCS" v2 firmware MQTT protocol document - GibKat - 04-05-2024

I load the firmware KCS_KC868_A16_V2.2.2.bin, but when enable MQTT flag I can't change the default ip broker 192.168.1.100. And after enabled MQTT I don't see anymore the KC868-A16 in the lan


RE: "KCS" v2 firmware MQTT protocol document - admin - 04-05-2024

"I can't change the default ip broker 192.168.1.100", take a photo how can't change?


RE: "KCS" v2 firmware MQTT protocol document - GibKat - 04-05-2024

(04-05-2024, 08:53 AM)admin Wrote: "I can't change the default ip broker 192.168.1.100",  take a photo how can't change?



RE: "KCS" v2 firmware MQTT protocol document - admin - 04-05-2024

why can't input? use mouse click the edit section, then input. if you can't , take a video , send to whatsapp number: +86-15381188302


RE: "KCS" v2 firmware MQTT protocol document - GibKat - 04-05-2024

(04-05-2024, 12:06 PM)admin Wrote: why can't input? use mouse click the edit section, then input. if you can't , take a video , send to whatsapp number: +86-15381188302

I can't modify the address, it seems locked (the characters are light gray and not black)


RE: "KCS" v2 firmware MQTT protocol document - Jackson - 04-05-2024

Greetings! I noticed something strange! If the MQTT protocol is enabled, and the MQTT server is not reachable, the response becomes very slow! If I click fast on some OUTPUT, it takes at least 5-7 seconds until the command is processed! There is normal?
Thx in advance!


RE: "KCS" v2 firmware MQTT protocol document - admin - 04-05-2024

(04-05-2024, 03:38 PM)GibKat Wrote:
(04-05-2024, 12:06 PM)admin Wrote: why can't input? use mouse click the edit section, then input. if you can't , take a video , send to whatsapp number: +86-15381188302

I can't modify the address, it seems locked (the characters are light gray and not black)

Gray is a prompt message, why don't you try clicking with the mouse and then entering the information????


RE: "KCS" v2 firmware MQTT protocol document - admin - 04-05-2024

(04-05-2024, 07:47 PM)Jackson Wrote: Greetings! I noticed something strange! If the MQTT protocol is enabled, and the MQTT server is not reachable, the response becomes very slow! If I click fast on some OUTPUT, it takes at least 5-7 seconds until the command is processed! There is normal?
Thx in advance!

how many protocol type you have enabled? suggest disable some unused protocol.


RE: "KCS" v2 firmware MQTT protocol document - Jackson - 04-05-2024

(04-05-2024, 10:09 PM)admin Wrote:
(04-05-2024, 07:47 PM)Jackson Wrote: Greetings! I noticed something strange! If the MQTT protocol is enabled, and the MQTT server is not reachable, the response becomes very slow! If I click fast on some OUTPUT, it takes at least 5-7 seconds until the command is processed! There is normal?
Thx in advance!

how many protocol type you have enabled? suggest disable some unused protocol.

Hey again, i have 1 protocol enabled, MQTT! After disabling MQTT, the Module working fine!


RE: "KCS" v2 firmware MQTT protocol document - NewONE - 04-06-2024

sir good day..

i still cannot connect the binary input of my a16s board to my home assistant vis mqtt.

can you please check my code sir ? =)

binary_sensor:
- name: 'input-1'
unique_id: input-1
state_topic: KC868_A16S/E05A1B5A547C/STATE
value_template: '{{ value_json.input_1.on }}'
payload_on: 1
payload_off: 0


....
i have been trying differrent code but still no luck.

advise sir.. thank you