Hello Community, I am a new to Arduino user, new to text based programming (I do PLC Ladder professionally). I have a project where I would like to use Arduino to monitor a 120V Outlet and tell me when the device (Pump) it is plugged into is running. we would have a current threshold over XX set-able value. When it reaches that setpoint a relay contact needs to close to turn on a lamp. its to watch and make sure the pump is not running for an extended amount of time.
If someone is willing to help me identify the parts I will need, and software used I would appreciate it. any starter code or pointers is also appreciated.
How much online research have you done? What did you find out, or what was lacking, specifically, that requires our help? Did you, for example, Google "Arduino power line monitor" or similar searches?
Then you should explain aspects of the installation... the environment, available power sources, how you intend to house the electronics, etc.
Almost any Arduino or derivative will do this job. Simple searches will turn up dozens of relays and current sensors for you to evaluate. The classic Nano is a typical choice for this kind of application.
How much building can you do? Are you expecting off-the-shelf solutions that you can just plug in, or are you comfortable with soldering a prototype PCB etc.?
@jdaw, your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with (nor for advise on) your project See About the Installation & Troubleshooting category.
What you're planning is pretty simple. A Nano, current sensing circuit and a relay module plus ten or so lines of code.
Depending on how important monitoring the pump is, you might consider a WiFi capable device instead of the Nano to send email or a text if it is on too long.