OH 3.0 GPS Tracker - RegionTrigger not reacting

Hello,
I’m using GPS Tracker and OwnTracks to monitor position of my phone.
Everything was working ok on OH2, and everything was ok on OH3.0 milestone, but now on OH3.0.1 RegionTrigger isn’t recognising that I leave region. This happen randomly. But mostly it doesnt recognize event.

In logs I see that OH receives information that I left region, but doesnt send info to regiontrigger channel.

2021-02-02 07:28:36.957 [DEBUG] [nal.provider.AbstractCallbackServlet] - Post message received from OwnTracks tracker: {"lon":18.170128999999999,"acc":65,"wtst":1607372043,"event":"leave","rid":"9a3ab2","desc":"Dom","topic":"owntracks\/matulek\/iPhoneKamil\/event","lat":54.591887999999997,"t":"c","tst":1612247316,"tid":"KM","_type":"transition"}

2021-02-02 07:28:36.961 [DEBUG] [cker.internal.handler.TrackerHandler] - ConfigHelper transition event received: Dom

2021-02-02 07:28:36.963 [DEBUG] [cker.internal.handler.TrackerHandler] - Update base channels for tracker KM from message: LocationMessage [type=transition, trackerId=KM, latitude=54.591887999999997, longitude=18.170128999999999, gpsAccuracy=65, batteryLevel=-2147483648, timestampMillis=1612247316]

2021-02-02 07:28:36.969 [DEBUG] [cker.internal.handler.TrackerHandler] - Updating distance channels tracker KM

2021-02-02 07:28:36.971 [DEBUG] [cker.internal.handler.TrackerHandler] - Location accuracy is below required threshold: 65.0<=100.0

2021-02-02 07:28:37.989 [DEBUG] [nal.provider.AbstractCallbackServlet] - Post message received from OwnTracks tracker: {"batt":100,"lon":18.170128999999999,"acc":65,"bs":1,"vac":10,"lat":54.591887999999997,"topic":"owntracks\/matulek\/iPhoneKamil","t":"c","conn":"m","tst":1612247316,"alt":49,"_type":"location","tid":"KM"}

2021-02-02 07:28:37.992 [DEBUG] [cker.internal.handler.TrackerHandler] - Update base channels for tracker KM from message: LocationMessage [type=location, trackerId=KM, latitude=54.591887999999997, longitude=18.170128999999999, gpsAccuracy=65, batteryLevel=100, timestampMillis=1612247316]

2021-02-02 07:28:37.995 [DEBUG] [cker.internal.handler.TrackerHandler] - Updating distance channels tracker KM

2021-02-02 07:28:37.997 [DEBUG] [cker.internal.handler.TrackerHandler] - Location accuracy is below required threshold: 65.0<=100.0

Any ideas how to get it work as it should have?

It’s been some time, but I’m having the same issue. OH 2.5 worked fine, but with OH 3.0.1 every now and then the channel isn’t triggered. Have you made any progress on this, yet?