/processext

Additional emoncms input processors

Primary LanguagePHP

ProcessExt: Additional emoncms input processors

An extension to the emoncms input processing module.

Processes include:

  • value_and_scale: Combines a value and scale input, multiplies the value by 10^scale, by Justin Knight PR1647
  • pow10_input: Scales current value by 10 to the power of another input, by Justin Knight PR1647
  • Delayed / smoothed kWh to power, by Robert Norton PR1686
  • Wh Accumulator that does not have a limit of 60Kw, by CidiRome PR1724

Install

Module should be installed in the /var/www/emoncms/Modules directory.

Install this module either by downloading the zip file, extracting and renaming the resulting directory to processext, and placing the directory in /var/www/emoncms/Modules.

Or to install via git:

cd /var/www/emoncms/Modules
git clone git@github.com:emoncms/processext.git