Search found 1 match

by spawn
Friday 12 January 2018 12:39
Forum: Utility
Topic: Energy measurement with espeasy and pzem-004t
Replies: 63
Views: 73741

Re: Energy measurement with espeasy and pzem-004t

Thanks a lot for this tutorial! I had the same problem with current update as @Piacco and found out that the current updates only when it is more than 1A. I checked the provided Lua Device script and found this line if tonumber(val_A)>1 then UpdateDev(dev_A,0,val_A) end After changing 1 to 0 I have ...