Emissions “Smog” Check

Your vehicle is considered not ready and likely to fail your emissions test due to the following issues:

  • All Model Years 2001 and newer must have 1 or less Monitor
    as “Not Complete”.
  • All Model Years 1996 to 2000 must have 2 or less Monitors as “Not Complete”.
  • All Model Years 2001 and newer must have 1 or less Monitor as “Not Complete”.
  • Check Engine light is ON while engine is running.
  • A primary code is present.

You will need to drive your vehicle for several days and run the test again to ensure that your vehicle is ready prior to scheduling an emissions test. Please be advised that an incomplete Monitor does not indicate that you will fail your emissions test.

For more details on EPA guidelines, please
click here
.

Monitor Name Tool Monitor Icon Status
MIL (Check Engine Light) ON
Misfire Monitoring Completed
Fuel System Monitoring Completed
Comprehensive Component Monitoring Completed
Catalyst Monitoring Not Completed
Evaporative System Monitoring Not Completed
Oxygen Sensor Monitoring Not Completed
Oxygen Sensor Heater Monitoring Not Completed
EGR System Monitoring Not Completed

Get Diagnostic Report (GET)

Diagnostic reports are generated as a result of ‘Update Vehicle Odo and OBD’ API to pass along vehicle OBD2 information. If the user has a Check Engine Light or pending issues, a diagnostic report is generated. This report contains all the information pertaining to that code, including but not limited to, the laymen meaning and severity of the code, the possible causes, and the most-likely repair.

http://api2.carmd.com/v2.0/report/diagnostic?reportID=560a3fb03c1081a120251263

Response:

"monitor": [
                  {
                      "key": "MIL",
                      "value": "ON"
                  },
                  {
                      "key": "Misfire Monitor",
                      "value": "Complete"
                  },
                  {
                      "key": "Fuel System Monitor",
                      "value": "Complete"
                  },
                  {
                      "key": "CCM Monitor",
                      "value": "Complete"
                  },
                  {
                      "key": "Catalyst Monitor",
                      "value": "Not complete"
                  },
                  {
                      "key": "EVAP Monitor",
                      "value": "Not complete"
                  },
                  {
                      "key": "O2 Sensor Monitor",
                      "value": "Not complete"
                  },
                  {
                      "key": "O2 Sensor Heater Monitor",
                      "value": "Not complete"
                  },
                  {
                    "key": "EGR Monitor",
                    "value": "Not complete"
                }

              ]