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
672 views
in Vehicle tracking by

Dear Sirs and Madames, I would like to configure a FMB204 so that it cyclically sends an SMS with the GPS data and the GoogleMaps link. Unfortunately, I can not do that. Could you please help me with the configuration? Many Thanks! greetings Tobias

1 Answer

0 votes
by anonymous
Hello.

There is ggps command - which sends google maps link.

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

You can setup custom SMS event text with %gmap
see: https://wiki.teltonika.lt/view/FMB001_I/O_settings#SMS_Text

so basically:
1. GPRs -> disable gprs data sending (gprs context)
2. sms / call settings -> allow sms data sending
3. configure certain IO element with sms sending option and custom sms event with %gmap

but you cant queue certain IO record to be created according to certain period. Ie to force sms sending.
because sms sending for IO -> is trigged only when IO element is creating record with ON_EVENT type. and not periodic / monitoring type.

But you could try to setup:
1. sleep mode == gps sleep / deep sleep
2. and @ io elements -> gnss status or sleep mode IO element with operand: on change
This would force device to create record on wakeup/enter/exit of sleep mode (or change of gnss status) -> and this in turn would force device to attempt sms sending:
a. with coordinates
b. with google maps link via %gmap

or similar setup on ignition / movement => on change.

Regards