<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
  <siteinfo>
    <sitename>BITPlan can4eve Wiki</sitename>
    <dbname>can4evewiki</dbname>
    <base>http://can4eve.bitplan.com/index.php/Main_Page</base>
    <generator>MediaWiki 1.35.5</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="-1" case="first-letter">Special</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Talk</namespace>
      <namespace key="2" case="first-letter">User</namespace>
      <namespace key="3" case="first-letter">User talk</namespace>
      <namespace key="4" case="first-letter">BITPlan can4eve Wiki</namespace>
      <namespace key="5" case="first-letter">BITPlan can4eve Wiki talk</namespace>
      <namespace key="6" case="first-letter">File</namespace>
      <namespace key="7" case="first-letter">File talk</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki talk</namespace>
      <namespace key="10" case="first-letter">Template</namespace>
      <namespace key="11" case="first-letter">Template talk</namespace>
      <namespace key="12" case="first-letter">Help</namespace>
      <namespace key="13" case="first-letter">Help talk</namespace>
      <namespace key="14" case="first-letter">Category</namespace>
      <namespace key="15" case="first-letter">Category talk</namespace>
      <namespace key="102" case="first-letter">Property</namespace>
      <namespace key="103" case="first-letter">Property talk</namespace>
      <namespace key="106" case="first-letter">Form</namespace>
      <namespace key="107" case="first-letter">Form talk</namespace>
      <namespace key="108" case="first-letter">Concept</namespace>
      <namespace key="109" case="first-letter">Concept talk</namespace>
      <namespace key="112" case="first-letter">smw/schema</namespace>
      <namespace key="113" case="first-letter">smw/schema talk</namespace>
      <namespace key="114" case="first-letter">Rule</namespace>
      <namespace key="115" case="first-letter">Rule talk</namespace>
      <namespace key="420" case="first-letter">GeoJson</namespace>
      <namespace key="421" case="first-letter">GeoJson talk</namespace>
      <namespace key="828" case="first-letter">Module</namespace>
      <namespace key="829" case="first-letter">Module talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Main Page</title>
    <ns>0</ns>
    <id>1</id>
    <revision>
      <id>1073</id>
      <parentid>1058</parentid>
      <timestamp>2019-01-03T04:45:42Z</timestamp>
      <contributor>
        <username>Wf</username>
        <id>1</id>
      </contributor>
      <comment>/* State of the project */</comment>
      <origin>1073</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="7556" sha1="8i10p4xkj91d0div5cn3yzzrpe2mibc" xml:space="preserve">__NOTOC__
[[File:Sunflower.png|128px|left]]
[[File:Profiwikiicon.png|128px|right]]
= 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 ==
{{#ask:
 [[Category:Vehicle]]
 [[Has image::+]]
 |?Has image=image
 |?can4eve support
}}

as of 2017-06 only {{Link|target=Triplet}} cars: Mitsubishi i-Miev, Citroën C-Zero, Peugeot-Ion are supported
The support for the {{Link|target=Mitsubishi Outlander PHEV}} is in preparation.
See also {{Link|target=Help/VehicleTypes}}

= Contents =
__TOC__
== Supported OBDII-Adapters ==
{{#ask:
 [[Category:ELM327]]
 [[Has image::+]]
 |?Has image=image
 |?can4eve support
}}

== Supported Platforms ==

can4eve is written in Java
It has been tested on
* {{Link|target=Raspberry PI}}
* {{Link|target=MacOS}}
* {{Link|target=Windows}}

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. [http://openjdk.java.net/projects/mobile/ Oracle mobile] might also be a future option
to support many more mobile devices.

== State of the project ==
* the software is in beta state - it has only been tested with a few vehicles so far 
* To install you might want to follow the {{Link|target=Installation}} instructions.
* We are looking for more beta testers see e.g. [http://www.goingelectric.de/forum/c-zero-i-miev-ion/alpha-tester-fuer-neue-obdii-can-software-can4eve-gesucht-t24625.html german Triplet] and [http://www.goingelectric.de/forum/mitsubishi-plug-in-hybrid-outlander/ Outlander PHEV] forum
* https://github.com/BITPlan/can4eve/issues/4 is been worked on see {{Link|target=Simple Report}}
==== Screen Shots ====
===== Odometer =====
[[File:screenShot_Odometer_2017-08-16_103323.png|400px]]

===== Dashboard / Clocks =====
[[File:screenShot_RPM_2017-08-16_102742.png|600px]]
[[File:screenShot_Clocks_2017-08-16_102206.png|600px]]

=== Charging ===
[[File:screenShot_SOC_2017-08-16_103106.png|600px]]

=== Battery Cell states / SOC-RR history===
[[File:screenShot_Cell Voltage_2017-07-11_235316.png|600px]]
[[File:screenShot_Cell Temp_2017-07-11_235321.png|600px]]
[[File:socrr2017-06-18.png|600px]]

=== General OBD info (debug) ===
[[File:Screenshot2017-06-18.png|600px]]
[[File:data2-2017-06-18.png|600px]]

== Installation ==
See {{Link|target=Help#Installation}}

=== Building the software yourself ===
can4eve uses maven a build platform
see test video below.

=== Developer / Unit Test ===
The software runs a test suite on each release.
If you want you can run the {{Link|target=JUnit tests|title=automated tests for can4eve}} yourself on your own development platform.
The following video shows an example of such a test run and how it should work in your environment in principle. The nice side effect is
that you get a preview of some of the features of the software this way.
&lt;HTML5video width="960" height="600" autoplay="false" loop="false"&gt;can4eveTest2017-08-16&lt;/HTML5video&gt;

=== Running from command line ===
As of 2017-06 the jar created by the rebuild script is compiled for the {{Link|target=Triplet}} vehicles.

==== usage ====
&lt;source lang='bash'&gt;
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
&lt;/source&gt;

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

=== Creator ===
[[File:BITPlanLogo2012.svg|200px|link=http://web.bitplan.com]]

= Other Apps =
{| class="wikitable"
|-
! Vehicles !! Icon !! App !! Link
|-
| Mitsubishi i-Miev, Citroen C-Zero, Peugeot Ion || || {{Link|target=CanIon}} || https://play.google.com/store/apps/details?id=emobility.canion&amp;hl=de
|-
| Renault
| [[File:Canze-icon-shading.png|64px]] || {{Link|target=CANZE}} ||  http://canze.fisch.lu/
|-
| Outlander PHEV || [[File:SmallEvLogo.png|64px]] || EVBatMon for PHEV || http://evpositive.com/evbatmon-for-phev.html
|-
| Nissan Leaf || [[File:LeafSpyLogo.png|64px]] || Leaf Spy || https://play.google.com/store/apps/details?id=com.Turbo3.Leaf_Spy_Lite&amp;hl=de
|-
|Tesla || [[File:TM-SpyLogo.png|64px]] || TM-Spy || https://play.google.com/store/apps/details?id=com.Turbo3.TMSpy&amp;hl=de
|-
| Combustion engine cars || [[File:TorqueLogo.png|64px]] || Torque Pro || https://play.google.com/store/apps/details?id=org.prowl.torque&amp;hl=de
|-
| Combustion engine cars || [[File:EasyOBDIILogo.png|64px]] || 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. ''
https://c.apk.plus/screenshots/5/c/4/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.''
[[File: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.''

[[File:TM-3-Screenshot.png]]

= Links =
* https://www.quora.com/What-is-a-good-OBD2-that-is-compatible-with-Electric-Cars
* http://ion.bitplan.com
[[Category:can4eve]]</text>
      <sha1>8i10p4xkj91d0div5cn3yzzrpe2mibc</sha1>
    </revision>
  </page>
</mediawiki>
