Can't get visit suggestions to work

I am trying to get Dawarich to suggest visits to me, but somehow it doesn’t work. I have reverse geocoding activated via the Geoapify API and I get this output from the console:

[1] pry(main)> DawarichSettings.reverse_geocoding_enabled?
=> true
[2] pry(main)> DawarichSettings.geoapify_enabled?
=> true

I have also created some areas and visits manually but when I run the commands from here I still get no suggested visits.

Is there something I am missing?

I switched my location tracking app from the HomeAssistant integration to OwnTracks and now I start logging ”Geopoints tracked”, which was 0 before. After running a new BulkVisitsSuggestingJob, Dawarich started suggesting visits. I think there is a bug in the HomeAssistant integration.

So the main issue was actually Dawarich not receiving new points?

Yes. I had zero tracked geopoints the whole time, only thousands of reverse geocoded points. After Dawarich received the first geopoint from OwnTracks, it was able to generate suggested visits, even in the past.

1 Like