ANSWERED

Which EVs/HEVs report on which stats?

I am building an integration focused on fetching data for EV fleets from the `fleet/vehicles/stats`endpoint. I've been reading through the openapi spec for these 12 properties: ``` "evStateOfChargeMilliPercent", "evChargingStatus", "evChargingEnergyMicroWh", "evChargingVoltageMilliVolt", "evChargingCurrentMilliAmp", "evConsumedEnergyMicroWh", "evRegeneratedEnergyMicroWh", "evBatteryVoltageMilliVolt", "evBatteryCurrentMilliAmp", "evBatteryStateOfHealthMilliPercent", "evAverageBatteryTemperatureMilliCelsius", "evDistanceDrivenMeters", ``` But all of them have the disclaimer, "Not all EV and HEVs may report this field." My question is - what EVs or HEVs **do** support those fields? Since I can only fetch up to three of these types at a time, I'd like to prioritize the fields that are most widely supported by the largest number of EV makes/models. Thank you!
ANSWERED

External ID not creating

Hello, team I'm trying to add external ID to my address, and JSON seems to be ok <br /> **to create address** {"addresses":{ "formattedAddress":"134 Norfinch Drive, North York, ON, M3N 1X7, Canada", "name":"Upper Crust North York", "geofence":{"circle":{"radiusMeters":250}}, **"externalIds":{"objectId":"abc12345"}** }} but the response from the server does not contain it **Response** \[{ "id":170514113, "name":"Upper Crust North York", "createdAtTime":"2024-08-20T21:18:40.913517391Z", "formattedAddress":"134 Norfinch Drive, North York, ON, M3N 1X7, Canada", "geofence":{"circle":{"radiusMeters":250}}, "contacts":\[]}] Please, advise, maybe Im missing smth?

Remote access to do a forced regen

Does Samsara have any collaborations, integrations with diagnostic software from Volvo, Detroit Diagnostic or OTR Performance Diagnostic Tool or any other so a technician could get a remote access to a truck's ECU in order to perform distant programming like calibrations, all types of regens, resets, check up tests, fault codes deletion, etc.? Example: a truck is in derate mode thousand miles away, cannot drive more than 5 m/h, no adequate service nearby, weekend.... In 80% cases this issue can be solved by a trusted diagnostic specialist within 1-3 hours using software tools. No need to overpay to mobile road service, no towing, no other unnecessary expenses. So is there any hope for this feature?

ETA

how i can turn ETA and miles to ahipper or delivery

Endpoints/Correct URL for Footage Pulling

I'm trying to build a tool to automate footage pulling using Zapier and Samsara API. Is there an endpoint URL that can be used to pull footage from specific vehicles?