Location android device

ozz_wizard6 months ago

Regards to all
The program is excellent, but I have some problems with the location. Namely, it is a server that is on a Win machine with ms skl with clients that are with android phones.

Can someone help me with the parameters to overcome the problem that, for example, when the phone is at rest, I don't have false movements, that is, it does not detect a change in movement within a range of 100m and a speed below 5.

Reading the instructions, I tried it, but it doesn't get good results.
On the phone side, the settings are: interval is 15s, distance is 30

<entry key='filter.distance'>150</entry>
<entry key='event.motion.speedThreshold'>5</entry>

Has anyone had a similar problem or an idea how to overcome this.
The picture of what it looks like is on the link. And the device is all the time in one building, except when you leave it after 5 hours

Image https://ibb.co/Bsn9BRf

Thanks .

Anton Tananaev6 months ago

Those two parameters are completely unrelated. Filtering threshold is probably too high to get good results.

ozz_wizard6 months ago

OK. thank you very much
Does the filter below drop everything if the movement is within that fifty meters?

<entry key='filter.enable'>true</entry>
<entry key='filter.distance'>50</entry>
Anton Tananaev6 months ago

Yes.