Forum Replies Created
-
AuthorPosts
-
November 6, 2019 at 1:56 pm in reply to: How to calculate the time vehicle is stopped / Como calcular el tiempo detenido #9522leoKeymaster
Hi @cytoplyu@gmail.com, apologies for the delay.
dev_idle and vehicle_dev_idle are in fact cumulative values, dev_idle is the devices hardcoded value that increments until there’s a device change.
while vehicle_dev_idle is a user editable offset from the dev_idle.
In most cases these are identical.
your best bet to get the time that a vehicle spends in Idle is to either use the counters API or the rawdata api with a resampled request.
example:
in both responses the data is returned in seconds.
"dev_idle": 4261.0
leoKeymasterThe rawdata API has different fields for the odometer of a device and each field has it’s own function.
vo
– Virtual odometer, raw value from the device, calculated by the GPS positions
dev_dist
– Adjusted odometer, fills nulls values and has useful filters
vehicle_dev_dist
– Odometer defined by the user, this value is commonly set as the odometer of the vehicle, and it increments along with the dev_dist value.Use
vo
– should not be used, it’s a raw value that can be null from the device
dev_dist
– should be used to calculate distances traveled, it has filters fills null values
vehicle_dev_dist
– since this value is user editable, it’s useful to know the total final value of the vehicle’s odometer.When you use the ECU monitor accesory, the value can come in as:
ecu_distance
– raw value from the vehicle’s engine
ecu_dist
– adjusted value with filters and no null values
vehicle_ecu_dist
– engine odometer editable by the user, increases with the ecu_distUse
ecu_distance
– should not be used, it can contain null values
ecu_dist
– should be used to know the actual total distance traveled by the vehicle
vehicle_ecu_dist
– it’s optional, but we have seen cases where the odometer on the vehicle’s dashboard is not the same as the odometer being read by the ECU monitor.The vehicle’s odometer can be edited from the application using the Vehicle Counters app, visit the following forum for more information.
How to set the odometer of a vehicleMarch 5, 2014 at 8:31 pm in reply to: Integracion de liga de google maps para facil localizacion del Syrus #2228leoKeymasterEstimado,
En la proxima liberacion del firmware quedara de esta manera:
>QPV;GM<
>RPV;GM http://maps.google.com/maps?q=32.875687,-117.210678 ;ID=356612021234567< Saludos,- This reply was modified 10 years, 9 months ago by leo.
February 24, 2014 at 6:05 pm in reply to: Integracion de liga de google maps para facil localizacion del Syrus #2217leoKeymasterEstimado,
Disculpa la demora en responder su tema.
Este desarrollo es algo que lo hemos planeado para un lanzamiento futuro en el firmware del Syrus.
Muchas gracias pos su sugerencia.
leoKeymasterHola Amanda,
Has intentado con la versión 2.1.20? La mas reciente?
El comando para actualizar a esta versión es el: >SXAFU0C< Una vez hecho puedes hacer las pruebas nuevamente y dejarnos saber. La otra cosa es que si se puede hacer un downgrade de firmware: Para bajar a la version 2.0.51 este seria el comando: >SXAFU1http://dctserver.com/otap/f/2y0a51/std/;syrmag;3620afd5;< Saludos, -
AuthorPosts