Teltonika can-bus flag

debbieeeee 15 days ago

Hi, can anyone tell me if Traccar can decode these parameters?
I'm trying to get them, but I don't see them among the available I/Os.

Thanks for your help.

https://wiki.teltonika-gps.com/view/FMB110_CAN_adapters#CAN_Adapter_State_Flags

Anton Tananaev 15 days ago

It should. Have you verified that your device is actually sending them?

Kaldek 12 days ago

The flags arrive as a bitmask. You'll need to update the decoder or write a custom attribute to decode them into what the flags mean.

However you can also send each of these as its own full attribute. The bitmask is just there to keep the Codec 8 records smaller rather than sending full attributes, because there are so many flags.