iobroker-community-adapters / ioBroker.places

Adapter for ioBroker for analyzing location information
MIT License
5 stars 5 forks source link

Found a newer place for this user: skipping update #19

Closed lobomau76 closed 3 years ago

lobomau76 commented 3 years ago

I have the adapter running for some months (years?) without problems. It is still working fine. But now I am receiving the following warnings. It is right that a newer place has been found because it is moving. What does it mean and how can I get rid of it? The google maps function is turned off.

`

places.0 2020-12-03 08:30:40.774 warn (20098) Found a newer place for this user: skipping update
places.0 2020-12-03 08:30:33.413 warn (20098) Found a newer place for this user: skipping update
places.0 2020-12-03 08:30:26.278 warn (20098) Found a newer place for this user: skipping update

` Edit: the tesla adapter sends every 5sec the location. Too often perhaps?

lobomau76 commented 3 years ago

My guess was right. The other Adapter was sending with too much frequency, every 5 sec. With a script I now send the data only every 15sec. Now working without that warning.

Perhaps it should be added a suggestion in the places adapter description saying that the frequency should not be less 10sec for example.