Main Page

From BITPlan can4eve Wiki
Jump to navigation Jump to search
Sunflower.png
Profiwikiicon.png

What is can4eve?

can4eve

  • is a software for electric vehicles
  • it reads, analyzes, visualizes, stores and replays CAN bus data from the vehicle taken via an OBDII adapter
  • is an open source software project see https://github.com/BITPlan/can4eve

Supported Vehicles

as of 2017-06 only Triplet cars: Mitsubishi i-Miev, Citroën C-Zero, Peugeot-Ion are supported

Supported OBDII-Adapters

  1. OBDLink_SX
  2. OBDLink_LX (via rfcomm on Linux!)
  3. ELM327_China_USB (not recommended/limited/use at own risk!)
  4. VGate_ICar_2 (not recommended/limited/use at own risk!)

Supported Platforms

can4eve is written in Java It has been tested on

An Android version is in preparation.

Since Apple does not support Java on the iPhone and since Microsoft does not support Java on some of its environments can4eve would have to be ported to run in these environments. Currently there are no concrete plans to work around this. Since can4eve uses JavaFX it is certainly feasible to get an iPhone and other ports. Oracle mobile might also be a future option to support many more mobile devices.

State of the project

Screen Shots

Odometer

Odometer2017-07-10.png

Dashboard / Clocks

DashBoard2017-07-06.png Clocks2017-07-10.png

Battery Cell states / SOC-RR history

ScreenShot Cell Voltage 2017-07-11 235316.png Socrr2017-06-18.png

General OBD info (debug)

Screenshot2017-06-18.png Data2-2017-06-18.png


Test

Before installation of the software you might want to run the automated tests for can4eve.

Installation

can4eve uses maven and gradle as a build platform as of 2017-06 only the obdii module has a rudimentary user interface See Help#Installation

Running from command line

As of 2017-06 the jar created by the rebuild script is compiled for the Triplet vehicles.

usage

java -jar target/com.bitplan.obdii-0.0.1-jar-with-dependencies.jar -h
Help
CANTriplet: 0.0.1

  usage: java CANTriplet
 --display [None | Console | Swing] : display
                                      the display to use one of:
                                       None,Console,Swing
 --host (--hostname) WERT           : host
                                      the host to connect to
 --limit (--framelimit) N           : limit
                                      the maximum number of frames to read
 --port (--portnumber) N            : port
                                      the port to connect to
 --vg (--vehicle-group) WERT        : vehicleGroup
                                      the vehicleGroup to connect to
 -c (--conn) WERT                   : connection device
                                      the connection to use
 -d (--debug)                       : debug
                                      create additional debug output if this
                                      switch is used
 -h (--help)                        : help
                                      show this usage
 -l (--log) WERT                    : log
                                      the logfile to write
 -p (--pid) WERT                    : pid to monitor
                                      the pid to monitor
 -t (--timeout) N                   : timeout in msecs
                                      the timeout for elm327 communication
 -v (--version)                     : showVersion
                                      show current version if this switch is
                                      used

License

https://www.apache.org/licenses/LICENSE-2.0

Creator

BITPlanLogo2012.svg

Other Apps

Vehicles Icon App Link
Mitsubishi i-Miev, Citroen C-Zero, Peugeot Ion CanIon https://play.google.com/store/apps/details?id=emobility.canion&hl=de
Renault Canze-icon-shading.png CANZE http://canze.fisch.lu/
Outlander PHEV SmallEvLogo.png EVBatMon for PHEV http://evpositive.com/evbatmon-for-phev.html
Nissan Leaf LeafSpyLogo.png Leaf Spy https://play.google.com/store/apps/details?id=com.Turbo3.Leaf_Spy_Lite&hl=de
Tesla TM-SpyLogo.png TM-Spy https://play.google.com/store/apps/details?id=com.Turbo3.TMSpy&hl=de
Combustion engine cars TorqueLogo.png Torque Pro https://play.google.com/store/apps/details?id=org.prowl.torque&hl=de
Combustion engine cars EasyOBDIILogo.png  Easy OBDII http://www.easyobdii.com/

Details

EVBatMon

Our App not only gives you access to internal information at your fingertips, it will also track the health of the Li On drive battery over time and against distance. com.EvPositive.EvBatMon_6.png

LeafSpy

Leaf Spy Lite lets a Nissan Leaf owner view detailed information about their Leaf's battery by plugging in an inexpensive ELM-327 Bluetooth OBDII adapter into the standard OBDII port on the Leaf. ELM-327 Bluetooth adapters are available on eBay for around $10-$20 and one is required before Leaf Spy Lite can display information from your Leaf. Main-qimg-eaec4f6a0b00c9fc98d84f1b376f811a.png

TM-Spy

TM-Spy uses a standard ELM 327 type Bluetooth or WiFi OBDII adapter to decode information from the CAN service plug located below the center display screen. Check the internet for how to access this cable and the specifications for the custom adapter cable required to go from the Tesla 12 pin connector to the standard 16 pin OBDII connector which the ELM 327 adapter plugs into.

TM-3-Screenshot.png

Links