Hi Anton,
I'd like to know whether its possible to get a device's gps status ("No gps" or "ON") from the attributes in the position model.
What im trying to achieve at this moment is to get a devices positions on a map (with markers) using the route api reference. however i would like to have a table with list of all positions next to the map (similar to traccar - web) but i'd like to be able to show the GPS device's status.
I require this because sometimes the device returns inaccurate data and having the GPS device status would allow me to see what points on the map are credible and what points arent (given the devices position and timestamp as well).
Im currently using a device (Coban 303f) that uses the gps103 protocol.
I'd very much appreciate your assistance.
You are looking for "valid" column.
May i just ask though, how is the valid column calculated?
The flag comes directly from GPS module and reported by device. It's not calculated on the server side, if that's what you are asking.
yes it is, thank you again
Hi Anton,
I'd like to know whether its possible to get a device's gps status ("No gps" or "ON") from the attributes in the position model.
What im trying to achieve at this moment is to get a devices positions on a map (with markers) using the route api reference. however i would like to have a table with list of all positions next to the map (similar to traccar - web) but i'd like to be able to show the GPS device's status.
I require this because sometimes the device returns inaccurate data and having the GPS device status would allow me to see what points on the map are credible and what points arent (given the devices position and timestamp as well).
Im currently using a device (Coban 303f) that uses the gps103 protocol.
I'd very much appreciate your assistance.