Overview
The SCT-013-030 is a non-invasive split-core AC current transformer (CT) clamp manufactured by YHDC. Designed for home energy monitoring, heat pump telemetry, and sub-metering, it clamps around a single insulated AC conductor wire to measure alternating currents from without cutting live high-voltage wiring.
Equipped with an internal burden resistor, the SCT-013-030 outputs a continuous AC RMS voltage across a standard 3.5 mm TRS audio plug. It is natively supported by OpenEnergyMonitor, ESPHome (ct_clamp), and Arduino ADC sampling circuits.
Quick reference
| Max AC current input () | AC RMS |
| Max AC voltage output () | AC RMS (at rated 30A input) |
| Internal burden resistor | built-in burden resistor |
| Operating frequency | 50 Hz / 60 Hz (Mains power frequency) |
| Opening aperture | split-core window |
| Non-linearity | across rated current |
| Dielectric insulation | AC / 1 min (high-voltage safety isolation) |
| Connector | 3.5 mm TRS stereo audio jack (Tip & Sleeve connected to coil) |
Connector Wiring & 3.5mm Jack Pinout
┌────────────────────────────────┐
│ Tip: AC Voltage Signal (+) │
│ Ring: No Connection │
│ Sleeve: AC Voltage Signal (-) │
└────────────────────────────────┘
- Tip: Secondary coil AC output (+)
- Sleeve: Secondary coil AC output (-)
- Ring: Unconnected
Specifications
| Parameter | Symbol | Min | Typ | Max | Unit | Conditions |
|---|---|---|---|---|---|---|
| Rated Input Current | 0 | — | 30 | A | AC RMS () | |
| Output Voltage at 30A | — | 1.0 | — | V | AC RMS voltage | |
| Turn Ratio | — | 1800:1 | — | — | Internal secondary winding turns | |
| Burden Resistor | — | 62 | — | Ω | Internal voltage conversion resistor | |
| Non-Linearity Error | -1.0% | +1.0% | — | Within 3A to 36A range | ||
| Max Aperture Wire Diameter | — | 13.0 | — | mm | Insulated wire diameter |
Interfacing with Microcontroller ADCs (DC Bias Circuit)
Microcontroller ADCs (such as Arduino or ESP32) measure only positive DC voltages ( to or ). Because the SCT-013-030 outputs a bi-directional sine wave ( peak-to-peak at 30A RMS), a DC bias offset circuit () must be added:
3.3V Power Rail
│
[10kΩ]
│
├─── Voltage Divider Center Point (1.65V DC Offset)
│ │
[10kΩ] [10µF Cap] ─── GND
│ │
GND ├─── SCT-013 Sleeve (Audio Jack (-) Lead)
│
├─── SCT-013 Tip (Audio Jack (+) Lead) ─── Microcontroller ADC Pin
RMS Current Calculation Math
For the SCT-013-030 (1V output at 30A input), the ideal calibration multiplier is 30.0:
Wiring
| SCT-013-030 3.5mm Plug | → | Bias Circuit & MCU | Notes |
|---|---|---|---|
| Tip | MCU Analog Pin (A0 / ESP32 ADC) | Reads AC sine wave centered at 1.65V | |
| Sleeve | 1.65V DC Bias Node () | Virtual AC ground reference |
High Voltage & Clamping Rules:
- Clamp the SCT-013 around a single conductor wire (either Live/Phase OR Neutral). Clamping around a two-conductor power cord (carrying both Live and Neutral together) causes magnetic fields to cancel out, resulting in zero current output.
- Ensure the ferrite split-core latch snaps completely shut. Air gaps between ferrite pole faces decrease inductance and cause massive calibration errors.
Example (ESPHome Configuration)
sensor:
- platform: ct_clamp
sensor: adc_sensor
name: "Main Circuit Current"
update_interval: 2s
filters:
- calibrate_linear:
- 0.0 -> 0.0
- 1.0 -> 30.0
- platform: esp32_adc
id: adc_sensor
pin: GPIO34
attenuation: 11db
Common mistakes
- Clamping both Live and Neutral together: Clamping over an intact power cord yields because . Strip outer jacket and clamp over the Live wire alone.
- Conflating SCT-013-030 and SCT-013-000: The SCT-013-030 has an internal burden resistor outputting voltage; the SCT-013-000 has NO internal burden resistor and outputs current (requires an external burden resistor).
Notes
- SCT-013 Current Rating Family: SCT-013-000 (50mA current output), SCT-013-005 (5A), SCT-013-015 (15A), SCT-013-030 (30A), SCT-013-050 (50A), SCT-013-100 (100A).
Assets & downloads
- datasheetdatasheet
- product-pagereference