Skip to content

Instantly share code, notes, and snippets.

@jrgutier
Last active December 10, 2022 04:00
Show Gist options
  • Save jrgutier/18c68fc734cc127c33bfe7763ab1105f to your computer and use it in GitHub Desktop.
Save jrgutier/18c68fc734cc127c33bfe7763ab1105f to your computer and use it in GitHub Desktop.
Rivian API Vehicle Endpoint Properties
"body/alarm/sound_alarm"
"body/closures/door_FL_locked_state"
"body/closures/door_FL_state"
"body/closures/door_FR_locked_state"
"body/closures/door_FR_state"
"body/closures/door_RL_locked_state"
"body/closures/door_RL_state"
"body/closures/door_RR_locked_state"
"body/closures/door_RR_state"
"body/closures/front_left_window_state"
"body/closures/front_right_window_state"
"body/closures/frunk_locked_state"
"body/closures/frunk_state"
"body/closures/gear_guard_locked_state"
"body/closures/liftgate_locked_state"
"body/closures/liftgate_state"
"body/closures/rear_left_window_state"
"body/closures/rear_right_window_state"
"body/closures/sidebin_L_locked_state"
"body/closures/sidebin_L_state"
"body/closures/sidebin_R_locked_state"
"body/closures/sidebin_R_state"
"body/closures/tailgate_locked_state"
"body/closures/tailgate_state"
"body/closures/tonneau_locked_state"
"body/closures/tonneau_state"
"body/closures/window_calibration_FL_state"
"body/closures/window_calibration_FR_state"
"body/closures/window_calibration_RL_state"
"body/closures/window_calibration_RR_state"
"body/wipers/fluid_state"
"core/ota_status/cgm_ota_install_fast_charging"
"core/ota_status/cgm_ota_install_hv_batt_low"
"core/ota_status/cgm_ota_install_not_parked"
"core/ota_status/cgm_ota_install_ready"
"core/power_modes/power_state"
"dynamics/hv_battery_notifications/BMS_thermal_event"
"dynamics/modes/drive_mode"
"dynamics/odometer/value"
"dynamics/powertrain_status/brake_fluid_level_low"
"dynamics/propulsion_status/PRNDL"
"dynamics/tires/tire_FL_pressure_status_valid"
"dynamics/tires/tire_FL_pressure_status"
"dynamics/tires/tire_FR_pressure_status_valid"
"dynamics/tires/tire_FR_pressure_status"
"dynamics/tires/tire_RL_pressure_status_valid"
"dynamics/tires/tire_RL_pressure_status"
"dynamics/tires/tire_RR_pressure_status_valid"
"dynamics/tires/tire_RR_pressure_status"
"energy_storage/charger_status/vehicle_charger_status"
"energy_storage/charger/adjusted_soc"
"energy_storage/charger/EMS_charger_evse_type"
"energy_storage/charger/EMS_charger_remainingtime_min_1"
"energy_storage/charger/ems_user_exp_max_soe"
"energy_storage/charger/vehicle_charger_state"
"energy_storage/icd_cid_notifications/b_pack_thermal_runaway_propagation"
"energy_storage/icd_cid_notifications/range_threshold"
"energy_storage/mobile/remote_charging_available"
"energy_storage/mobile/soc_limit"
"energy_storage/vehicle_efficiency/lifetime_wh_per_km"
"energy_storage/vehicle_energy/vehicle_range"
"telematics/gnss/position"
"telematics/ota_status/available_version_number"
"telematics/ota_status/available_version_week"
"telematics/ota_status/available_version_year"
"telematics/ota_status/available_version"
"telematics/ota_status/current_version_number"
"telematics/ota_status/current_version_week"
"telematics/ota_status/current_version_year"
"telematics/ota_status/current_version"
"telematics/ota_status/download_progress"
"telematics/ota_status/install_duration"
"telematics/ota_status/install_progress"
"telematics/ota_status/install_time"
"telematics/ota_status/install_type"
"telematics/ota_status/pending_reason_active_mode"
"telematics/ota_status/pending_reason_lv_batt"
"telematics/ota_status/pending_reason_other"
"telematics/ota_status/status_current"
"telematics/ota_status/status"
"telematics/privacy/offline_mode_enabled"
"thermal/hvac_cabin_control/cabin_temperature"
"thermal/hvac_cabin_control/driver_temperature"
"thermal/hvac_mobile_status/3rd_row_auto_rear_left_seat_conditioning"
"thermal/hvac_mobile_status/3rd_row_auto_rear_right_seat_conditioning"
"thermal/hvac_mobile_status/3rd_row_left_seat_heat_status"
"thermal/hvac_mobile_status/3rd_row_right_seat_heat_status"
"thermal/hvac_mobile_status/auto_left_seat_conditioning"
"thermal/hvac_mobile_status/auto_rear_left_seat_conditioning"
"thermal/hvac_mobile_status/auto_rear_right_seat_conditioning"
"thermal/hvac_mobile_status/auto_right_seat_conditioning"
"thermal/hvac_mobile_status/auto_steering_wheel_heat_conditioning"
"thermal/hvac_mobile_status/defrost_defog_status"
"thermal/hvac_mobile_status/estimated_cabin_temp_mobile"
"thermal/hvac_mobile_status/left_seat_heat_status"
"thermal/hvac_mobile_status/left_seat_vent_status"
"thermal/hvac_mobile_status/rear_left_seat_heat_status"
"thermal/hvac_mobile_status/rear_right_seat_heat_status"
"thermal/hvac_mobile_status/right_seat_heat_status"
"thermal/hvac_mobile_status/right_seat_vent_status"
"thermal/hvac_mobile_status/set_temp_status_mobile"
"thermal/hvac_mobile_status/steering_wheel_heat_status"
"thermal/hvac_settings/pet_mode_status"
"thermal/hvac_settings/pet_mode_temperature_status"
"thermal/tmm_status/cabin_precondition_state"
"thermal/tmm_status/cabin_precondition_type"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment