mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 15:34:19 +01:00
Add new V3.0 version of PZEM004T, not tested. Default to factory default address 0xf8, configurable through pzemv30Addr 8-bit number Add 'frequency' measurement & 'hz' unit Add pz.address that configures address Implemented energy reset Right now we only support a single device. No way to test this properly (mostly, how exactly we need to connect this stuff), so left as not implemented.
12 lines
306 B
C
12 lines
306 B
C
#define ADE7953_SUPPORT 1
|
|
#define CSE7766_SUPPORT 1
|
|
#define ECH1560_SUPPORT 1
|
|
#define EMON_ADC121_SUPPORT 1
|
|
#define EMON_ADS1X15_SUPPORT 1
|
|
#define EMON_ANALOG_SUPPORT 1
|
|
#define HLW8012_SUPPORT 1
|
|
#define PULSEMETER_SUPPORT 1
|
|
#define PZEM004T_SUPPORT 1
|
|
#define PZEM004TV30_SUPPORT 1
|
|
#define V9261F_SUPPORT 1
|