1

Get sensor data from Specific unit at a given time

Тема: Get sensor data from Specific unit at a given time

Hi all,

iam trying to build an application where i can get Sensor Data (notably for mileage counter).

this app should do the following: request via the apI: Sensor data from a unit at a given Date and time


so far,
axpdreamer

2

Get sensor data from Specific unit at a given time

Re: Get sensor data from Specific unit at a given time

axpdreamer, You can request message(s) for specified date and time:
https://sdk.wialon.com/wiki/en/sidebar/ … d_interval
and then calculate sensors' values for that time interval:
https://sdk.wialon.com/wiki/en/sidebar/ … lc_sensors

Head of Wialon Local Department
Gurtam
3

Get sensor data from Specific unit at a given time

Re: Get sensor data from Specific unit at a given time

Thanks,

and i ghuess under wialon-python that would be messages_load_interval ?


thanks so far,
axpdreamer

4

Get sensor data from Specific unit at a given time

Re: Get sensor data from Specific unit at a given time

axpdreamer, that's right, messages_load_interval.

Head of Wialon Local Department
Gurtam