1

Data from integration

(24/12/2019 14:03:31 отредактировано locationGPS)

Тема: Data from integration

Hello,

we are making integration with distributor and their informatic is asking;

I would like to know the state when I make a call, not all the historic, just the last coordinate:

- Location of the object
- Engine state (moving, cruise, iddling or disconnected) - if it s disconnected how long was
-Odometer
-Fuel level
-speed
- Driver,  copilot
- Driver activity (driving, bed, disponilbilty, work) time on that activity
- Driver info: (start driving, diary driving, week driving tiem, bi-week time, times of resting reduced and extenede driving time in the week.

smile

easy hum?

thanks

Locating things
2

Data from integration

Re: Data from integration

Hello!

1) Location, last messages
via request search item/items with required flags it's possible to get Last location, last parameters (speed, fuel level, odometer and etc) from device
flags - https://sdk.wialon.com/wiki/en/sidebar/ … ormat/unit
2) Egine state as last engine sensor value from request    unit/calc_last_message ,  the same for Fuel level sensors  - via request  unit/calc_last_message https://sdk.wialon.com/wiki/en/sidebar/ … st_message

To get sensor working time it's possible via events system  - first required units uploaded to session, then request  events/check_updates  to get events executed
3) To get bounded drivers - https://sdk.wialon.com/wiki/en/sidebar/ … r_bindings
4) To get other driver information it's possible via request seach items resourse with subitems drivers,  with data flag = 256  https://sdk.wialon.com/wiki/en/sidebar/ … ce#drivers

Diana Cheley
Wialon Hosting Expert
Gurtam
3

Data from integration

Re: Data from integration

cool... thanks a lot

Locating things