Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Traccar
  3. Traccar Maps Tab: JSON Error After Recent Update?

Traccar Maps Tab: JSON Error After Recent Update?

Scheduled Pinned Locked Moved Traccar
traccarjsonmapserror
8 Posts 2 Posters 112 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nottheendN Offline
    nottheendN Offline
    nottheend
    wrote last edited by
    #1

    Has anyone experienced similar issues or know what might be causing this API response mismatch where the maps interface receives HTML instead of JSON data?

    When I open the maps tab of the web interface of Traccar, I get a red error toast:

    Unexpected token '<', "<!DOCTYPE "... is not valid JSON
    

    A device is sending location data via the Traccar app.

    Configuration:

    • Domain: https://osmand.mydomain.com:5055
    • OsmAnd Domain configured in Cloudron backend location tab with port 5055
    • Firewall port 5055 is open

    Timeline:
    The system was working until approximately 5 days ago when it stopped functioning. The issue appeared around June 13th, one day before the June 14th, 2025 Cloudron release (Changelog: "fix OpenID login from mobile apps"). Could this release be related to the problem?

    Log entries:

    2025-06-18 08:38:11 INFO: [Tbf925eb7: osmand < 173.244.42.173] GET / HTTP/1.1\r\nHost: nottheend.info\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\r\nAccept-Encoding: gzip\r\n\r\n
    Jun 18 10:38:11 2025-06-18 08:38:11 INFO: [Tbf925eb7: osmand > 173.244.42.173] HTTP/1.1 400 Bad Request\r\ncontent-length: 0\r\n\r\n
    Jun 18 10:38:11 2025-06-18 08:38:11 INFO: [Tbf925eb7] connected
    Jun 18 10:38:12 2025-06-18 08:38:12 INFO: [Tbf925eb7: osmand < 173.244.42.173] GET /favicon.ico HTTP/1.1\r\nHost: mydomain.com\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\r\nAccept-Encoding: gzip\r\n\r\n
    Jun 18 10:38:12 2025-06-18 08:38:12 INFO: [Tbf925eb7: osmand > 173.244.42.173] HTTP/1.1 400 Bad Request\r\ncontent-length: 0\r\n\r\n
    Jun 18 10:38:16 2025-06-18 08:38:16 INFO: [Tbf925eb7] disconnected
    

    The error suggests the maps interface is receiving HTML (DOCTYPE declaration) when expecting JSON data.

    1 Reply Last reply
    0
    • jamesJ Offline
      jamesJ Offline
      james
      Staff
      wrote last edited by
      #2

      Hello @nottheend
      I could not reproduce this issue with a fresh install and also not with the upgraded historic version from multiple versions back before the OpenID changes.

      Do I understand you correctly that this error are only existent when using your browser? If so, can you try a different browser? From the Browser Agent in the log I can assume you are using a Chromium based browser on Linux, maybe try FireFox for testing.

      Is the core functionality of tracking effected in any way?

      1 Reply Last reply
      1
      • nottheendN Offline
        nottheendN Offline
        nottheend
        wrote last edited by
        #3

        Thank you for the response and test.
        I changed the identifier in the client and added it on the server. Also removed the device with the old identifier. The error is gone. Really surprising for me.

        Still having the issue that no device is showing. Tried few things, like changing the port, domain, and checked the firewall.

        For the sake of this threat, can be closed I guess, since it seems to be a conffig error.

        1 Reply Last reply
        1
        • jamesJ Offline
          jamesJ Offline
          james
          Staff
          wrote last edited by
          #4

          Hello @nottheend
          Just a fyi: in the traccar app on android or iOS you have to use the https://sub.DOMAIN.TLD of the traccar server.
          No Port, No HTTP, it has to be https:// and the domain without a port`

          1 Reply Last reply
          1
          • nottheendN Offline
            nottheendN Offline
            nottheend
            wrote last edited by
            #5

            Thanks for the hint. I actually did that, but still not working: I still see all devices as offline.

            And your assumption was correct regarding the browser: For a chromium browser, I got the Doctype error also for a completely fresh installation without any devices. In e.g. Edge I didn't face this issue

            1 Reply Last reply
            0
            • jamesJ Offline
              jamesJ Offline
              james
              Staff
              wrote last edited by
              #6

              In the traccar app on android and iOS you can send the location manually.
              Since it sends locations based on the intevall set in the app it could take multiple minutes before the first one is send.

              Also, there is a display status button which show logs.
              Can you download these logs and provide them here so I can take a look?

              1 Reply Last reply
              1
              • nottheendN Offline
                nottheendN Offline
                nottheend
                wrote last edited by nottheend
                #7

                Thanks.

                Couple of things I figured out:

                1. I used the most recent client traccar app in FDroid store - but this is way outdated!! (v7 vs v9)
                2. I was able to to get the data into traccar.
                3. Your suggestions seems to hold true: vanadium (or at least my config) is not able to receive the data correctly, showing the red toast error message. With the traccar manager app the issue doesn't appear.

                Remaining issue: devices are not updating on the map in traccar manager app. They are showing as online with the most recent update, but the location showing on the app doesn't match.

                Could it be wrong timezone detection? The position on the map seems to be 2 hours delayed. Cloudron server is set to UTC

                Sanitised logs are below, I can see recent updates but not an updated location.

                This is the server:

                Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350: osmand < 192.168.1.100] POST / HTTP/1.1\r\nHost: osmand.example.com\r\nX-Real-IP: 203.0.113.45\r\nX-Forwarded-For: 203.0.113.45\r\nX-Forwarded-Host: osmand.example.com\r\nX-Forwarded-Port: 443\r\nX-Forwarded-Proto: https\r\nX-Forwarded-Ssl: on\r\nConnection: close\r\nContent-Length: 433\r\ncontent-type: application/json; charset=utf-8\r\naccept-encoding: gzip\r\nuser-agent: okhttp/3.14.9\r\n\r\n{"location":{"timestamp":"2025-06-22T13:49:31.843Z","coords":{"latitude":40.7128,"longitude":-74.0060,"accuracy":48,"speed":0,"heading":-1,"altitude":170},"is_moving":false,"odometer":2389,"battery":{"level":0.52,"is_charging":false},"activity":{"type":"still"},"extras":{},"_":"&id=12345678&lat=40.7128&lon=-74.0060&timestamp=2025-06-22T13:49:31.843Z&","heartbeat":true},"device_id":"12345678"}
                Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350: osmand > 192.168.1.100] HTTP/1.1 200 OK\r\ncontent-length: 0\r\n\r\n
                Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350] connected
                Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350] disconnected
                Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350] id: 12345678, time: 2025-06-22 13:49:31, lat: 40.71280, lon: -74.00600, course: 0.0, accuracy: 48.0
                Jun 22 16:04:08 2025-06-22 14:04:08 INFO: [T792e8758: osmand < 192.168.1.100] POST / HTTP/1.1\r\nHost: osmand.example.com\r\nX-Real-IP: 203.0.113.45\r\nX-Forwarded-For: 203.0.113.45\r\nX-Forwarded-Host: osmand.example.com\r\nX-Forwarded-Port: 443\r\nX-Forwarded-Proto: https\r\nX-Forwarded-Ssl: on\r\nConnection: close\r\nContent-Length: 433\r\ncontent-type: application/json; charset=utf-8\r\naccept-encoding: gzip\r\nuser-agent: okhttp/3.14.9\r\n\r\n{"location":{"timestamp":"2025-06-22T13:49:31.843Z","coords":{"latitude":40.7128,"longitude":-74.0060,"accuracy":48,"speed":0,"heading":-1,"altitude":170},"is_moving":false,"odometer":2389,"battery":{"level":0.51,"is_charging":false},"activity":{"type":"still"},"extras":{},"_":"&id=12345678&lat=40.7128&lon=-74.0060&timestamp=2025-06-22T13:49:31.843Z&","heartbeat":true},"device_id":"12345678"}
                Jun 22 16:04:08 2025-06-22 14:04:08 INFO: [T792e8758: osmand > 192.168.1.100] HTTP/1.1 200 OK\r\ncontent-length: 0\r\n\r\n
                

                This is from the client traccar:

                ╔═════════════════════════════════════════════
                ║ TSLocationManager3.6.8 (443)
                ╠═════════════════════════════════════════════
                ╟─ Google Pixel 8 Pro @ 15 (flutter)
                {
                  "activityRecognitionInterval": 10000,
                  "allowIdenticalLocations": false,
                  "authorization": {},
                  "autoSync": false,
                  "autoSyncThreshold": 0,
                  "backgroundPermissionRationale": {
                    "title": "Allow {applicationName} to access this device's location in the background",
                    "message": "For reliable tracking, please enable {backgroundPermissionOptionLabel} location access.",
                    "positiveAction": "Change to {backgroundPermissionOptionLabel}",
                    "negativeAction": "Cancel"
                  },
                  "batchSync": false,
                  "configUrl": "",
                  "crashDetector": {
                    "enabled": false,
                    "accelerometerThresholdHigh": 20,
                    "accelerometerThresholdLow": 4.5,
                    "gyroscopeThresholdHigh": 20,
                    "gyroscopeThresholdLow": 4.5
                  },
                  "debug": false,
                  "deferTime": 0,
                  "desiredAccuracy": 10,
                  "desiredOdometerAccuracy": 100,
                  "disableAutoSyncOnCellular": false,
                  "disableElasticity": true,
                  "disableLocationAuthorizationAlert": false,
                  "disableMotionActivityUpdates": false,
                  "disableProviderChangeRecord": false,
                  "disableStopDetection": false,
                  "distanceFilter": 15,
                  "elasticityMultiplier": 1,
                  "enableHeadless": true,
                  "enableTimestampMeta": false,
                  "extras": {},
                  "fastestLocationUpdateInterval": 10000,
                  "foregroundService": true,
                  "geofenceInitialTriggerEntry": true,
                  "geofenceModeHighAccuracy": false,
                  "geofenceProximityRadius": 1000,
                  "geofenceTemplate": "",
                  "headers": {},
                  "headlessJobService": "com.transistorsoft.flutter.backgroundgeolocation.HeadlessTask",
                  "heartbeatInterval": 120,
                  "httpRootProperty": "location",
                  "httpTimeout": 60000,
                  "isMoving": false,
                  "locationAuthorizationRequest": "Always",
                  "locationTemplate": "{\"timestamp\": \"<%= timestamp %>\",\"coords\": {\"latitude\": <%= latitude %>,\"longitude\": <%= longitude %>,\"accuracy\": <%= accuracy %>,\"speed\": <%= speed %>,\"heading\": <%= heading %>,\"altitude\": <%= altitude %>},\"is_moving\": <%= is_moving %>,\"odometer\": <%= odometer %>,\"event\": \"<%= event %>\",\"battery\": {\"level\": <%= battery.level %>,\"is_charging\": <%= battery.is_charging %>},\"activity\": {\"type\": \"<%= activity.type %>\"},\"extras\": {},\"_\": \"&id=[DEVICE_ID]&lat=<%= latitude %>&lon=<%= longitude %>&timestamp=<%= timestamp %>&\"}",
                  "locationTimeout": 60,
                  "locationUpdateInterval": 300000,
                  "locationsOrderDirection": "ASC",
                  "logLevel": 5,
                  "logMaxDays": 1,
                  "maxBatchSize": -1,
                  "maxDaysToPersist": 1,
                  "maxMonitoredGeofences": 97,
                  "maxRecordsToPersist": -1,
                  "method": "POST",
                  "minimumActivityRecognitionConfidence": 75,
                  "motionTriggerDelay": 0,
                  "notification": {
                    "layout": "",
                    "title": "",
                    "text": "Location Service activated",
                    "color": "",
                    "channelName": "TSLocationManager",
                    "channelId": "",
                    "smallIcon": "",
                    "largeIcon": "",
                    "priority": -1,
                    "sticky": false,
                    "strings": {},
                    "actions": []
                  },
                  "params": {
                    "device_id": "[DEVICE_ID]"
                  },
                  "persist": true,
                  "persistMode": 2,
                  "schedule": [],
                  "scheduleUseAlarmManager": false,
                  "speedJumpFilter": 300,
                  "startOnBoot": true,
                  "stationaryRadius": 25,
                  "stopAfterElapsedMinutes": 0,
                  "stopOnStationary": false,
                  "stopOnTerminate": false,
                  "stopTimeout": 5,
                  "triggerActivities": "in_vehicle, on_bicycle, on_foot, running, walking",
                  "url": "[REDACTED_URL]",
                  "useSignificantChangesOnly": false,
                  "enabled": true,
                  "schedulerEnabled": false,
                  "trackingMode": 1,
                  "odometer": 2963.11865234375,
                  "isFirstBoot": false,
                  "didLaunchInBackground": false,
                  "didDeviceReboot": false
                }
                ╔═════════════════════════════════════════════
                ║ DEVICE SENSORS
                ╠═════════════════════════════════════════════
                ╟─ ✅  ACCELEROMETER: {Sensor name="ICM45631 Accelerometer", vendor="Invensense", version=1, type=1, maxRange=156.9064, resolution=5.985504E-4, power=0.001, minDelay=5000}
                ╟─ ✅  GYROSCOPE: {Sensor name="ICM45631 Gyroscope", vendor="Invensense", version=1, type=4, maxRange=34.906586, resolution=1.3323124E-4, power=0.001, minDelay=5000}
                ╟─ ✅  MAGNETOMETER: {Sensor name="Fusion Mag", vendor="Google", version=1, type=2, maxRange=3198.1567, resolution=0.0976, power=0.001, minDelay=10000}
                ╟─ ✅  SIGNIFICANT_MOTION: {Sensor name="Significant Motion (wake-up)", vendor="Google", version=1, type=17, maxRange=1.0, resolution=1.0, power=0.001, minDelay=-1}
                ╚═════════════════════════════════════════════
                
                jamesJ 1 Reply Last reply
                0
                • nottheendN nottheend

                  Thanks.

                  Couple of things I figured out:

                  1. I used the most recent client traccar app in FDroid store - but this is way outdated!! (v7 vs v9)
                  2. I was able to to get the data into traccar.
                  3. Your suggestions seems to hold true: vanadium (or at least my config) is not able to receive the data correctly, showing the red toast error message. With the traccar manager app the issue doesn't appear.

                  Remaining issue: devices are not updating on the map in traccar manager app. They are showing as online with the most recent update, but the location showing on the app doesn't match.

                  Could it be wrong timezone detection? The position on the map seems to be 2 hours delayed. Cloudron server is set to UTC

                  Sanitised logs are below, I can see recent updates but not an updated location.

                  This is the server:

                  Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350: osmand < 192.168.1.100] POST / HTTP/1.1\r\nHost: osmand.example.com\r\nX-Real-IP: 203.0.113.45\r\nX-Forwarded-For: 203.0.113.45\r\nX-Forwarded-Host: osmand.example.com\r\nX-Forwarded-Port: 443\r\nX-Forwarded-Proto: https\r\nX-Forwarded-Ssl: on\r\nConnection: close\r\nContent-Length: 433\r\ncontent-type: application/json; charset=utf-8\r\naccept-encoding: gzip\r\nuser-agent: okhttp/3.14.9\r\n\r\n{"location":{"timestamp":"2025-06-22T13:49:31.843Z","coords":{"latitude":40.7128,"longitude":-74.0060,"accuracy":48,"speed":0,"heading":-1,"altitude":170},"is_moving":false,"odometer":2389,"battery":{"level":0.52,"is_charging":false},"activity":{"type":"still"},"extras":{},"_":"&id=12345678&lat=40.7128&lon=-74.0060&timestamp=2025-06-22T13:49:31.843Z&","heartbeat":true},"device_id":"12345678"}
                  Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350: osmand > 192.168.1.100] HTTP/1.1 200 OK\r\ncontent-length: 0\r\n\r\n
                  Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350] connected
                  Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350] disconnected
                  Jun 22 16:02:07 2025-06-22 14:02:07 INFO: [Tcbb90350] id: 12345678, time: 2025-06-22 13:49:31, lat: 40.71280, lon: -74.00600, course: 0.0, accuracy: 48.0
                  Jun 22 16:04:08 2025-06-22 14:04:08 INFO: [T792e8758: osmand < 192.168.1.100] POST / HTTP/1.1\r\nHost: osmand.example.com\r\nX-Real-IP: 203.0.113.45\r\nX-Forwarded-For: 203.0.113.45\r\nX-Forwarded-Host: osmand.example.com\r\nX-Forwarded-Port: 443\r\nX-Forwarded-Proto: https\r\nX-Forwarded-Ssl: on\r\nConnection: close\r\nContent-Length: 433\r\ncontent-type: application/json; charset=utf-8\r\naccept-encoding: gzip\r\nuser-agent: okhttp/3.14.9\r\n\r\n{"location":{"timestamp":"2025-06-22T13:49:31.843Z","coords":{"latitude":40.7128,"longitude":-74.0060,"accuracy":48,"speed":0,"heading":-1,"altitude":170},"is_moving":false,"odometer":2389,"battery":{"level":0.51,"is_charging":false},"activity":{"type":"still"},"extras":{},"_":"&id=12345678&lat=40.7128&lon=-74.0060&timestamp=2025-06-22T13:49:31.843Z&","heartbeat":true},"device_id":"12345678"}
                  Jun 22 16:04:08 2025-06-22 14:04:08 INFO: [T792e8758: osmand > 192.168.1.100] HTTP/1.1 200 OK\r\ncontent-length: 0\r\n\r\n
                  

                  This is from the client traccar:

                  ╔═════════════════════════════════════════════
                  ║ TSLocationManager3.6.8 (443)
                  ╠═════════════════════════════════════════════
                  ╟─ Google Pixel 8 Pro @ 15 (flutter)
                  {
                    "activityRecognitionInterval": 10000,
                    "allowIdenticalLocations": false,
                    "authorization": {},
                    "autoSync": false,
                    "autoSyncThreshold": 0,
                    "backgroundPermissionRationale": {
                      "title": "Allow {applicationName} to access this device's location in the background",
                      "message": "For reliable tracking, please enable {backgroundPermissionOptionLabel} location access.",
                      "positiveAction": "Change to {backgroundPermissionOptionLabel}",
                      "negativeAction": "Cancel"
                    },
                    "batchSync": false,
                    "configUrl": "",
                    "crashDetector": {
                      "enabled": false,
                      "accelerometerThresholdHigh": 20,
                      "accelerometerThresholdLow": 4.5,
                      "gyroscopeThresholdHigh": 20,
                      "gyroscopeThresholdLow": 4.5
                    },
                    "debug": false,
                    "deferTime": 0,
                    "desiredAccuracy": 10,
                    "desiredOdometerAccuracy": 100,
                    "disableAutoSyncOnCellular": false,
                    "disableElasticity": true,
                    "disableLocationAuthorizationAlert": false,
                    "disableMotionActivityUpdates": false,
                    "disableProviderChangeRecord": false,
                    "disableStopDetection": false,
                    "distanceFilter": 15,
                    "elasticityMultiplier": 1,
                    "enableHeadless": true,
                    "enableTimestampMeta": false,
                    "extras": {},
                    "fastestLocationUpdateInterval": 10000,
                    "foregroundService": true,
                    "geofenceInitialTriggerEntry": true,
                    "geofenceModeHighAccuracy": false,
                    "geofenceProximityRadius": 1000,
                    "geofenceTemplate": "",
                    "headers": {},
                    "headlessJobService": "com.transistorsoft.flutter.backgroundgeolocation.HeadlessTask",
                    "heartbeatInterval": 120,
                    "httpRootProperty": "location",
                    "httpTimeout": 60000,
                    "isMoving": false,
                    "locationAuthorizationRequest": "Always",
                    "locationTemplate": "{\"timestamp\": \"<%= timestamp %>\",\"coords\": {\"latitude\": <%= latitude %>,\"longitude\": <%= longitude %>,\"accuracy\": <%= accuracy %>,\"speed\": <%= speed %>,\"heading\": <%= heading %>,\"altitude\": <%= altitude %>},\"is_moving\": <%= is_moving %>,\"odometer\": <%= odometer %>,\"event\": \"<%= event %>\",\"battery\": {\"level\": <%= battery.level %>,\"is_charging\": <%= battery.is_charging %>},\"activity\": {\"type\": \"<%= activity.type %>\"},\"extras\": {},\"_\": \"&id=[DEVICE_ID]&lat=<%= latitude %>&lon=<%= longitude %>&timestamp=<%= timestamp %>&\"}",
                    "locationTimeout": 60,
                    "locationUpdateInterval": 300000,
                    "locationsOrderDirection": "ASC",
                    "logLevel": 5,
                    "logMaxDays": 1,
                    "maxBatchSize": -1,
                    "maxDaysToPersist": 1,
                    "maxMonitoredGeofences": 97,
                    "maxRecordsToPersist": -1,
                    "method": "POST",
                    "minimumActivityRecognitionConfidence": 75,
                    "motionTriggerDelay": 0,
                    "notification": {
                      "layout": "",
                      "title": "",
                      "text": "Location Service activated",
                      "color": "",
                      "channelName": "TSLocationManager",
                      "channelId": "",
                      "smallIcon": "",
                      "largeIcon": "",
                      "priority": -1,
                      "sticky": false,
                      "strings": {},
                      "actions": []
                    },
                    "params": {
                      "device_id": "[DEVICE_ID]"
                    },
                    "persist": true,
                    "persistMode": 2,
                    "schedule": [],
                    "scheduleUseAlarmManager": false,
                    "speedJumpFilter": 300,
                    "startOnBoot": true,
                    "stationaryRadius": 25,
                    "stopAfterElapsedMinutes": 0,
                    "stopOnStationary": false,
                    "stopOnTerminate": false,
                    "stopTimeout": 5,
                    "triggerActivities": "in_vehicle, on_bicycle, on_foot, running, walking",
                    "url": "[REDACTED_URL]",
                    "useSignificantChangesOnly": false,
                    "enabled": true,
                    "schedulerEnabled": false,
                    "trackingMode": 1,
                    "odometer": 2963.11865234375,
                    "isFirstBoot": false,
                    "didLaunchInBackground": false,
                    "didDeviceReboot": false
                  }
                  ╔═════════════════════════════════════════════
                  ║ DEVICE SENSORS
                  ╠═════════════════════════════════════════════
                  ╟─ ✅  ACCELEROMETER: {Sensor name="ICM45631 Accelerometer", vendor="Invensense", version=1, type=1, maxRange=156.9064, resolution=5.985504E-4, power=0.001, minDelay=5000}
                  ╟─ ✅  GYROSCOPE: {Sensor name="ICM45631 Gyroscope", vendor="Invensense", version=1, type=4, maxRange=34.906586, resolution=1.3323124E-4, power=0.001, minDelay=5000}
                  ╟─ ✅  MAGNETOMETER: {Sensor name="Fusion Mag", vendor="Google", version=1, type=2, maxRange=3198.1567, resolution=0.0976, power=0.001, minDelay=10000}
                  ╟─ ✅  SIGNIFICANT_MOTION: {Sensor name="Significant Motion (wake-up)", vendor="Google", version=1, type=17, maxRange=1.0, resolution=1.0, power=0.001, minDelay=-1}
                  ╚═════════════════════════════════════════════
                  
                  jamesJ Offline
                  jamesJ Offline
                  james
                  Staff
                  wrote last edited by
                  #8

                  @nottheend said in Traccar Maps Tab: JSON Error After Recent Update?:

                  Remaining issue: devices are not updating on the map in traccar manager app. They are showing as online with the most recent update, but the location showing on the app doesn't match.

                  In the app you can configure the accuracy. Please make sure this is also configured.
                  The Traccar site only shows the latest location received since opening the site / app, I am not aware of a live view.

                  1 Reply Last reply
                  1
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Bookmarks
                  • Search