Connecting Teltonika GPS Tracker to Vehicle Fuel Gauge Sensor (Part I)

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2024

Комментарии • 50

  • @peterpresent2859
    @peterpresent2859 3 года назад +1

    Can i also do what you recommend with FMB140? If yes, which wire input nr should I use. DIN2 or DIN3. Also, will the Unit then automarically pick up fuel level or is there a setting on the software where I need to enter my vehicle Min&Max values? Where are these values and must it be entered in Ohms or Volts?

    • @AnjumSohail
      @AnjumSohail  3 года назад

      Yes you can do it with FMB140 as well via AIN.1 or AIN.2 only,
      The device will report the voltage levels (not Ohm valve) values only corresponding to the the level of fuel.
      The fuel Level calculation using above data, will need to be done on the tracking platform side, like on my Traccar server using Calculated attributes functions.

    • @byronramon150
      @byronramon150 Год назад

      Can you share calculated atribuyes for fuel

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

  • @rakeshprabhuvj
    @rakeshprabhuvj Год назад

    Could you please make the video for connecting Teltonika with fuel wires in Innova?

    • @AnjumSohail
      @AnjumSohail  8 месяцев назад

      I do'nt Own the Toyota Innova, but context described in the video are specific to some vehicle, you can simply trace fuel sensor wires from fuel gauge to the Cluster meter using Multi meter (continuity Testing ) and attach as described

  • @cocoyete
    @cocoyete 2 года назад

    Excellent video, thanks. One question, what value in mV does the tracker send when ignition is off? I've had the issue with trackers that reports empty tank, is this the case with the teltonika?

    • @AnjumSohail
      @AnjumSohail  2 года назад +2

      we are actually getting the fuel gauge reading, that is only available when ignition is turned on, when ignition is switch off we get almost 0 mv, but this anomaly need to be handled at application level to report last fuel tank value when ignition was switched off.

    • @cocoyete
      @cocoyete 2 года назад +1

      @@AnjumSohail Thank you for you reply, this is what I had to do at a software level "when ignition is off = last value with ignition on". Thanks again!

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      ​@@cocoyetePlz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

  • @maliqeulyzent3924
    @maliqeulyzent3924 10 месяцев назад

    Hi..how to use bluetooth to device and what app you use??

    • @AnjumSohail
      @AnjumSohail  8 месяцев назад

      I will upload Bluetooth use video for teltonika as well, for Whatsapp you can email me

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

  • @vangjelmihani9803
    @vangjelmihani9803 2 месяца назад

    Can you tell with what sofware you work?

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Backend has been drived from Traccar source plus front has been developed with .net core

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

  • @falconentreprise7066
    @falconentreprise7066 2 года назад

    Hi
    Can we also do the same with concox device (GT800, GT06N, X3) ?

    • @AnjumSohail
      @AnjumSohail  2 года назад

      X3 only supports accessories supporting RS232 and TLL interface, which different and incompatible.
      GT06N has predefined IO's so it is not possible with it
      In GT800, purple color line of device extended port can be used for the same purpose.
      see the user manual
      www.iconcox.com/uploads/soft/170512/1-1f512152h8.pdf
      same is the case with meitrack brand devices

  • @PrimusAutoSolutions
    @PrimusAutoSolutions Год назад

    how do I connect to a Shenzhen BW09 since it has a fuel reading option

    • @AnjumSohail
      @AnjumSohail  Год назад

      As per datasheet I read, it doesn't have any wire analog input, although it has marketed as having fuel detection feature.

  • @ECMTNNING
    @ECMTNNING 2 года назад

    Hello friend I did but with a Ruptela trace 5 and I have data the problema Now si the platform that I need to use to convert that data anolog.

    • @AnjumSohail
      @AnjumSohail  2 года назад

      From Data conversion if you mean Gallons of fuel left, then it will be pure mathematical, lets suppose your fuel tank capacity is 45 ltrs, and fuel sensor reports 500 millivolts ( max=0.5 ) when tank is full and 6 Volts (min=6) when tank is Empty. (Example Reference range, varies with each vehicle). let X be the currently reported value the formula could :
      Amount Fuel Consumed in Liters = (X -0.5) / 6 * 45
      or
      Amount of Fuel Left in Liters = 45 - { (X -0.5) / 6 * 45 }

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

  • @tokobahagia8358
    @tokobahagia8358 2 года назад

    Hello sir. What platform you use?

    • @AnjumSohail
      @AnjumSohail  2 года назад

      Traccar

    • @tokobahagia8358
      @tokobahagia8358 2 года назад

      Does it work well ?

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Yes it do : Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

  • @robfrost1
    @robfrost1 3 года назад

    Why would one want to track fuel using the tracker?

    • @AnjumSohail
      @AnjumSohail  3 года назад +3

      To enable the tracking platforms to provide millage information as well under different conditions,
      Give you alerts, if millage decreases as Compare to routine

    • @robfrost1
      @robfrost1 3 года назад

      @@AnjumSohail ok, thanks.

  • @keylesscaralarm
    @keylesscaralarm Год назад

    How much? .

  • @laugh-loud866
    @laugh-loud866 3 года назад

    I love this

  • @caydaruusmuxumed218
    @caydaruusmuxumed218 3 года назад

    thanks fary

  • @laugh-loud866
    @laugh-loud866 3 года назад

    Hi how do i configure the fuel

    • @AnjumSohail
      @AnjumSohail  3 года назад

      I don't understand

    • @AnjumSohail
      @AnjumSohail  3 года назад +1

      Oh, in teltonika devices, the analog input provides the information in voltage levels corresponding to the fuel level between 0 and 24v,
      Each vehicle is different, so you need to read the analog one input value when the fuel tank was empty and one value when the tank was full.(min&max)
      So on the tracking platforms side, you could drive the simple mathematical formula to provide fuel level in %Age using Analog Input value from Tracker

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

  • @caawiyegpscompany4001
    @caawiyegpscompany4001 2 года назад

    Good

  • @fabricemutempir1609
    @fabricemutempir1609 9 месяцев назад

    You can translate for me in french please

    • @AnjumSohail
      @AnjumSohail  8 месяцев назад

      I will try

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE

  • @Harshibilga4
    @Harshibilga4 2 года назад

    Ooe yrr phele tum English bolni sikh lo . Sari video mae 'ahh ahh ahh' .
    Agar nhi atte to hindi mai he bol lo ..
    'ahh ahh ahh'

    • @AnjumSohail
      @AnjumSohail  Год назад +1

      Fluency is not good acknowledged but hindi/Urdu speaking audience prefer entertainment videos not the technical videos

    • @AnjumSohail
      @AnjumSohail  2 месяца назад

      Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE