Skip to content

viperet/esp8266-power-monitor

Repository files navigation

esp8266-power-monitor

DIY Power Monitor project using PZEM-004T module and ESP-12F

PCB manufactured at JLCPCB PCB

Device assembled in the DIN-rail enclosure Assembled device

Web UI updates data every second using Websockets connection. Web UI

Dependencies

Building issues

If you see build error error: 'int SoftwareSerial::availableForWrite()' marked override, but does not override, you need to remove .pio/libdeps/*/EspSoftwareSerial folders, and EspSoftwareSerial reference from .pio/libdeps/*/PZEM-004T-v30/library.json files (remove whole "dependencies" block, don't forget about comman on the previous line).