Filter

tambiu 7 years ago

Hi,

Is it possible to have a new Filter option like this example:

If my car is parked upload data to database every 60 minutes or other time that I need.

Some like this <entry key='filter.parkedTime'>60</entry>
(So, the system will register data only every 60 minutes if the vehicle has speed 0km)

Anton Tananaev 7 years ago

You can achieve almost what you want if you combine distance filtering with filter limit.

tambiu 7 years ago

It will not work, because filter distance will only upload data after the vehicle move some distance, but I would like to upload data after x minutes even if the vehicle have not move any distance.

I Think that filter distance could get the last position parked, because when I set filter.distance 10 meters, it the vehicle before stop totally not achive this 10 meters, it will not register in the database.

Anton Tananaev 7 years ago

You are wrong. Read my message carefully and then read documentation.

tambiu 7 years ago

I have searching anothers threads, and I have found how filter limit works, Now I understood. thank you again.