Clamps amperage calibration #35
Replies: 3 comments 1 reply
-
|
I suggest you anyway to have a check of the values by yourself, if possible. Once mounted in mains electric panel, clamps may have a different "sensibility". |
Beta Was this translation helpful? Give feedback.
-
|
Thanks a lot for the share, I'm in the process myself to setup a Powermeter in my kitchen electrical panel. My calibrations settings are quite similar at yours ;) Thanks, best Vincèn |
Beta Was this translation helpful? Give feedback.
-
|
Today I conducted further investigations because I noticed strange electrical consumption on the line of my air conditioner (HVAC, two splitters). Even though the air conditioners were off, I was seeing ~100W of consumption, which made me suspicious, fearing that it could be a design flaw in the clamps. However, with my multimeter, I discovered that the phantom consumption was real, and that the system in standby, even considering the various wireless connections, indeed consumes a certain amount of power. By turning off the circuit breaker, I also discovered that the phantom currents detected by the clamp were real, but at different values. I took a screenshot of the graphical log from one of the Smart Power Meter clamps, but it seems to me that the same behavior could be observed on all the clamps. In light of these observations, the calibration template needs to be reconsidered. This is what I edited:
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
After purchasing the Smart Powermeter, I created and downloaded the .bin firmware based on the .yaml listing proposed by Jon. I believe that every user, for simplicity, would do the same, and then proceed with their own customization (in fact, it can be noted that the total_daily_energy, for example, is given only by the sum of the values of the first three clamps. In my case, all the values of the 6 clamps will need to be summed to get an overall result).
The first thing I noticed, however, was that the Ampere values read were intuitively incorrect. This is due to the calibration filters set for each clamp.
So, I built a setup that allowed me to verify the electrical consumption values read by the Smart Powermeter and simultaneously by a calibrated multimeter, in order to obtain a plausible calibration of the six clamps provided.
I proceeded by connecting an appliance (a hairdryer in my case) that allowed me to have various electrical consumption values.
I reprogrammed the Smart Powermeter by excluding all filters as correction coefficients of the read value, and then took photographs that included in the same frame the value read by the multimeter and the value read from the real-time log of Esphome.
Based on these notes, I reconstructed a calibration table more plausible to reality. I noticed that all the clamps behave more or less in the same way. If there were a factory value that differs from one clamp to another, there could certainly be a bias, so it would be worth having a different calibration clamp by clamp, but given the domestic use, this bias becomes negligible and a “mean” reference of the read values can be taken.
This is my replacement parts of the list.
You can notice the filter calibration tables.
platform: ct_clamp
sensor: Input_1
id: Probe_1
name: "Probe 1"
sample_duration: 200ms
update_interval: 5s
filters:
platform: ct_clamp
sensor: Input_2
name: "Probe 2"
id: Probe_2
sample_duration: 200ms
update_interval: 5s
filters:
platform: ct_clamp
sensor: Input_3
name: "Probe 3"
id: Probe_3
sample_duration: 200ms
update_interval: 5s
filters:
platform: ct_clamp
sensor: Input_4
name: "Probe 4"
id: Probe_4
sample_duration: 200ms
update_interval: 5s
filters:
platform: ct_clamp
sensor: Input_5
name: "Probe 5"
id: Probe_5
sample_duration: 200ms
update_interval: 5s
filters:
platform: ct_clamp
sensor: Input_6
name: "Probe 6"
id: Probe_6
sample_duration: 200ms
update_interval: 5s
filters:
Beta Was this translation helpful? Give feedback.
All reactions