meatpiHQ / wican-fw

GNU General Public License v3.0
293 stars 56 forks source link

Under Generic Profile Intake Airtemp #205

Open cloudbr34k84 opened 1 week ago

cloudbr34k84 commented 1 week ago

The Intake Airtemp PID is creating a sensor in Home Assistant as % where it should be a Temperature class

OBD2 PID for Intake Air Temperature: The PID for Intake Air Temperature is 0x0F.

Formulabfor Calculating Intake Air Temperature:

How to Use the Data:

Let’s say the OBD2 scanner reads a value of 0x45 for PID 0x0F. Convert 0x45 to decimal: 0𝑥45=69 (decimal) Apply the formula: Intake Air Temperature (°C)=69−40=29°C