<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Nissan Leaf PIDS - Torque main forum				            </title>
            <link>https://torque-bhp.com/community/main-forum/nissan-leaf-pids/</link>
            <description>Torque Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Jul 2026 03:24:06 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-39052</link>
                        <pubDate>Thu, 30 Nov 2017 18:59:29 +0000</pubDate>
                        <description><![CDATA[hi, did anyone ever use torque pro with the nissan leaf? i know there is leafspy, but i like the featurees of torque pro. are there any PIDs one can use?]]></description>
                        <content:encoded><![CDATA[hi, did anyone ever use torque pro with the nissan leaf? i know there is leafspy, but i like the featurees of torque pro. are there any PIDs one can use?]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>0x00</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-39052</guid>
                    </item>
				                    <item>
                        <title>RE: Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24844</link>
                        <pubDate>Thu, 02 May 2013 09:23:16 +0000</pubDate>
                        <description><![CDATA[Unfortunately, not many nissan leafs are on the roads and then, we would need a significant population of enthusiasts like us to try to make it work with Torque :)

I found only one mentio...]]></description>
                        <content:encoded><![CDATA[Unfortunately, not many nissan leafs are on the roads and then, we would need a significant population of enthusiasts like us to try to make it work with Torque :)

I found only one mention in the MyNissanLeaf forums
http://www.mynissanleaf.com/viewtopic.php?f=44&amp;t=5442

I will not give up :D

I already have collected a significant amount of data, sourcing it from other forums and boards. Here is a copy of what i have!

https://docs.google.com/spreadsheet/ccc?key=0AlM8XZLzL3IidExwaW1XSE54WjFTNFBaS0VvamVJSGc&amp;usp=sharing

Cheers!]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>luisqcosta</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24844</guid>
                    </item>
				                    <item>
                        <title>RE: Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24821</link>
                        <pubDate>Tue, 30 Apr 2013 16:09:04 +0000</pubDate>
                        <description><![CDATA[Yeah, that sounds like pure CAN.... and doesn&#039;t seem to talk OBD at all....not sure Torque could work for you. OBD is a layer on top of CAN that handles data differently. There&#039;s still comma...]]></description>
                        <content:encoded><![CDATA[Yeah, that sounds like pure CAN.... and doesn't seem to talk OBD at all....not sure Torque could work for you. OBD is a layer on top of CAN that handles data differently. There's still command/response, but there are MODES and PID's.


Have others gotten it to work?]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>frodus</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24821</guid>
                    </item>
				                    <item>
                        <title>RE: Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24817</link>
                        <pubDate>Tue, 30 Apr 2013 09:24:06 +0000</pubDate>
                        <description><![CDATA[Hmm I now understand frodus :) Thank you very much!

The thing is , i have a lot of information regarding the Nissan leaf but not very practical ways to handle it. I love Torque and the wa...]]></description>
                        <content:encoded><![CDATA[Hmm I now understand frodus :) Thank you very much!

The thing is , i have a lot of information regarding the Nissan leaf but not very practical ways to handle it. I love Torque and the way it enables an amazing display of information, versatility and reliability.

I have the requests i need and i also know the format of the expected answers. It would be something along these lines:


(From the my nissanleaf forums)

/////////
In order to read a group of data, first send the initial request command on ID 0x79b:
0x02 0x21 group 0xff 0xff 0xff 0xff 0xff (those last 5 bytes can be 0xff or 0x00, doesn't seem to matter, and yeah I tried group 0 and 6.. didn't see anything)

For example to request pack temperatures you'd start with
0x79b: 0x02 0x21 0x04 0 0 0 0 0

Which returns something like:
0x7bb: 0x10 0x10 0x61 0x04 0x01 0xfb 0x15 0x01

The first byte is an index (incremented on subsequent lines), the 2nd byte is a sort of group size, the 3rd byte is 0x61 (responding to the 0x21) and the 4th byte is the group number. The actual data starts on the 5th byte.
In this example the first temperature is a 3 byte value (16bit raw A/D and 8bit temp) 0x01fb 0x15 meaning 21 degrees C with the raw 10 bit A/D NTC thermistor value 0x1fb or 507 decimal. The start of the 2nd temperature is the last byte of the message.
//////////////////

This is of course only available when you read the EV-Can and not the traditional one (conventional can+ and can-, for this, i moded the elm adaptor :)]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>luisqcosta</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24817</guid>
                    </item>
				                    <item>
                        <title>RE: Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24797</link>
                        <pubDate>Mon, 29 Apr 2013 18:27:56 +0000</pubDate>
                        <description><![CDATA[Ian is saying you need to know more about those messages.

You need to know what the OBD request is. You indicate what the response is, but what is sent to the vehicle to get that response...]]></description>
                        <content:encoded><![CDATA[Ian is saying you need to know more about those messages.

You need to know what the OBD request is. You indicate what the response is, but what is sent to the vehicle to get that response?

something like 22 01 00, where 22 is the mode and 01 00 is the PID request.

If it's PURE CANBUS, then it won't work with torque. Torque is OBD-II only and must connect to an OBD compliant CAN line.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>frodus</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24797</guid>
                    </item>
				                    <item>
                        <title>RE: Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24794</link>
                        <pubDate>Mon, 29 Apr 2013 14:47:55 +0000</pubDate>
                        <description><![CDATA[Thank you for the reply!

Does anyone know about any plugin that enables the request&gt;answer message type?

Cheers!]]></description>
                        <content:encoded><![CDATA[Thank you for the reply!

Does anyone know about any plugin that enables the request&gt;answer message type?

Cheers!]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>luisqcosta</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24794</guid>
                    </item>
				                    <item>
                        <title>RE: Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24779</link>
                        <pubDate>Sun, 28 Apr 2013 08:10:01 +0000</pubDate>
                        <description><![CDATA[Hi!

You need a request-&gt;response format message  (Commonly known as a mode 21 or mode 22 PID request)  - this is what is required for use with Torque.

Currently monitor only mode wi...]]></description>
                        <content:encoded><![CDATA[Hi!

You need a request-&gt;response format message  (Commonly known as a mode 21 or mode 22 PID request)  - this is what is required for use with Torque.

Currently monitor only mode will need a third party plugin to operate (as torque does not do this by default, as it is not standard)]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>piemmm</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24779</guid>
                    </item>
				                    <item>
                        <title>RE: Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24773</link>
                        <pubDate>Sun, 28 Apr 2013 00:02:31 +0000</pubDate>
                        <description><![CDATA[Nobody? no insight? :(]]></description>
                        <content:encoded><![CDATA[Nobody? no insight? :(]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>luisqcosta</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-24773</guid>
                    </item>
				                    <item>
                        <title>Nissan Leaf PIDS</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-3359</link>
                        <pubDate>Thu, 25 Apr 2013 13:13:44 +0000</pubDate>
                        <description><![CDATA[Hi guys, 

I am having some trouble getting some custom pids working on a friends leaf. The CAR-CAN High is pin 6, and Low is 14 and it has 500k baud rate  and 11-bit Message IDs.

At th...]]></description>
                        <content:encoded><![CDATA[Hi guys, 

I am having some trouble getting some custom pids working on a friends leaf. The CAR-CAN High is pin 6, and Low is 14 and it has 500k baud rate  and 11-bit Message IDs.

At this point we know the following:

Battery voltage and current

These are calculated as follows:
1. the message ”0x1db” is read from the bus
2. the two first bytes of the message contain the current as signed
value:
I = (byte0 * 256 + byte1)/64
if I &lt; ?512 : {I = I + 1024}
3. the second two bytes of the message contain the voltage as unsigned
value:
V = (byte2 * 256 + byte3)/128

Battery state of charge

This is calculated as follows:
1. the message ”0x5bc” is read from the bus
2. the two first bytes of the message contain the state of charge as an integer value, counted to a maximum of 281 in an unit called ”gids”
3. this figure is divided by 281 to obtain a percentage value:
GID = (byte0 * 256 + byte1)/64
SoC = GID/281 *100

We already modded the obd adaptor to in order to switch the CAN+ and CAN- to the leaf EV-CAN (different pins from standard).

Is it possible to create custom pids in Torque based on this info?

Any help would be appreciated :)

Cheers!]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>luisqcosta</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/nissan-leaf-pids/#post-3359</guid>
                    </item>
							        </channel>
        </rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 35/45 objects using Memcached
Page Caching using Memcached (Requested URI contains query) 
Database Caching 27/51 queries in 0.022 seconds using Memcached

Served from: torque-bhp.com @ 2026-07-13 03:24:06 by W3 Total Cache
-->