Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Undokumentierte API Funktion: Tagessummen
#1
Hallo zusammen,

dieser Teil der API ist in der Dokumentation enthalten:

Actual Values:
For example type
Code:
http://<ipaddress:1080>/api/all/all/now
in your webbrowser to get all actual values.
The structure of the URL looks like:
Code:
http://<ipaddress>:<port>/api/<phaseid>/<valueid>/now
Allowed parameters for valueid:

current      Current [A] (available for phase 1,2,3, neutral conductor)
voltage       Voltage [V] (available for phase 1,2,3)
power        Power [W]  (available for phase 1,2,3)
cosphi        cos φ  (available for phase 1,2,3 –  it is important to measure the voltage)
frequency  Frequency [Hz]  (available for phase 1,2,3)
all               Get all Values
 
Allowed parameters for phaseid:
1  Phase 1
2  Phase 2
3  Phase 3
4  only for use with valueid current (current of  neutral conductor)
all  All phases
 
Historical and chart data:
The REST-API can also serve historical data.
For example 
Code:
http://<ipaddress:1080>/api/chart/123/power/from/2016-09-29T00:00:00.000Z/to/2016-09-29T14:00:00.000Z
gives you all measured values of power
from September 29,2016 between 0.00 a.m and 2.00 p.m.
The structure of the URL looks like:
Code:
http://<ipaddress>:<port>/api/chart/<phaseid>/<valueid>
Allowed parameters for valueid:
current           Current [A] (available for phase 1,2,3, neutral conductor)
voltage          Voltage [V] (available for phase 1,2,3)
power            Power [W]  (available for phase 1,2,3)
cosphi            cos φ  (available for phase 1,2,3 –  it is important to measure the voltage)
energy_pos  Energy [Wh] (energy consumption)
energy_neg  Energy [Wh] (energy production)
 
Allowed parameters for phaseid:
1       Phase 1
2      Phase 2
3      Phase 3
4       only for use with valueid current (current of  neutral conductor)
123  All phases


Was nicht drin steht ist dass man mit
Code:
http://<ipaddress>:<port>/api/dayvalues/<phaseid>/<valueid>
auch fertige Tagessummen aus der Historie auslesen kann.

http://<ipaddress>:<port>/api/dayvalues/1/energy_pos/from/2017-06-26T00:00:00.000Z/to/2017-06-27T00:00:00.000Z
liefert beispielsweise den Energieverbrauch auf Phase 1 vom 26.06.2017
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)