This small linux tool is intended to connect to Renault Zoe's CAN bus and save some basic parameters to InfluxDB.
Name of the project is inspired by (and a tribute to) a great CanZE project.
- SOC (state of charge)
- Active power from the grid (when charging from AC)
- SOH (battery's state of health)
- Total vehicle distance (odometer)
It is intended to running constantly (as a daemon) sensing when the car's OBD dongle is in range. When the car is not in sleep mode (eg. when it is charging), then it is saving the parameters.
canze-rs 0.1.0
Renault Zoe influxdb parameters logger
USAGE:
canze-rs [OPTIONS]
OPTIONS:
-c, --config <CONFIG> Config file path [default: /etc/canze-rs.conf]
-d, --debug Enable debug info
-h, --help Print help information
-V, --version Print version information
The project uses a simple configuration file:
/etc/canze-rs.conf
A sample file may have the following contents:
[general]
mac = 00:00:00:00:00:00 #enter your bluetooth dongle MAC here
[influxdb]
url = http://192.168.1.1:8086
db = zoe