Use PZEM-016 with MODWRT: Difference between revisions

From lechacal
Jump to navigation Jump to search
Line 27: Line 27:


[[File:Pzem016modwrtemoncms.png | 800px]]
[[File:Pzem016modwrtemoncms.png | 800px]]
You will notice that most data are multiplied by a factor of 10 or 100. Before storing the data on Emoncms apply a process '''Calibration x''' to the data.
Basically Voltage x0.1 / Power x0.1 / Frequence x0.1 / Power Factor x0.01.

Revision as of 21:33, 21 July 2018


We will demonstrate how to use the ModWrt to interface with the PZEM-016 modulw and forward data to EmonCMS.

PZEM-016

This is a electric meter unit with serial modbusRTU interface. This is for single phase measurements and produces Voltage, Power, Frequency, Energy and Power Factor.

Connections are straight forward and well explained in the manual. The manual for the PZEM-016 can be found here.

Only two wires are needed to connect to the Modwrt. Just connect the A and B terminals. Leave the 5v and Ground unconnected.

Modwrt Config

By default the PZEM-016 as a slave ID of 0x01 and comms as 9600,8,N,1. So we will setup the RTU page as shown below.

In the Streams configuration page make sure you have one instance setup to forward to Emoncms.

In the Dataflow page configure each registers as shown in this picture below.

On the Emoncms platform all data will be depicted like this.

You will notice that most data are multiplied by a factor of 10 or 100. Before storing the data on Emoncms apply a process Calibration x to the data. Basically Voltage x0.1 / Power x0.1 / Frequence x0.1 / Power Factor x0.01.