Releases: CSS-Electronics/canedge-influxdb-writer
Releases · CSS-Electronics/canedge-influxdb-writer
v2.2.5
v2.2.4
v2.2.3
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 ininputs.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
v2.2.1
v2.2.0
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.