Torque

Forums

Forums

Alfa Romeo Mito PID...
 
Notifications
Clear all

Alfa Romeo Mito PIDs

32 Posts
3 Users
0 Reactions
2,268 Views
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

Hello,

have the full version and is working fine with my car but was wondering is it is possible to display more data like oil temp and EGT as I can see them with my Multi Ecu Scan software with the OBD port.
Also I get funny readings in fuel trims (always about +/- 90-98%) and mostly negative spark advance values.

Thanks!

 
Posted : 18/10/2023 9:36 am
(@moreause)
Posts: 650
Honorable Member
 

it's possible but you need to find the adress and formula for it

fuel trim seem suspicious indeed ... normaly near 0

unless some manufacture decided to switch too 100% as normal or something

for timing some if i remember correctly some will show timing advance in negative ... since it's before 0

 
Posted : 23/10/2023 12:22 am
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from moreause on October 23, 2023
it's possible but you need to find the adress and formula for it

fuel trim seem suspicious indeed ... normaly near 0

unless some manufacture decided to switch too 100% as normal or something

for timing some if i remember correctly some will show timing advance in negative ... since it's before 0

</p></div>

Thanks for your reply.

Any ideas how to find those please?
Yes the trims look strange ?

Ok got it, probably works this way.

 
Posted : 29/10/2023 8:29 am
(@cintakc)
Posts: 1665
Noble Member
 

what engine do you have?
Post a screenshot from the Multi ECU scan program

 
Posted : 02/11/2023 7:46 am
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from cintakc on November 2, 2023
what engine do you have?
Post a screenshot from the Multi ECU scan program</p></div>

Mito QV Multiair
Engine code is 940A2000
ECU ISO code 7A 07 86 08 64
FIAT drawing number 51880178
Hardware number MM8GMFHW503
Hardware version 00
Software number 3N10DA42
Software version 0000
Homologation number 8GMFA5

 
Posted : 02/11/2023 10:22 am
(@cintakc)
Posts: 1665
Noble Member
 

EGT, 2218BA, Signed(A)*256+B, -32768, 32768, °C, DA10F1
Estimated oil temp, 221302, B, 0, 255, °C, DA10F1

 
Posted : 02/11/2023 7:47 pm
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from cintakc on November 2, 2023
EGT, 2218BA, Signed(A)*256+B, -32768, 32768, °C
Estimated oil temp, 221302, B, 0, 255, °C</p></div>

Wow that's great, thanks a lot!

Now I have to figure out how these can be used to get the data shown to the app.

 
Posted : 04/11/2023 12:18 pm
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from cintakc on November 2, 2023
EGT, 2218BA, Signed(A)*256+B, -32768, 32768, °C, DA10F1
Estimated oil temp, 221302, B, 0, 255, °C, DA10F1</p></div>

Hello,

Found how to insert extra PIDs to Torque, some reading was needed of course 🙂

EGT worked fine with the data provided
PID 2218BA
Equation Signed(A)*256+B
Min value -32768
Max value 32768
Unit type °C
OBD Header to use DA10F1

Oil temp does not though, I get
Result for equation: [No response]
Command: 221302
Response: 7F2231

If I use it like this
PID 221302
Equation B
Min value 0
Max value 255
Unit type °C
OBD Header to use DA10F1

Anything I could look at please?

Thx!

 
Posted : 08/03/2024 3:54 pm
(@cintakc)
Posts: 1665
Noble Member
 

Try the app AlfaOBD Demo, will it work with your engine and what type of ECU is suitable for your engine

 
Posted : 09/03/2024 11:14 am
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from cintakc on March 9, 2024
Try the app AlfaOBD Demo, will it work with your engine and what type of ECU is suitable for your engine</p></div>

Thanks, works ok with AlfaOBD, estimated oil temp is displayed.

ECU IAW 8GMF CF5/EOBD (eng. 1.4)
Harfware number: MM8GMFHW503
Homologation number: 8GMFA5

Does this mean it should also be displayed in Torque with the data you provided?
Also interested in Calculated Advance data as Torque displays strange negative numbers and fluctuating numbers?

*Have also images to upload but not sure how 🙂

 
Posted : 11/03/2024 7:46 am
(@cintakc)
Posts: 1665
Noble Member
 

Estimated oil temp, 221942, (A*256+B)*144.177/65535, 0, 144, °C, DA10F1
Calculated Advance, 221811, Signed(A)*256+B, -180, 180, °, DA10F1

 
Posted : 11/03/2024 11:10 am
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from cintakc on March 11, 2024
Estimated oil temp, 221942, (A*256+B)*144.177/65535, 0, 144, °C, DA10F1
Calculated Advance, 221811, Signed(A)*256+B, -180, 180, °, DA10F1</p></div>

No luck unfortunately 🙁

Oil temp displays a value of about 1 at idle and rises to 3-4 with light throttle and advance shows strange values.

 
Posted : 12/03/2024 7:35 am
(@cintakc)
Posts: 1665
Noble Member
 

make an exchange log via Bluetooth for AlfaOBD (btsnoop_hci.log)
you need to enter developer mode and enable BT exchange log recording (Bluetooth HCI snoop log)
write what response the ECU gives to such requests
22F100
22F1A5
221000
1A87

you can upload screenshots to any file hosting service, and post links here

 
Posted : 12/03/2024 11:16 am
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from cintakc on March 12, 2024
make an exchange log via Bluetooth for AlfaOBD (btsnoop_hci.log)
you need to enter developer mode and enable BT exchange log recording (Bluetooth HCI snoop log)
write what response the ECU gives to such requests
22F100
22F1A5
221000
1A87

you can upload screenshots to any file hosting service, and post links here</p></div>

Thanks, will try to create the btsnoop_hci.log file, think I found how to do it.
How do I send the 22xxxx commands though to the ecu?

 
Posted : 14/03/2024 8:41 am
(@cintakc)
Posts: 1665
Noble Member
 

Create a new PID and do a PID Test, you wrote that the answer to request 221302 is 7F2231

Oil temp does not though, I get
Result for equation: [No response]
Command: 221302
Response: 7F2231

 
Posted : 14/03/2024 10:27 am
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from cintakc on March 14, 2024
Create a new PID and do a PID Test, you wrote that the answer to request 221302 is 7F2231
<div class="quote"><p>Oil temp does not though, I get
Result for equation: [No response]
Command: 221302
Response: 7F2231</p></div></p></div>

Did not manage the BT snoop log but used a serial port analyzer with Multi Ecu Scan and almost sure I have the addresses (very close to the ones you gave)

Oil temp 22194F
Advance 221812

Need to figure out formulas and limits as the ones you gave are probably not valid, oil gives a value of 0.2 while it is about 100 and advance is kinda strange.

Got it about sending commands with PIDs, sorry.
Do you still want me to do it?

Appreciate your help!

 
Posted : 14/03/2024 2:50 pm
(@cintakc)
Posts: 1665
Noble Member
 

write what response the ECU gives to such requests
22F100
22F1A5
221000
1A87

 
Posted : 14/03/2024 2:53 pm
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

<div class="quote"><p>Quote from cintakc on March 14, 2024
write what response the ECU gives to such requests
22F100
22F1A5
221000
1A87</p></div>

Obviously with OBD header DA10F1

22F100
Response 7F2231

22F1A5
Response 008
0:62F1A57A0786
1:0864

221000
Response 6210000000

1A87
Response 7F1A11

 
Posted : 14/03/2024 3:06 pm
(@cintakc)
Posts: 1665
Noble Member
 

Estimated oil temp, 22194F, Signed(A)*256+B, -40, 140, °C, DA10F1
Spark Advance, 221812, (Signed(A)*256+B)/16, -2048, 2048, °, DA10F1

 
Posted : 14/03/2024 4:22 pm
(@vassilisa)
Posts: 17
Active Member
Topic starter
 

Great thanks!

Just figured out the equation of the oil temp myself before you replied and it worked 🙂

Timing advance seems to be fine with the data you supplied!

Do you know if this engine has a wideband oxygen sensor so I can display AFR?
Did not manage to find any 0-5V readings either in AlfaOBD nor in MES.

Is it too much to ask how do you find min-max values, why did you ask to send these requests etc? Always keen of learning bud 🙂

 
Posted : 14/03/2024 4:55 pm
Page 1 / 2
Share:

  Follow me on twitter