esphome / esphome/feature-requests

RMS Filter to replace CT Clamp

Open
#330 2 comments 10 reactions 0 assignees View on GitHub
component: sensor
Dominant language
No language data
Stars
450
Forks
29
PR merge metrics
No merged PRs in 30d

Description


**Describe the problem you have/What new integration you would like**

Currently trying to use the CT_Clamp component with readings from an external ADC (ADS1115 device connected via I2C), yet think an RMS filter would be more generic. So the config would look like this:
```
sensor:
- platform: ads1115
id: ct1
gain: 4.096
multiplexer: 'A0_GND'
filters:
- offset: -1.658
- rms: 50 # Number of sample to average
- multiply: 90
name: "Current Reading1"
```

**Please describe your use case for this integration and alternatives you've tried:**

**Additional context**

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.