node-red-contrib-iammeter

A module for Node-RED that you can use to get data from wifi power meter of IAMMETER.

Usage no npm install needed!

<script type="module">
  import nodeRedContribIammeter from 'https://cdn.skypack.dev/node-red-contrib-iammeter';
</script>

README

node-red-contrib-iammeter

This is a node introduction for the IAMMETER

IAMMETER provides both a single-phase and three-phase energy meter. They are all bi-directional, din rail, base on WiFi. You can use them to meter the energy consumption, especially in the application of solar PV systems.

WEM3080: single-phase WiFi energy meter

WEM3080T: three-phase WiFi energy meter

Installation

Install in Node-RED via the Manage Palette menu.

May also be installed via npm:

npm install node-red-contrib-iammeter

Local Output: Single-phase electric energy meter (WEM3080)

   [234.7,9.99,1068,21.063,20.667,49.99,1]

[voltage, current, power,import energy, export energy]

unit: voltage [V], current [A], power [W],import energy [kWh], export energy [kWh]

Local Output: three-phase electric energy meter(WEM3080T)

 [
   [234.7,9.99,1068,21.063,20.667,49.99,1],
   [220,9.99,1100,21.063,20.667,49.99,0.5],
   [220,9.99,1213,21.063,20.667,49.99,0.55],
   [224.9,0,3381,26.329,25.834,49.99,0.55]
 ]

[ voltageA, currentA, powerA,import energyA, export energyA], [ voltageB, currentB, powerB,import energyB, export energyB], [ voltageC, currentC, powerC,import energyC, export energyC]

unit: voltage [V], current [A], power [W],import energy [kWh], export energy [kWh]

Monitor your solar PV system in Node-Red

You can use the Energy monitor node of IAMMETER to monitor your solar PV system in Node-Red.

Effect && Demo

Node-RED UI: http://ha.iammeter.com:11880/ui

Node-RED flow: http://ha.iammeter.com:11880/#flow/5fb9966c8a33b771

Node-RED in Homeassistant: http://ha.iammeter.com:18123/nodered

user/password: iammeter/iammeter

iammeter_node-red-solar-pv-system_daily

Tutorial

How to monitor your solar PV system in NodeRed

About IAMMETER

Monitor your energy consumption in IAMMETER-Cloud

Integrate IAMMETER energy meter to third-party platforms