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?
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.
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
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?
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.
@@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!
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
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 }
To enable the tracking platforms to provide millage information as well under different conditions, Give you alerts, if millage decreases as Compare to routine
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
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?
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.
Can you share calculated atribuyes for fuel
Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
Could you please make the video for connecting Teltonika with fuel wires in Innova?
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
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?
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.
@@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!
@@cocoyetePlz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
Hi..how to use bluetooth to device and what app you use??
I will upload Bluetooth use video for teltonika as well, for Whatsapp you can email me
Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
Can you tell with what sofware you work?
Backend has been drived from Traccar source plus front has been developed with .net core
Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
Hi
Can we also do the same with concox device (GT800, GT06N, X3) ?
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
how do I connect to a Shenzhen BW09 since it has a fuel reading option
As per datasheet I read, it doesn't have any wire analog input, although it has marketed as having fuel detection feature.
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.
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 }
Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
Hello sir. What platform you use?
Traccar
Does it work well ?
Yes it do : Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
Why would one want to track fuel using the tracker?
To enable the tracking platforms to provide millage information as well under different conditions,
Give you alerts, if millage decreases as Compare to routine
@@AnjumSohail ok, thanks.
How much? .
How much what ?
I love this
thanks fary
Hi how do i configure the fuel
I don't understand
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
Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
Good
You can translate for me in french please
I will try
Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE
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'
Fluency is not good acknowledged but hindi/Urdu speaking audience prefer entertainment videos not the technical videos
Plz see video in link for application side details : ruclips.net/video/Oc5o3Cpyc-g/видео.htmlsi=Emcd0-fsjnkDsyQE