Posts: 56
Threads: 9
Joined: Apr 2022
Reputation:
0
07-07-2022, 07:12 PM
(This post was last modified: 07-07-2022, 07:13 PM by v1rtus.)
I have a KC868-H32BS controller that has many impulse switches connected to it.
When any switch is pressed the controller updates server with NODE-RED via mqtt about that. But there is a delay I think ~1 second between switch click and update received by NODE-RED.
Everything work via LAN.
Is it possible to do something with that?
Posts: 56
Threads: 9
Joined: Apr 2022
Reputation:
0
Sure, because there is a delay between switch press and when light is turned on and from my point of view it could become annoying.
Posts: 6,609
Threads: 844
Joined: Oct 2020
Reputation:
161
because feedback to mqtt need time. button detect signal when finger up.
if you want control fast, you can set "input trigger output" option to enable, that will let input trigger output directly, it will be fast. that will not send message to MQTT broker.
Posts: 56
Threads: 9
Joined: Apr 2022
Reputation:
0
07-08-2022, 12:01 PM
(This post was last modified: 07-08-2022, 08:51 PM by v1rtus.)
I cannot enable "input trigger output" because lights and blinds are controlled with other relay module. But will it be faster via serial?
Posts: 6,609
Threads: 844
Joined: Oct 2020
Reputation:
161
yes, if send command by RS232 will be fast.
Posts: 56
Threads: 9
Joined: Apr 2022
Reputation:
0
Will controllers send status update if button was pressed via RS232?
Posts: 56
Threads: 9
Joined: Apr 2022
Reputation:
0
will it update if SW trigger output is disabled?