teltonika AVL ID 236 is interpreted as overspeed alarm

jafar habibi3 years ago

hello,
according to teltonika avl ID list. event id 236 corresponds Alarm indication

0 – Reserved
1 – Alarm event occured

but the protocol decoder decodes this value as overspeed

Anton Tananaev3 years ago

Please provide documentation reference.

jafar habibi3 years ago

https://wiki.teltonika-gps.com/view/FMB_AVL_ID

and the teltonikaprotocoldecoder.java

           case 236:
                if (readValue(buf, length, false) == 1) {
                    position.set(Position.KEY_ALARM, Position.ALARM_OVERSPEED);
                }
Anton Tananaev3 years ago

Fixed.