BlueWave Studio forum
Extended OBD PIDs for Nissan - Printable Version

+- BlueWave Studio forum (https://bluewavestudio.io/community)
+-- Forum: OpenAuto Pro (https://bluewavestudio.io/community/forum-86.html)
+--- Forum: OBD-II (https://bluewavestudio.io/community/forum-103.html)
+--- Thread: Extended OBD PIDs for Nissan (/thread-1876.html)

Pages: 1 2 3 4


Extended OBD PIDs for Nissan - TheBasedDoge - 08-12-2020

Very cool. Working on trying to get the obd setup with my car.

I found a list of of extended PIDs for Nissan. Does it support extended PID? here is an example of what I found

PID           Bytes A   B C D Name Description
1101 4353 1       61          Engine Coolant Temperature °C = A-50, °F = (A - 50)*9/5+32, Same as Mode 01:05, but +10
1102 4354 1       00          Vehicle Speed kph = A*2, mph = (A*2)/1.60934
1103 4355 1       96          Battery Voltage V = A/12.5 or V=A*.08
111F 4383 1       5F          Oil Temperature °C = A-50, °F = (A - 50)*9/5+32, Same as 580:E



So would I make my config in OA this? (for example, oil temp)

[ObdInfo_9]
Query=111F
MinValue=0
MaxValue=100
Limit=0
Formula=a
Label=Oil Temp
Precision=0


RE: OpenAuto Pro version 10 is available - jhornbr225 - 08-12-2020

I am also interested in this.

There are extended PID's for my truck for transmission oil temp. It does not have a dipstick to check the level, so the procedure to check the level is to warm to fluid to within a certain range of temperature, then pull a small plug on the pan. At the right temp only a trickle will come out. Thank you Toyota.


RE: Extended OBD PIDs for Nissan - Daniel_BlueWave - 08-12-2020

Please follow this guide: https://bluewavestudio.io/community/showthread.php?tid=1858
and let us know what is the result in your car.

Your PID should look more or less like below (add it to /home/pi/.openauto/config/openauto_obd_pid_info.ini file):

[ObdInfo_X]
Query=111F
MinValue=-40
MaxValue=215
Limit=90
Formula=a-50
Label=Oil °C
;Formula=((a-50)*1.8)+32
;Label=Oil °F
Precision=0

Please adjust label, unit, limit and max/min value for your needs.

X in ObdInfo_X must be replaced by the consecutive value. Also please remember to increment the


[ObdInfo]
Count=9

value. Once you define your PID, you can add it to the Dashboard. You can create new Dasboard or replace one of the PID in the existing one. Query value is the unique identifier for the PID.


RE: Extended OBD PIDs for Nissan - TheBasedDoge - 08-13-2020

None of my custom PIDs are working Sad additionally, the obd connection itself does not seem stable. It works for a little while but the it freezes and stays at the last value.



I am using this adapter
https://www.amazon.com/gp/product/B005NLQAHS/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1




Which has always worked perfectly with my phone. Additionally I am able to get all this data from my phone app (OBD Fusion) so it must be some wrong setup in OA.



pics attached. I am going to mess around with it more. But I also need to figure out why the connection isnt very stable. Oh, also I changed the update speed to 3 from 5. Not sure how fast i go? its quite slow to update while its working.


[Image: ITjaFRs.jpg]

[Image: DLRVC1W.jpg]





[Image: RuBk6aN.jpg]


RE: Extended OBD PIDs for Nissan - BlueWave - 08-14-2020

Great there is some progress. Please provide us logs located in /home/pi/.openauto/cache/openauto.log file. It would be great to catch the moment when adapter is disconnecting (or some symptoms of unstable connection are visible). Also please post configuration of PIDs that you have added.


RE: Extended OBD PIDs for Nissan - TheBasedDoge - 08-14-2020

Ok, I fixed the disconnection issues. its a bad BT adapter. I switched to my Asus BT adapter and it seems stable and even updates faster, so that's fixed. Now onto the PIDs.

Oh, I also attached a datalog i found online of someone who has mapped out PIDs on a 370z. You can take a look, maybe I am missing something there also.

My end goal is to also figure out how to show the climate temp if possible on the OA screen, also the individual tire pressures  (this i know can be seen from OBD since OBD fusion can grab it)

Dashboards:
Quote:[ObdDashboards]
Count=3
[ObdDashboard_0]
Name=Sport
Title=Sport dashboard
Type=0
Query_0=010C
Query_1=0105
Query_2=010F
Query_3=0104
Query_4=0111
[ObdDashboard_1]
Name=Detailed
Title=Detailed dashboard
Type=1
Query_0=0105
Query_1=0104
Query_2=010A
Query_3=010B
Query_4=010F
Query_5=010D
Query_6=0110
Query_7=0111
[ObdDashboard_2]
Name=Extended PIDs
Title=Nissan PIDs
Type=1
Query_0=111F
Query_1=1106
Query_2=1111
Query_3=1114
Query_4=1183
Query_5=1179


PID Info:
Quote:[ObdInfo]
Count=14
[ObdInfo_0]
Query=0104
MinValue=0
MaxValue=100
Limit=0
Formula=a/2.55
Label=Load %
Precision=0
[ObdInfo_1]
Query=0105
MinValue=-40
MaxValue=215
Limit=90
Formula=a-40
Label=Temp °C
;Formula=((a-40)*1.8)+32
;Label=Temp °F
Precision=0
[ObdInfo_2]
Query=010A
MinValue=0
MaxValue=765
Limit=0
Formula=a*3
Label=Fuel kPa
Precision=0
[ObdInfo_3]
Query=010B
MinValue=0
MaxValue=255
Limit=0
Formula=a
Label=Intake kPa
Precision=0
[ObdInfo_4]
Query=010C
MinValue=0
MaxValue=8000
Limit=6200
Formula=(256*a+b)/4
Label=RPM
Precision=0
[ObdInfo_5]
Query=010D
MinValue=0
MaxValue=255
Limit=0
Formula=a*0.6214
Label=mph
Precision=0
[ObdInfo_6]
Query=010F
MinValue=-40
MaxValue=215
Limit=50
Formula=a-40
Label=Intake °C
;Formula=((a-40)*1.8)+32
;Label=Intake °F
Precision=0
[ObdInfo_7]
Query=0110
MinValue=0
MaxValue=655.35
Limit=0
Formula=(256*a+b)/100
Label=grams/sec
Precision=2
[ObdInfo_8]
Query=0111
MinValue=0
MaxValue=100
Limit=0
Formula=(100/255)*a
Label=Throttle %
Precision=0
[ObdInfo_9]
Query=111F
MinValue=0
MaxValue=100
Limit=0
Formula=a
Label=Oil Temp
Precision=0
[ObdInfo_10]
Query=1106
MinValue=0
MaxValue=100
Limit=0
Formula=a
Label=Intake Air
Precision=0
[ObdInfo_11]
Query=1111
MinValue=0
MaxValue=100
Limit=0
Formula=a
Label=Fuel Temp
Precision=0
[ObdInfo_12]
Query=1114
MinValue=0
MaxValue=100
Limit=0
Formula=a
Label=Fuel Level
Precision=0
[ObdInfo_13]
Query=1183
MinValue=0
MaxValue=100
Limit=0
Formula=a
Label=Gear Position
Precision=0
[ObdInfo_14]
Query=1179
MinValue=0
MaxValue=100
Limit=0
Formula=a
Label=AC Evap Temp
Precision=0



RE: Extended OBD PIDs for Nissan - BlueWave - 08-14-2020

You have to adjust value of the "Formula" for your new pids to get meaningful values. But that should not affect the querying. Any chance to get the log file?

Please also try to add 22 at beginning of each custom query (e.g. 22111F). We found on the internet that PIDs you are trying to query are available in mode 22.


RE: Extended OBD PIDs for Nissan - TheBasedDoge - 08-14-2020

Ah ok. Will try adding 22. I will get the log file for you also shortly.


RE: Extended OBD PIDs for Nissan - TheBasedDoge - 08-14-2020




RE: Extended OBD PIDs for Nissan - BlueWave - 08-14-2020

Looks like logs from startup. There is nothing regarding OBD. Please try to zip them and send at software@bluewavestudio.io