v2.2.3
Changes
- Various fixes to the
can_decodermodule - Updated ARN layers to incorporate latest
can_decoder - Added support via
signal_prefixfor 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.