clang diff applied

This commit is contained in:
mick96 2024-11-25 19:35:18 +01:00
parent 567a50e76c
commit 0532a73fb7
3 changed files with 85 additions and 93 deletions

View File

@ -46,12 +46,18 @@ static const uint8_t CSE7761_REG_RMSIAC = 0x70; // (2) Channel A eff
static const uint8_t CSE7761_SPECIAL_COMMAND = 0xEA; // Start special command static const uint8_t CSE7761_SPECIAL_COMMAND = 0xEA; // Start special command
static const uint8_t CSE7761_CMD_RESET = 0x96; // Reset command, after receiving the command, the chip resets static const uint8_t CSE7761_CMD_RESET = 0x96; // Reset command, after receiving the command, the chip resets
// static const uint8_t CSE7761_CMD_CHAN_A_SELECT = 0x5A; // Current channel A setting command, which specifies the current used to calculate apparent power, // static const uint8_t CSE7761_CMD_CHAN_A_SELECT = 0x5A; // Current channel A setting command, which specifies the
// // Power factor, phase angle, instantaneous active power, instantaneous apparent power and // current used to calculate apparent power,
// // The channel indicated by the signal of power overload is channel A // // Power factor, phase angle, instantaneous active
// static const uint8_t CSE7761_CMD_CHAN_B_SELECT = 0xA5; // Current channel B setting command, which specifies the current used to calculate apparent power, // power, instantaneous apparent power and
// // Power factor, phase angle, instantaneous active power, instantaneous apparent power and // // The channel indicated by the signal of power
// // The channel indicated by the signal of power overload is channel B // overload is channel A
// static const uint8_t CSE7761_CMD_CHAN_B_SELECT = 0xA5; // Current channel B setting command, which specifies the
// current used to calculate apparent power,
// // Power factor, phase angle, instantaneous active
// power, instantaneous apparent power and
// // The channel indicated by the signal of power
// overload is channel B
static const uint8_t CSE7761_CMD_CLOSE_WRITE = 0xDC; // Close write operation static const uint8_t CSE7761_CMD_CLOSE_WRITE = 0xDC; // Close write operation
static const uint8_t CSE7761_CMD_ENABLE_WRITE = 0xE5; // Enable write operation static const uint8_t CSE7761_CMD_ENABLE_WRITE = 0xE5; // Enable write operation
@ -239,34 +245,26 @@ bool CSE7761Component::chip_init_() {
Energy Measure Control Register (EMUCON) Addr:0x01 Default value: 0x0000 Energy Measure Control Register (EMUCON) Addr:0x01 Default value: 0x0000
Bit name Function description Bit name Function description
15-14 Tsensor_Step[1:0] Measurement steps of temperature sensor: 15-14 Tsensor_Step[1:0] Measurement steps of temperature sensor:
=2'b00 The first step of temperature sensor measurement, the Offset of OP1 and OP2 is +/+. (Sonoff Dual R3 / Pow CT) =2'b00 The first step of temperature sensor measurement, the Offset of OP1 and OP2 is
=2'b01 The second step of temperature sensor measurement, the Offset of OP1 and OP2 is +/-. +/+. (Sonoff Dual R3 / Pow CT) =2'b01 The second step of temperature sensor measurement, the Offset of OP1 and OP2
=2'b10 The third step of temperature sensor measurement, the Offset of OP1 and OP2 is -/+. is +/-. =2'b10 The third step of temperature sensor measurement, the Offset of OP1 and OP2 is -/+. =2'b11 The
=2'b11 The fourth step of temperature sensor measurement, the Offset of OP1 and OP2 is -/-. fourth step of temperature sensor measurement, the Offset of OP1 and OP2 is -/-. After measuring these four
After measuring these four results and averaging, the AD value of the current measured temperature can be obtained. results and averaging, the AD value of the current measured temperature can be obtained. 13 tensor_en
13 tensor_en Temperature measurement module control Temperature measurement module control =0 when the temperature measurement module is closed; (Sonoff Dual R3 / Pow
=0 when the temperature measurement module is closed; (Sonoff Dual R3 / Pow CT) CT) =1 when the temperature measurement module is turned on; 12 comp_off Comparator module close
=1 when the temperature measurement module is turned on; signal: =0 when the comparator module is in working state =1 when the comparator module is off (Sonoff Dual R3 /
12 comp_off Comparator module close signal: Pow CT) 11-10 Pmode[1:0] Selection of active energy calculation method: Pmode =00, both positive and
=0 when the comparator module is in working state negative active energy participate in the accumulation, the accumulation method is algebraic sum mode, the reverse
=1 when the comparator module is off (Sonoff Dual R3 / Pow CT) REVQ symbol indicates to active power; (Sonoff Dual R3 / Pow CT) Pmode = 01, only accumulate positive active
11-10 Pmode[1:0] Selection of active energy calculation method: energy; Pmode = 10, both positive and negative active energy participate in the accumulation, and the accumulation
Pmode =00, both positive and negative active energy participate in the accumulation, method is absolute value method. No reverse active power indication; Pmode =11, reserved, the mode is the same as
the accumulation method is algebraic sum mode, the reverse REVQ symbol indicates to active power; (Sonoff Dual R3 / Pow CT) Pmode =00 9 NC - 8 ZXD1 The initial value of ZX output is 0, and different
Pmode = 01, only accumulate positive active energy; waveforms are output according to the configuration of ZXD1 and ZXD0: =0, it means that the ZX output changes only
Pmode = 10, both positive and negative active energy participate in the accumulation, at the selected zero-crossing point (Sonoff Dual R3 / Pow CT) =1, indicating that the ZX output changes at both
and the accumulation method is absolute value method. No reverse active power indication; the positive and negative zero crossings 7 ZXD0 =0, indicates that the positive zero-crossing point is
Pmode =11, reserved, the mode is the same as Pmode =00 selected as the zero-crossing detection signal (Sonoff Dual R3 / Pow CT) =1, indicating that the negative
9 NC - zero-crossing point is selected as the zero-crossing detection signal 6 HPFIBOFF =0, enable current channel B
8 ZXD1 The initial value of ZX output is 0, and different waveforms are output according to the configuration of ZXD1 and ZXD0: digital high-pass filter (Sonoff Dual R3) =1, turn off the digital high-pass filter of current channel B (Pow CT)
=0, it means that the ZX output changes only at the selected zero-crossing point (Sonoff Dual R3 / Pow CT)
=1, indicating that the ZX output changes at both the positive and negative zero crossings
7 ZXD0
=0, indicates that the positive zero-crossing point is selected as the zero-crossing detection signal (Sonoff Dual R3 / Pow CT)
=1, indicating that the negative zero-crossing point is selected as the zero-crossing detection signal
6 HPFIBOFF
=0, enable current channel B digital high-pass filter (Sonoff Dual R3)
=1, turn off the digital high-pass filter of current channel B (Pow CT)
5 HPFIAOFF 5 HPFIAOFF
=0, enable current channel A digital high-pass filter (Sonoff Dual R3 / Pow CT) =0, enable current channel A digital high-pass filter (Sonoff Dual R3 / Pow CT)
=1, turn off the digital high-pass filter of current channel A =1, turn off the digital high-pass filter of current channel A
@ -275,14 +273,15 @@ bool CSE7761Component::chip_init_() {
=1, turn off the U channel digital high-pass filter =1, turn off the U channel digital high-pass filter
3-2 NC - 3-2 NC -
1 PBRUN 1 PBRUN
=1, enable PFB pulse output and active energy register accumulation; (Sonoff Dual R3 / Pow CT) =1, enable PFB pulse output and active energy register accumulation; (Sonoff Dual R3 /
=0 (default), turn off PFB pulse output and active energy register accumulation. Pow CT) =0 (default), turn off PFB pulse output and active energy register accumulation. 0 PARUN =1, enable
0 PARUN PFA pulse output and active energy register accumulation; (Sonoff Dual R3 / Pow CT) =0 (default), turn off PFA
=1, enable PFA pulse output and active energy register accumulation; (Sonoff Dual R3 / Pow CT) pulse output and active energy register accumulation.
=0 (default), turn off PFA pulse output and active energy register accumulation.
*/ */
this->write_(CSE7761_REG_EMUCON | 0x80, 0x1183); //Same as Sonoff Dual R3 (enable channel B) + zero crossing on both negative and positive signal this->write_(
CSE7761_REG_EMUCON | 0x80,
0x1183); // Same as Sonoff Dual R3 (enable channel B) + zero crossing on both negative and positive signal
/* /*
Energy Measure Control Register (EMUCON2) Addr: 0x13 Default value: 0x0001 Energy Measure Control Register (EMUCON2) Addr: 0x13 Default value: 0x0001
@ -291,16 +290,12 @@ bool CSE7761Component::chip_init_() {
12 SDOCmos 12 SDOCmos
=1, SDO pin CMOS open-drain output =1, SDO pin CMOS open-drain output
=0, SDO pin CMOS output (Sonoff Dual R3 / Pow CT) =0, SDO pin CMOS output (Sonoff Dual R3 / Pow CT)
11 EPB_CB Energy_PB clear signal control, the default is 0, and it needs to be configured to 1 in UART mode. 11 EPB_CB Energy_PB clear signal control, the default is 0, and it needs to be configured to 1 in
Clear after reading is not supported in UART mode UART mode. Clear after reading is not supported in UART mode =1, Energy_PB will not be cleared after reading;
=1, Energy_PB will not be cleared after reading; (Sonoff Dual R3 / Pow CT) (Sonoff Dual R3 / Pow CT) =0, Energy_PB is cleared after reading; 10 EPA_CB Energy_PA clear signal
=0, Energy_PB is cleared after reading; control, the default is 0, it needs to be configured to 1 in UART mode, Clear after reading is not supported in
10 EPA_CB Energy_PA clear signal control, the default is 0, it needs to be configured to 1 in UART mode, UART mode =1, Energy_PA will not be cleared after reading; (Sonoff Dual R3 / Pow CT) =0, Energy_PA is cleared
Clear after reading is not supported in UART mode after reading; 9-8 DUPSEL[1:0] Average register update frequency control =00, Update frequency 3.4Hz
=1, Energy_PA will not be cleared after reading; (Sonoff Dual R3 / Pow CT)
=0, Energy_PA is cleared after reading;
9-8 DUPSEL[1:0] Average register update frequency control
=00, Update frequency 3.4Hz
=01, Update frequency 6.8Hz =01, Update frequency 6.8Hz
=10, Update frequency 13.65Hz =10, Update frequency 13.65Hz
=11, Update frequency 27.3Hz (Sonoff Dual R3 / Pow CT) =11, Update frequency 27.3Hz (Sonoff Dual R3 / Pow CT)
@ -316,16 +311,14 @@ bool CSE7761Component::chip_init_() {
4 SAGEN Voltage drop detection enable signal, WaveEN=1 must be configured first 4 SAGEN Voltage drop detection enable signal, WaveEN=1 must be configured first
=1, turn on the voltage drop detection function =1, turn on the voltage drop detection function
=0, turn off the voltage drop detection function (Sonoff Dual R3 / Pow CT) =0, turn off the voltage drop detection function (Sonoff Dual R3 / Pow CT)
3 OverEN Overvoltage, overcurrent, and overload detection enable signal, WaveEN=1 must be configured first 3 OverEN Overvoltage, overcurrent, and overload detection enable signal, WaveEN=1 must be
=1, turn on the overvoltage, overcurrent, and overload detection functions configured first =1, turn on the overvoltage, overcurrent, and overload detection functions =0, turn off the
=0, turn off the overvoltage, overcurrent, and overload detection functions (Sonoff Dual R3 / Pow CT) overvoltage, overcurrent, and overload detection functions (Sonoff Dual R3 / Pow CT) 2 ZxEN Zero-crossing
2 ZxEN Zero-crossing detection, phase angle, voltage frequency measurement enable signal detection, phase angle, voltage frequency measurement enable signal =1, turn on the zero-crossing detection, phase
=1, turn on the zero-crossing detection, phase angle, and voltage frequency measurement functions (if frequency enable) angle, and voltage frequency measurement functions (if frequency enable) =0, disable zero-crossing detection,
=0, disable zero-crossing detection, phase angle, voltage frequency measurement functions (Sonoff Dual R3 / Pow CT) phase angle, voltage frequency measurement functions (Sonoff Dual R3 / Pow CT) 1 PeakEN Peak
1 PeakEN Peak detect enable signal detect enable signal =1, turn on the peak detection function =0, turn off the peak detection function (Sonoff Dual
=1, turn on the peak detection function R3 / Pow CT) 0 NC Default is 1
=0, turn off the peak detection function (Sonoff Dual R3 / Pow CT)
0 NC Default is 1
*/ */
this->write_(CSE7761_REG_EMUCON2 | 0x80, 0x0FE5); // Sonoff Dual R3 / Pow CT + frequency measure enable this->write_(CSE7761_REG_EMUCON2 | 0x80, 0x0FE5); // Sonoff Dual R3 / Pow CT + frequency measure enable

View File

@ -7,8 +7,7 @@
namespace esphome { namespace esphome {
namespace cse7761 { namespace cse7761 {
enum SonoffModel : uint8_t enum SonoffModel : uint8_t {
{
CSE7761_MODEL_DUALR3 = 0, CSE7761_MODEL_DUALR3 = 0,
CSE7761_MODEL_POWCT CSE7761_MODEL_POWCT