1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

Correct offset calibration (#7228)

Co-authored-by: descipher <mike.laspina@gelidus.ca>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Mike La Spina
2024-08-13 23:43:35 -05:00
committed by GitHub
parent cf6ea7cb2c
commit ccf57488c5
15 changed files with 288 additions and 34 deletions

View File

@@ -7,6 +7,7 @@ spi:
sensor:
- platform: atm90e32
cs_pin: 13
id: chip1
phase_a:
voltage:
name: EMON Line Voltage A
@@ -49,3 +50,11 @@ sensor:
line_frequency: 60Hz
current_phases: 3
gain_pga: 2X
enable_offset_calibration: True
button:
- platform: atm90e32
id: chip1
run_offset_calibration:
name: "Chip1 - Run Offset Calibration"
clear_offset_calibration:
name: "Chip1 - Clear Offset Calibration"

View File

@@ -7,6 +7,7 @@ spi:
sensor:
- platform: atm90e32
cs_pin: 8
id: chip1
phase_a:
voltage:
name: EMON Line Voltage A
@@ -49,3 +50,11 @@ sensor:
line_frequency: 60Hz
current_phases: 3
gain_pga: 2X
enable_offset_calibration: True
button:
- platform: atm90e32
id: chip1
run_offset_calibration:
name: "Chip1 - Run Offset Calibration"
clear_offset_calibration:
name: "Chip1 - Clear Offset Calibration"

View File

@@ -7,6 +7,7 @@ spi:
sensor:
- platform: atm90e32
cs_pin: 8
id: chip1
phase_a:
voltage:
name: EMON Line Voltage A
@@ -49,3 +50,11 @@ sensor:
line_frequency: 60Hz
current_phases: 3
gain_pga: 2X
enable_offset_calibration: True
button:
- platform: atm90e32
id: chip1
run_offset_calibration:
name: "Chip1 - Run Offset Calibration"
clear_offset_calibration:
name: "Chip1 - Clear Offset Calibration"

View File

@@ -7,6 +7,7 @@ spi:
sensor:
- platform: atm90e32
cs_pin: 13
id: chip1
phase_a:
voltage:
name: EMON Line Voltage A
@@ -49,3 +50,11 @@ sensor:
line_frequency: 60Hz
current_phases: 3
gain_pga: 2X
enable_offset_calibration: True
button:
- platform: atm90e32
id: chip1
run_offset_calibration:
name: "Chip1 - Run Offset Calibration"
clear_offset_calibration:
name: "Chip1 - Clear Offset Calibration"

View File

@@ -7,6 +7,7 @@ spi:
sensor:
- platform: atm90e32
cs_pin: 5
id: chip1
phase_a:
voltage:
name: EMON Line Voltage A
@@ -49,3 +50,42 @@ sensor:
line_frequency: 60Hz
current_phases: 3
gain_pga: 2X
enable_offset_calibration: True
- platform: atm90e32
cs_pin: 4
id: chip2
phase_a:
voltage:
name: EMON Line Voltage A
current:
name: EMON CT1 Current
power:
name: EMON Active Power CT1
reactive_power:
name: EMON Reactive Power CT1
power_factor:
name: EMON Power Factor CT1
gain_voltage: 7305
gain_ct: 27961
phase_c:
voltage:
name: EMON Line Voltage C
current:
name: EMON CT2 Current
power:
name: EMON Active Power CT2
reactive_power:
name: EMON Reactive Power CT2
power_factor:
name: EMON Power Factor CT2
gain_voltage: 7305
gain_ct: 27961
line_frequency: 60Hz
current_phases: 2
button:
- platform: atm90e32
id: chip1
run_offset_calibration:
name: "Chip1 - Run Offset Calibration"
clear_offset_calibration:
name: "Chip1 - Clear Offset Calibration"

View File

@@ -7,6 +7,7 @@ spi:
sensor:
- platform: atm90e32
cs_pin: 5
id: chip1
phase_a:
voltage:
name: EMON Line Voltage A
@@ -49,3 +50,11 @@ sensor:
line_frequency: 60Hz
current_phases: 3
gain_pga: 2X
enable_offset_calibration: True
button:
- platform: atm90e32
id: chip1
run_offset_calibration:
name: "Chip1 - Run Offset Calibration"
clear_offset_calibration:
name: "Chip1 - Clear Offset Calibration"