Skip to content

Instantly share code, notes, and snippets.

@spullara
Created January 20, 2014 02:49
Show Gist options
  • Select an option

  • Save spullara/8514104 to your computer and use it in GitHub Desktop.

Select an option

Save spullara/8514104 to your computer and use it in GitHub Desktop.
{
"vehicle": {
"color": null,
"display_name": null,
"id": XXXX,
"option_codes": "MS01,RENA,TM00,DRLH,PF01,BT85,PMTG,RFPO,WTSP,IZMB,IDCF,TR01,SU01,SC01,TP01,AU01,CH00,HP00,PA01,PS00,AD02,X024,X019,X001,X003,X007,X011,X013",
"user_id": XXXX,
"vehicle_id": XXXX,
"vin": "XXXX",
"tokens": [
"XXXX",
"XXXX"
],
"state": "online"
},
"state": {
"df": 0,
"dr": 0,
"pf": 0,
"pr": 0,
"ft": 0,
"rt": 0,
"car_version": "1.49.57",
"locked": true,
"sun_roof_installed": true,
"sun_roof_state": "unknown",
"sun_roof_percent_open": 0,
"dark_rims": false,
"wheel_type": "Charcoal21",
"has_spoiler": true,
"roof_color": "None",
"perf_config": "Sport",
"exterior_color": "Grey"
},
"charge": {
"charging_state": "Stopped",
"charge_limit_soc": 90,
"charge_limit_soc_std": 90,
"charge_limit_soc_min": 50,
"charge_limit_soc_max": 100,
"charge_to_max_range": false,
"battery_heater_on": false,
"not_enough_power_to_heat": false,
"max_range_charge_counter": 0,
"fast_charger_present": false,
"battery_range": 193.9,
"est_battery_range": 145.24,
"ideal_battery_range": 220,
"battery_level": 79,
"battery_current": -0.6,
"charge_energy_added": 0,
"charge_miles_added_rated": 0,
"charge_miles_added_ideal": 0,
"charger_voltage": 0,
"charger_pilot_current": 40,
"charger_actual_current": 0,
"charger_power": 0,
"time_to_full_charge": 1.17,
"charge_rate": 0,
"charge_port_door_open": true,
"scheduled_charging_start_time": 1390204800,
"scheduled_charging_pending": true,
"user_charge_enable_request": null,
"charge_enable_request": false,
"eu_vehicle": false,
"charger_phases": null
},
"climate": {
"inside_temp": 22.5,
"outside_temp": 18,
"driver_temp_setting": 19.8,
"passenger_temp_setting": 19.8,
"is_auto_conditioning_on": false,
"is_front_defroster_on": 0,
"is_rear_defroster_on": false,
"fan_status": 0
},
"drive": {
"shift_state": null,
"speed": null,
"latitude": XXXX,
"longitude": XXXX,
"heading": 185,
"gps_as_of": 1390186046
},
"settings": {
"gui_distance_units": "mi\/hr",
"gui_temperature_units": "F",
"gui_charge_rate_units": "mi\/hr",
"gui_24_hour_time": false,
"gui_range_display": "Rated"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment