Find vehicle

Morgan2 years ago

Is there a way to find what vehicle was somewhere yesterday.
Example: what vehicle was on 1st street yesterday (or yesterday at 12pm)

Thanks

x6883992 years ago

If you have enabled reverse geolocation this information is in your database.
You could do a SQL query something like:

select * from tc_positions where address like '%1st street%' and devicetime between '2022-03-08 12:00:00' and '2022-03-08 13:00:00';
Morgan2 years ago

I am using the standard database, how do I do a query?

x6883992 years ago

I donĀ“t know if that's possible.
You should use Mysql/Mariadb ;)

Maybe somebody has the answer?