I am trying to have my raspberry pi detect when my sump pump is running. I ordered one of these current transformer sensors: https://www.ebay.com/itm/5A-Sensor-...ent-Sensor-Module-For-Arduino-lu/353264309642
Here are the specs if the link doesn't work:

I think some of those specs are wrong, the auction title says 5A but the specs there say 10A. And I don't know what it means by "100 ohm". I see a SMD resistor in the photo labeled "102", when I look that up I get 1k ohm. It says "output current 5ma", but if it has an onboard resistor already, wouldn't I just be measuring the voltage directly on the two pins? I don't need to add a resistor and then measure the voltage across it, correct? So I'm just looking for a little guidance on how to use it.
Forget the pi for a moment, I think I can just read the voltage and that will give me an indication of current, right? Also, assuming it is a 5A max sensor, what happens if I run 10A though it? Will it just lose resolution above 5A?
My goal is only to know if the sump pump is on, not to measure how much current is flowing. Knowing that, I should be able to devise a circuit so I could read the output of this sensor on a digital GPIO pin? Use a zener or a voltage divider to limit the voltage to 3v? I do have an open input on my ads1115, but if I can just a GPIO pin directly that would be better.
Thanks for any help.
Here are the specs if the link doesn't work:
Product Description:
1. On-board micro-precision current transformer
2. Onboard sampling resistor
3. Modules 5A can be measured within an alternating current, the analog output corresponding to 5A/5mA
4. Rated input current: 5A
5. Rated output current: 5mA
6. Change: 1000: 1
7. The linear range: 0 ~ 10A (100 ohm)

I think some of those specs are wrong, the auction title says 5A but the specs there say 10A. And I don't know what it means by "100 ohm". I see a SMD resistor in the photo labeled "102", when I look that up I get 1k ohm. It says "output current 5ma", but if it has an onboard resistor already, wouldn't I just be measuring the voltage directly on the two pins? I don't need to add a resistor and then measure the voltage across it, correct? So I'm just looking for a little guidance on how to use it.
Forget the pi for a moment, I think I can just read the voltage and that will give me an indication of current, right? Also, assuming it is a 5A max sensor, what happens if I run 10A though it? Will it just lose resolution above 5A?
My goal is only to know if the sump pump is on, not to measure how much current is flowing. Knowing that, I should be able to devise a circuit so I could read the output of this sensor on a digital GPIO pin? Use a zener or a voltage divider to limit the voltage to 3v? I do have an open input on my ads1115, but if I can just a GPIO pin directly that would be better.
Thanks for any help.