Skip to content

Marcvolta/node-red-energymeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

A Node-Red node to calculate energy based on power input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published