Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

293 total results found

Dataplans

eGauge Hardware Product Pages Communication Hardware

Dataplans sold by eGauge Systems are intended for use with models sold by eGauge Systems and in the U.S. You must have an eGauge.net account before activating a data plan. If you do not already have an eGauge.net account, please create and confirm an eGauge.n...

Submetering

eGauge Installation eGauge Installation Examples

The EG4xxx series meters are capable of monitoring up to 7 single-phase units (EG4015) or 15 single-phase units (EG4030) with a single meter. Single-phase units require 2 CTs each, one for each phase. Please visit egauge.net/start for an overview of the physi...

Quick Start Guide

eGauge Meter Documentation EG4xxx meters (Core and Pro) documentation

An EG4xxx Quick Start guide is included with each meter. A copy may be downloaded here.

quick start
quickstart
quick
start

Large High-Accuracy 80mm (3.1") CTs (AccuEnergy)

eGauge Hardware Product Pages Current Transformers (CTs)

 Visit the online store page eGauge Systems offers the 80mm AccuEnergy AcuCT-3135R revenue-grade CT in 1,000 A and 1,500 A ratings. For smaller sizes and amperage ratings, see our 20mm and 36mm High-Accuracy CT offerings which offer ANSI C12.20 0.5% accuracy ...

IMT Weather Station (Si-RS485TC-2T-v-MB)

Other Hardware Documentation Third party Environmental Sensors

Configuring Unsupported CTs

eGauge Meter Configuration Advanced Configuration

Custom CT size scale factor Calculation Always use caution when choosing to use unsupported CTs with the eGauge meter. Supported sensors are always preferred and will yield the most accurate results. eGauge Systems cannot guarantee accuracy or safety when usi...

unsupported
custom

Logging data from pulse meters

eGauge Meter Configuration

This article describes using pulse sensors to read from energy meters, but any meter such as flow meters may be used. The only difference is to change the formula register from "Power [W]" to the particular measurement and using a "constant" that represents 1 ...

Unexpected readings in Channel Checker

Troubleshooting

This article covers common physical reasons for unexpected sensor readings in the channel checker or register values including AC (RMS), DC (mean), and Frequency readings. This article applies to both CTs to measure amperage and Sensor Hub compatible sensors. ...

Power Relay Module (PRM3)

eGauge Hardware Product Pages Other Accessories

 Visit the online store page Model: PRM3 Polyphase equipment control danger warningWhen controlling single-phase or three-phase loads that have more than one currently-carrying conductors (e.g., hot lines, not neutral or ground), be sure to control the relay...

Lua Scripting Overview

Advanced eGauge Operation Lua Scripting

Lua scripting is an advanced topic. eGauge Support cannot review code and has limited support for troubleshooting Lua scripts. Introduction Support for eGauge Script (eScript) was introduced in firmware v1.1, allowing limited scripting through the use of for...

Creating and Using Lua scripts

Advanced eGauge Operation Lua Scripting

Lua scripting is an advanced topic. eGauge Support has limited support for troubleshooting Lua scripts and cannot review Lua code. Use caution and test extensively when using Lua scripts for automated control of remote devices to prevent unexpected ...

Dashboard control of PRM3

Other Hardware Documentation Power Relay Module (PRM3) Software Docu...

eGauge meter Dashboard Control Back to Main Power Relay Module (PRM3) Product Page. A "Switch" can be toggled to control the relay when connected to the eGauge via USB by using the Mobile-Friendly dashboard interface. From the classic interface, click Vie...

Lua Scripting with PRM3

Other Hardware Documentation Power Relay Module (PRM3) Software Docu...

Back to Main Power Relay Module (PRM3) Product Page. The eGauge meter provides a Lua scripting environment for interaction and control of the eGauge PRM3 Power Relay Module when connected to the eGauge via USB. Navigating to the Lua Scripting interface Contr...

Modbus Control of PRM3

Other Hardware Documentation Power Relay Module (PRM3) Software Docu...

Back to Main Power Relay Module (PRM3) Product Page. The Power Relay Module acts as a Modbus server. As such, it responds to requests sent by a client. It never initiates a request on its own. Connection and Power Power The eGauge PRM3 may be powered using...

SCPI Control of PRM3

Other Hardware Documentation Power Relay Module (PRM3) Software Docu...

Back to Main Power Relay Module (PRM3) Product Page. SCPI introduction SCPI (pronounced "skippy") stands for "Standard Commands for Programmable Instruments" and uses ASCII encoded strings. Com mands are entered one line at a time. Each line must end with a ca...

Mask control

Other Hardware Documentation Power Relay Module (PRM3) Software Docu...

Back to Main Power Relay Module (PRM3) Product Page. The eGauge PRM3 has 3 independently controlled relay contacts. When controlling polyphase loads such as single or three-phase loads, the multiple relay contacts used should be open and closed simultaneously...

JSON WebAPI relay control

Other Hardware Documentation Power Relay Module (PRM3) Software Docu...

Back to Main Power Relay Module (PRM3) Product Page. WebAPI documentation may be found at https://egauge.net/support/webapi. The /ctrl endpoint is used for controlling the PRM3. The eGauge Python Library contains helper functions for authentication and reque...

Introduction

eGauge Meter Communication JSON WebAPI

The WebAPI documentation may be found at egauge.net/support/webapi. eGauge Systems periodically releases new firmware versions with bug fixes, enhancements, and new features to the WebAPI. It is recommended to use the latest eGauge firmware version. ...

Authentication

eGauge Meter Communication JSON WebAPI

View the /auth section information in the WebAPI documentation for full details on the authentication methods of the eGauge meter WebAPI. The eGauge WebAPI uses JSON web token (JWT) authentication for all interactions. An "Authorization" header must be provide...

Register Data Examples

eGauge Meter Communication JSON WebAPI

This page contains a few basic examples of obtaining historical register data from an eGauge meter using the WebAPI. These examples use the eGauge Python library but other languages and libraries may be used. Get Instantaneous values Request: dev.get('/registe...