InfluxDB
Reading Data
from(bucket:”@bucket”) |> range(start: @startMeasurementTime) |> filter(fn: (r) => r.\_measurement == “@measurement”)Output Format on Read
[
{
'result': '_result',
'table': 0,
'_start': '2021-02-14T09:29:24.514083303Z',
'_stop': '2021-02-15T09:29:24.514083303Z',
'_time': '2021-02-15T09:29:06.059Z',
'_value': 19.7,
'_field': 'value',
'_measurement': 'temperature',
},
{
'result': '_result',
'table': 0,
'_start': '2021-02-14T09:29:24.514083303Z',
'_stop': '2021-02-15T09:29:24.514083303Z',
'_time': '2021-02-15T09:29:06.059623817Z',
'_value': 21.3,
'_field': 'value',
'_measurement': 'temperature',
},
]Writing Data
Output Format on Write
Service Commissioning File Example
Last updated
Was this helpful?

