Files
espurna/code/test/build/emon.h
Max Prokhorov 7b57274d1f sensor: Add PZEM004T V3.0 (#2283)
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.
2020-07-03 23:25:33 +03:00

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