For a DIY project, I would like to know the on/off state of a load (on being over around 200 mA, otherwise off). For example, a smart home app tells a smart switch to turn on a fan that's connected to it by a standard, isolated, power cord. The state of the fan is deduced by the smart switch's MCU that drives a relay.
This deduction is not an indication of the fan actually working, just the relay being closed. What if the fan's speed selector is pointing at 0? What if it's connected to a timer/temperature sensor the turns it on or off?
I would like to make an MCU + sensor combination to place over or near the fan's power cord that will tell me if AC current (not voltage) is present.
- I want something that is completely independent, external and fully decoupled from both the smart switch and the load.
- I don't want to use other means to deduce if the load is on (e.g., pointing a camera to see if it's working or placing a vibration sensor on it, etc.) I want to somehow sense the power cord itself.
- I don't want to cut, strip or otherwise hack into the power cord. I have full access to the power cord, but only to place something over it, or close to it.
- I don't care about measuring an exact amount of AC current, just to know for sure whether the load is pulling current or not.
- Fast response isn't mandatory. It can lag a second or two behind the real state.
- If you come up with a way that's only good for, say, over 1 A or even 5 A, I would still very much like to know about it.
- No AC/DC voltage detection or DC current detection is desired.
The fan is just an example. Consider any AC load.