Skip to content

Releases: CSS-Electronics/canedge-influxdb-writer

v2.2.5

24 May 05:53
Compare
Choose a tag to compare

Changes

  • Updated ARN layers and requirements.txt with mdf-iter version 2.0.6

v2.2.4

17 May 11:17
Compare
Choose a tag to compare

Changes

  • mix fixes/improvements incl. AWS Lambda ARN layer updates

v2.2.3

20 Feb 08:22
Compare
Choose a tag to compare

Changes

  • Various fixes to the can_decoder module
  • Updated ARN layers to incorporate latest can_decoder
  • Added support via signal_prefix for adding a prefix to signals based on settings in inputs.py

The ability to add a signal prefix can be relevant if you have signal names that are not globally unique. For example, if you're recording two identical applications on CAN 1 and CAN 2 (e.g. two engines), you can use the bus_prefix to add 1. or 2. in front of the signal names when they're written to InfluxDB. Similarly, if you have multiple CAN IDs that map to the same J1939 PGN, it may be preferable to 'split' these by enabling the can_id_prefix so that the CAN ID is displayed in front of the signal name. You can also combine these prefix options.

v2.2.2

09 Feb 09:09
Compare
Choose a tag to compare

Changes

  • Updated can_decoder to properly handle duplicate timestamps in data (also updated ARN layers)

v2.2.1

27 Jan 12:47
Compare
Choose a tag to compare

Changes

  • Updated can_decoder to latest version in requirements.txt and Lambda ARN layers
  • Fixed Lambda deployment scripts to explicitly provide region in the session creation

v2.2.0

26 Jan 21:09
Compare
Choose a tag to compare

Changes

  • Updated requirements and code to support FW 01.07.01 log files
  • Updated Lambda function ARN layers to support new requirements
  • Updated Lambda function deployment to include automated deployment scripts

Automated deployment of Lambda functions

This update makes it far simpler to deploy/manage AWS Lambda functions, enabling easy automation of the InfluxDB writer. See the README in deploy-aws-lambda/ for details on getting started.

v2.1.1

01 Jan 19:02
Compare
Choose a tag to compare

Changes

  • Minor fixes and corrections
  • Added add_signal_prefix function

v2.1.0

01 Jan 11:28
Compare
Choose a tag to compare

Changes

  • Optimized the InfluxDB write options for improved speed
  • When resampling is enabled, data is now written log file by log file, instead of signal by signal

The combined impact of the above changes is that data is written up to 10x faster than before.

v2.0.0

06 Apr 19:38
Compare
Choose a tag to compare

Changes

  • Updated sample data & DBC files
  • Streamlined README to be more similar to the canedge-grafana-backend repo
  • Simplified the support for multi-frame DBC decoding (ISO TP)

v1.0.4

18 Oct 12:22
Compare
Choose a tag to compare

Changes

  • Updated query for fetching the "latest data timestamp" from InfluxDB to ensure better performance for larger datasets