QR code configuration guide -> How to add mode option to QR

Helka2 months ago

If any one else wondering how to set more than just server adress...

in QR code configuration field you can specified some of application settings like:

id=12345 ( or any String )
accuracy=highest ( highest | high | medium | low )
distance=10 (or any Int value in meters)
interval=300 (or any Int value in seconds)
angle=0 (or any Int value in seconds)
heartbeat=3000 (or any Int value in seconds)
fastest_interval=3000 (or any Int value in seconds)
buffer=true (true or false)
wakelock=true (true or false)
stop_detection=true (true or false)

if you choose more than one you need to concatenate it with & .
So it gona be some like:

accuracy=highest&distance=1&interval=30&heartbeat=3000&wakelock=true&stop_detection=true
Anton Tananaev2 months ago

Thanks for sharing. It's not super user friendly for now, but at least there's an option.

n5na2 months ago

Where can I find the QR code configuration field?

Anton Tananaev2 months ago

Right under the QR code.

n5na2 months ago

Ok. Where in the client app or server is the QR code? I haven't seen a QR code anywhere.

Anton Tananaev2 months ago

Create or edit a device and there will be a button under "extra" section.

n5na2 months ago

Thank you!

Antony2 months ago

I really really hope that you will consider adding deeplinking to be able to configure traccar via a clickable link soon. I know we talked about this before but is it something you plan to implement soon? Is it on your roadmap? Or we shouldn't hold our breath for it (at least for now)?

Anton Tananaev2 months ago

It's on the roadmap.

Antony2 months ago

Thanks