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';
I am using the standard database, how do I do a query?
I donĀ“t know if that's possible.
You should use Mysql/Mariadb ;)
Maybe somebody has the answer?
Is there a way to find what vehicle was somewhere yesterday.
Example: what vehicle was on 1st street yesterday (or yesterday at 12pm)
Thanks