ezeio2:apiref:syslog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ezeio2:apiref:syslog [2021-08-24 20:29] andrehezeio2:apiref:syslog [2021-09-24 23:04] (current) andreh
Line 12: Line 12:
  
 | ''serial'' | The serial number of the ezeio (XYZ987) | | ''serial'' | The serial number of the ezeio (XYZ987) |
-| ''from=datetime'' | The beginning of the range. Format per RFC3339 or "1d / 1h / 1m|+| ''from=datetime'' | The beginning of the range. Format per RFC3339 or 1d/1h/1m |
 | ''to=datetime'' | The end of the range. Format per RFC3339. If not given, current time is assumed.| | ''to=datetime'' | The end of the range. Format per RFC3339. If not given, current time is assumed.|
 | ''fields'' (optional) | Comma separated list of fields. Possible fields are 1-90, GPSx, GPSy, GPSz, GPSsignal. If not given, all fields are returned. | | ''fields'' (optional) | Comma separated list of fields. Possible fields are 1-90, GPSx, GPSy, GPSz, GPSsignal. If not given, all fields are returned. |
Line 37: Line 37:
 ''min'' : The smallest value\\ ''min'' : The smallest value\\
 ''max'' : The largest value\\ ''max'' : The largest value\\
-''sum'' : The sum of all samples in the interval+''sum'' : The sum of all samples in the interval\\ 
 +''spread'' : The difference between the highest and the lowest value in the interval\\ 
 +''count'' : The number of samples in the interval
  
 === Example usage === === Example usage ===
Line 46: Line 48:
 Specifying fields: Specifying fields:
 <code>https://api.eze.io/v1/syslog/XYS987/from=2018-10-05T06:30:00Z/to=2018-10-06T06:30:00Z/fields=2,4,12,GPSx,GPSy</code> <code>https://api.eze.io/v1/syslog/XYS987/from=2018-10-05T06:30:00Z/to=2018-10-06T06:30:00Z/fields=2,4,12,GPSx,GPSy</code>
 +
 +Available fields are:
 +
 +| ''#'' | Field # value, where # is an integer, 1-90 |
 +| ''ADC#'' | Raw ADC reading, where # is 0-10. 8=DC in, 9=Terminal DC, 10=5V terminal |
 +| ''out#'' | Raw output status, where # is 0, 1, 2 or 3 |
 +| ''fRunning'' | 1=Logic running. 0=Logic halted |
 +| ''ethComm'' | 1=Ethernet connection available. 0=No Ethernet connection |
 +| ''ethLink'' | 1=Ethernet link availabe. 0=No Ethernet link |
 +| ''GPSx'' | Location x-coordinate (latitude) |
 +| ''GPSy'' | Location y-coordinate (longitude) |
 +| ''GPSz'' | Location z-coordinate (elevation) |
 +| ''GPSsignal'' | GPS received signal |
 +| ''gpsLock'' | 1=GPS received has locked in signals from the satellites. 0=no lock |
 +| ''groupid'' | The group ID associated with this unit |
 +| ''uptime'' | Uptime in seconds |
 +| ''gsmComm'' | 1=Cellular data connection established. 0=No cellular data|
 +| ''gsmLink'' | 1=Cellular service found. 0=No cell service |
 +| ''gsmNet'' | 1=Cellular IP acquired. 0=No connection |
 +| ''cID'' | Cell tower ID |
 +| ''cLAC'' | Cell location area code |
 +| ''cMCC'' | Cell network MCC |
 +| ''cMNC'' | Cell network MNC |
 +| ''cRSSI'' | Cell received signal level |
  
 Hourly max values: Hourly max values:
  • ezeio2/apiref/syslog.1629836984.txt.gz
  • Last modified: 2021-08-24 20:29
  • by andreh