node-red-contrib-simple-energymeter

0.6.2 • Public • Published

NPM version NPM downloads per month NPM downloads total MIT License JavaScript Style Guide

Energymeter

This node calculates energy based on power inputs. No need to measure time seperately.

As you may use one or more appliance in your home automation which are able to output power measurement you may want to know the energy consumption/production over a specific period of time. This node takes power values as input parameter and calculates the energy amount. As energy can be discribed as the product of power and a time period, the time period this node uses is the intervall between two inputs.

Installation

In Node-RED (preferred)

  • Via Manage Palette -> Search for "node-red-contrib-simple-energymeter"

In a shell

Basic installation:

  • go to the Node-RED "userDir" folder, typically ~/.node-red
  • run npm install node-red-contrib-simple-energymeter

Usage

Simply wire it with an power input device and make use of the output:

energymeter-basic-usage

Fig. 1: Basic usage node energymeter

Properties

energymeter-properties

Fig. 1: Properties node energymeter

Package Sidebar

Install

npm i node-red-contrib-simple-energymeter

Weekly Downloads

16

Version

0.6.2

License

Apache-2.0

Unpacked Size

44.6 kB

Total Files

7

Last publish

Collaborators

  • marcvolta