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

Helka14 days 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 Tananaev14 days ago

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

n5na12 days ago

Where can I find the QR code configuration field?

Anton Tananaev12 days ago

Right under the QR code.

n5na12 days ago

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

Anton Tananaev12 days ago

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

n5na12 days ago

Thank you!

Antony11 days 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 Tananaev11 days ago

It's on the roadmap.

Antony11 days ago

Thanks