chirpstack-application-server icon indicating copy to clipboard operation
chirpstack-application-server copied to clipboard

InfluxDB Integration Timestamp

Open johannes-777 opened this issue 4 years ago • 1 comments

Hi, As my application respects the fair-use policy of the LoRa band, packets may be sent quite a bit after they were constructed. Therefore, the timestamp is encoded explicitly into the payload. Currently the InfluxDB Integration supports long/lat, but no explicit timestamps. In InfluxDB, this feature is described here: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/#timestamp In Chirpstack, the integration is here: https://github.com/brocaar/chirpstack-application-server/blob/master/internal/integration/influxdb/influxdb.go As I am not familiar with go, I would request this feature.

johannes-777 avatar Aug 03 '20 11:08 johannes-777

Hi, This is also required for devices sending multiple samples of whatever-they-measure in the same payload.

Regimbal avatar Jun 23 '21 15:06 Regimbal