Advanced Search
Search Results
295 total results found
Dataplans
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
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 Getting Started for an overview of the physic...
Quick Start Guide
An EG4xxx Quick Start guide is included with each meter. A copy may be downloaded here.
Large High-Accuracy 80mm (3.1") CTs (AccuEnergy)
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)
Configuring Unsupported CTs
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...
Logging data from pulse meters
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
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)
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
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
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
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
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
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
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
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
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
The WebAPI documentation may be found at egauge.net/support/webapi. The Web API was introduced in firmware v.4.2, however eGauge Systems periodically releases new firmware versions with bug fixes, enhancements, and new features to the WebAPI. It is reco...
Authentication
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
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...