Hi Everybody,
Like a lot of us, I can control an Arduino from HG using web calls to turn a pin (switch) on, off, just a brief push or a simple toggle, using Ardunino as web server with a ethernet shield.
But I absolutely need to get back the status of those Arduinos's pins, because Arduino is doing is job and in certain conditions it changes de pins status.
I am able to get it status by web (something like
http://ipaddress/pin2/status), and the Arduino as web server send back a HIGH or a LOW.
I need help to use this status to turn a HG switch or light signal ON or OFF as soon as some status changes or at least at periodical time lapse.
Can you please help me with this ?
I think with this method we could use an Arduino (cheaper) instead a RPi to send back status to main HG box.
Thanks in advance.