di input always on and off with out connection - why?
-
Hi,
when I am receiving messages from websocket, I am getting messages every few seconds from input1 with value=1 and immediately after that with value=0 without having an external connection. Counting is "false".
Any idea why this happens and how I can stop it?thanks Hannes
-
Hello,
is it only issue of Di1? Do you have a debounce set in the config? If not, try to set it to some value eg 10 (10ms) and see if it helps.