PM.
I use arduino to measure humidity, soil temperature and to control valves. Arduino asks the controller for maximum watering time and turns off the valves if the off command is not received from the controller.
PM.
Code: Select all
sWindSpeed = tonumber(sWindSpeed)*0.36;
sWindGust = tonumber(sWindGust)*0.36;