Hi there i spend like 2 hours to find out what is wrong with my code so i made small test.
timer frequency 1
output_number(0, 0, 1)
update
;output_number(0, 0, 1)
The problem is that i have code that is executed once per second and in this place i set FluidPump ON/OFF and it is not working!
It is not working because i set output_number in timer frequency. If i change to update it works!
Is it bug or expected behavior. It doesnt matter if i connect thru router or directly to computer port.