PZEM004T icon indicating copy to clipboard operation
PZEM004T copied to clipboard

Arduino communication library for Peacefair PZEM-004T Energy monitor

Results 12 PZEM004T issues
Sort by recently updated
recently updated
newest added

Added Datasheet of PZEM004T Added Wiring diagram Added comments for RX, TX on Arduino

hello all, I have an PZEM-004T connected to ESP32 ; all works fine, but, now, I would like to make "negative" power measurement when my solar panel produce some electricity...

PZEMHardSerial Example not working. Some issues in PZEM constructor and Serial.begin() in the library. In stm32 library hardware configuration works after **setup** function invoke. Please refer attached my workout example....

Hello, I was wondering if anyone else has some code that made multiple PZEM004Ts to work? I can't seem to make 2 work at the moment, I plan to incorporate...

Every other integer type is specified with intXX_t / uintXX_T, but the 32bit type is using "long", this should be changed so that it is consistent, and properly support potentially...

hello I built an energy meter of 3 faces with pzem-0004T v3 and I have the problem that the faces reset the accumulated energy after the 60kw approximately. is a...

Good day, I absolutely love your PZEM-004T Library and I am in desperate need for help on a library for the PZEM-016 (New model) which uses RS485 as a communication...

![pzem004t wiring](https://user-images.githubusercontent.com/8939134/50307050-8df92900-0497-11e9-9965-42756f202dc0.jpg) ![pzem004t with arguing uno](https://user-images.githubusercontent.com/8939134/50307051-8df92900-0497-11e9-9e38-e025d1ed56eb.jpg) I have tried the codes here with Arduino UNO, it gives only 0v output doesn't matter if I connect or disconnect the PZEM004T, is...

Hello all, I am using Arduino UNO, ESP8266 and PZEM-004T to measure electricity parameters and send to server via Wifi. The communication protocols are use as below: `PZEM-004T UNO ESP8266...