SATEC provide a REST API (Application Programming Interface) for advanced connectivity to electrical energy metering and power quality analysers.
eXpertpower provides a RESTful API receiving HTTP requests in standard actions such as: GET, POST, PUT, etc.
The response type is controlled via ACCEPT header (application/XML, application/JSON).
Through use of TCP/IP communications direct for SATEC meters, data availability becomes more reliable and transparent through eXpertpower’s REST API.
Below is an limited example of a script/syntax used to connect to Energy (kWh) consumption data.
Request example:
/api/Consumption/GetConsumption?startDate=2022-01-01&endDate=2022-01-02&usageType=ActiveEnergyExport&periodType=Hours
Reply example:
[
{
“deviceID”: 2022101,
“consumptions”: [
{
“readingDate”: “2022-01-01T01:00:00”,
“value”: 0
},
{
“readingDate”: “2022-01-01T02:00:00”,
“value”: 0
},
Explore related topics:
For Your Industry
- How To Find Phantom Loads Using Smart Metering Data
- Smart Electricity Metering for Event and Convention Centres: How to Measure Energy Use per Event
- Energy Usage in Data Centres: What’s Driving It, How to Measure It and How to Control It
Standards & Compliance
- NMI Approved Metering and Electricity Billing: How to Reduce Disputes with Better Measurement
- Neutral Current Monitoring For Commercial Buildings: What It Is And How To Do It Well
- Four Quadrant Energy Metering In Australia: How To Measure Import, Export And Reactive Energy
Related Reading
- How to Identify Hidden Energy Losses in Your Facility
- How to Identify Nonlinear Loads in Your Facility
- How to Reduce Harmonic Distortion: Filters, Monitoring and Best Practices
Trending in Your Sector
- Solar Net Metering Explained: How It Works and Why Accurate Metering Matters
- NEM Metering Installation Types Explained: A Complete Guide To Types 1 To 9
Trending Outside Your Sector




