2CMC489001M0201
158
G13
Revision: A
User Manual
JSON Communication
}
6.3.54 GET /meters/<serial>/energy/<type>
A GET call to /meters/<serial>/energy/<type> returns realtime energy values of
requested meter.
Each component of energy like active, reactive and apparent energies are mea-
sured separately.
User needs to obtain each value with separate requests by specifying the type
accordingly.
Also meters measure import as well as export energy.
Energy consumed from is measured as import energy.
Energy exported to utility is measured as export energy.
Differential value is measured as net energy. Net energy could be negative when
export is more than import.
For simple cases total energy would be a choice.
Protected
Yes (Authentication required)
Request
GET /meters/<serial>/energy/<type>/<mode> HTTP/1.1
Authorization: Basic XXXXXXXXXXXXXXX=
Parameters
•
type - 'active', 'reactive', 'apparent'
Note
Not all meter types support reactive and apparent measurements. Please refer to
product manual for list of supported parameters.
Examples
• https://192.168.1.12/meters/ABB_8/energy/active
• https://192.168.1.12/meters/ABB_8/energy/reactive
• https://192.168.1.12/meters/ABB_8/energy/apparent
Содержание G13
Страница 1: ...G13 User Manual ...
Страница 2: ......
Страница 3: ...G13 User Manual Document ID 2CMC489001M0201 Revision A 2013 04 25 ...
Страница 8: ...Table of Content G13 4 2CMC484002M0201 User Manual Revision A ...
Страница 50: ...2CMC489001M0201 46 G13 Revision A User Manual Meter Settings 4 Set Frequency 5 Select Energy Type 6 Click Send ...
Страница 249: ...JSON Communication G13 245 2CMC489001M0201 User Manual Revision A ...