Watch Protocol Very Sensitive in Motion Detection

Mabel2 years ago

Hello,

I am using a a wearable device using watch protocol. I used a custom command to set the sensitivity of the device to the least level. However, just a few shake of the device and the alarm sets off immediately. Is there any other way to configure the sensitivity of the device or find out why is it so sensitive in traccar logs?

Thanks,
Mabel

Track-trace2 years ago

With what command and value did you set the sensitivity?

Mabel2 years ago

The command is lsset, 6+6

where 6 should have been the level of LEAST_SENSITIVE

2023-02-13 09:46:02  INFO: [dd1911ac] id: 9705028042, command type: custom sent
2023-02-13 09:46:02  INFO: [dd1911ac: watch > 1.136.105.78] HEX: [CS*9705028042*0009*lsset,6+6]
2023-02-13 09:46:02  INFO: [dd1911ac: watch < 1.136.105.78] HEX: [3G*9705028042*0005*LSSET]
Track-trace2 years ago

Yes the command: lsset,3+6 makes it more sensitive ?

It actually has nothing to do with traccar server but the sensitivity of your device itself.

If it bothers you to much you should be able to disable the alarm with command.

FALLDOWN,0,0

Mabel2 years ago

I see, thank you for your input!