Search found 5 matches

by IgorTu
16 Oct 2020, 11:43
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6669331

Re: Support for PZEM 004T Energy monitor

TD-er wrote: 15 Oct 2020, 22:44 If you're seeing errors like those, I guess you are not using the latest source code of ESPEasy.
what source version you reccomend?
by IgorTu
15 Oct 2020, 16:53
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6669331

Re: Support for PZEM 004T Energy monitor

while compile normal_ESP8266_4M1 or dev_ happen follow errors: Compiling .pio/build/normal_ESP8266_4M1M_VCC/src/src/Commands/Blynk.cpp.o /PlatformIO/Projects/ESPEasy-power/src/_P251_PZEM004Tv3.ino: In function 'boolean Plugin_ 251(byte, EventStruct*, String&)': /PlatformIO/Projects/ESPEasy-power...
by IgorTu
15 Oct 2020, 16:15
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6669331

Re: Support for PZEM 004T Energy monitor

Ho to use DAC output in PCF8591?
by IgorTu
15 Oct 2020, 15:06
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6669331

Re: Support for PZEM 004T Energy monitor

You are probably either missing this #include <ESPeasySerial.h> or you have not included the lib_dep in the platformio.ini configuration. lib_deps = https://github.com/TD-er/ESPEasySerial.git#v2.0.5 You probably need more then just this lib. See the platformio_xxx.ini files in the repository. Thank...
by IgorTu
15 Oct 2020, 13:47
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 6669331

Re: Support for PZEM 004T Energy monitor

Hi! I've problem with P_251 plugin compile under platformio-ide. follow errors was happen: Compiling .pio/build/custom_ESP8266_4M1M/libeca/Regexp/Regexp.cpp.o lib/PZEM-004T-v30/PZEM004Tv30.cpp: In constructor 'PZEM004Tv30::PZEM004Tv30(uint8_t, uint8_t, uint8_t)': lib/PZEM-004T-v30/PZEM004Tv30.cpp:58...