I think you're confusing two very different logs. This is just an event for when device connection status changes to unknown. It's not the same thing as device unregistered.
Got it.
Because it looks a lot like the log:
2025-05-29 11:43:36 WARN: Unknown device - 868022037010530 (187.32.97.125)
Thanks.
It looks a bit similar, but not the same.
Thanks @Anton for clarifying. I started to notice these as well when I moved to
<entry key='event.forward.type'>mqtt</entry>
Serverlog:
2025-06-15 11:00:06 INFO: Event id: 135, time: 2025-06-15 11:00:06, type: deviceUnknown, notifications: 0
2025-06-15 11:00:08 INFO: [T74912116] connected
2025-06-15 11:00:08 INFO: [T74912116: osmand < 192.168.***.***] GET /?id=135&lat=45.57001266666678&lon=3.4496511222222115×tamp=1749985222&hdop=0&altitude=0&speed=0 HTTP/1.1\r\nuser-agent: got (https://github.com/sindresorhus/got)\r\nHost: 192.168.***.***:5055\r\nConnection: keep-alive\r\n\r\n
2025-06-15 11:00:08 INFO: [T41d1b09b] connected
They mainly occur just before the item (phone, car e.g.) sends an http request to traccar just before they become deviceOnline
I can easily filter these out, thanks!
It just means that your device hasn't reported data for some time. By default the timeout is 10 minutes.
I'm receiving several deviceUnknown logs, even though the device is already registered on the platform.