FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
699 views
in Vehicle tracking by anonymous
Is there a way to keep track of the batterystatus of an FMB204 either by an SMS-command or perhaps included in the message sent by the tracker?

1 Answer

0 votes
by anonymous

Hello,

Thank you for your question,

If device is configured the I/O parameters are sent in every AVL packet, in the configurator you should find "Battery Level/Battery Current"  in I/O parameters tab and select LOW/HIGH/PANIC priority. The AVL packet is sent using CODEC8 protocol, this data must be then parsed at the server side to get the element's information. Please find information of CODECS in the following link: 

https://wiki.teltonika.lt/view/Codec

You can also check the status of these parameters using SMS command "readio #", # is the AVL ID.

More information on SMS message structure and commands can be found in this link:

https://wiki.teltonika.lt/view/FMB_SMS/GPRS_Commands

AVL IDs can be found here:

https://wiki.teltonika.lt/view/FMB_AVL_ID

To read battery level make sure that element is enabled in the configuration and send SMS command: SMSLogin SMSPassword readio 67, if no SMSLogin, SMSPassword is used double spaces are required in front of "readio" command in the SMS Text.

Regards.