BlueWave Studio forum
Is it possible to display any kind of information on the gauges? - Printable Version

+- BlueWave Studio forum (https://bluewavestudio.io/community)
+-- Forum: OpenAuto Pro (https://bluewavestudio.io/community/forum-86.html)
+--- Forum: OBD-II (https://bluewavestudio.io/community/forum-103.html)
+--- Thread: Is it possible to display any kind of information on the gauges? (/thread-1879.html)



Is it possible to display any kind of information on the gauges? - Lukas97 - 08-13-2020

Hi,

I was wondering if it may be possible to display data on the gauges which is not provided directly by OBD?
Let's say I have an aftermarket oil temperature sensor that I am able to read from.
Could I store the data somewhere on the Pi and tell a gauge to grab its information from there?


RE: Is it possible to display any kind of information on the gauges? - BlueWave - 08-13-2020

Yes, you could theoretically emulate the ELM327 device. This project might be useful for your needs https://github.com/Ircama/ELM327-emulator


RE: Is it possible to display any kind of information on the gauges? - Lukas97 - 08-13-2020

Great, thank you.


RE: Is it possible to display any kind of information on the gauges? - Venkatesh - 09-12-2020

Hi , I also have a smilar question, Can i use OBD II to show the Fuel Capacity and the Mileage ( KM/Lit) and also the KMs to go on the existing fuel capacity in the tank. I think this is what i would need in my car as it an old HONDA CITY and doesnt have these features.


RE: Is it possible to display any kind of information on the gauges? - BlueWave - 09-12-2020

(09-12-2020, 10:41 AM)Venkatesh Wrote: Hi , I also have a smilar question, Can i use OBD II to show the Fuel Capacity and the Mileage ( KM/Lit) and also the KMs to go on the existing fuel capacity in the tank. I think this is what i would need in my car as it an old HONDA CITY and doesnt have these features.

OpenAuto Pro 11 will provide more advanced definition of custom gauges. However you still have to know the formula how to calculate desired values.


RE: Is it possible to display any kind of information on the gauges? - Lukas97 - 10-19-2020

Hi its me again,

I'm not really able to get the ELM327-Emulator to work.
Will there possibly be a way to set the gauge values directly in the future? Kinda the way it is currently possible with the outdoor temperature through a txt-file?


RE: Is it possible to display any kind of information on the gauges? - Gamar - 08-30-2021

I would like to know that to. Because my car is to old and has no OBDII Port. It would be nice if you could show any kind of sensor through GPIO.


RE: Is it possible to display any kind of information on the gauges? - BlueWave - 01-21-2022

Soon we will release OpenAuto Pro with the API that covers injecting value of OBD-II formulas defined in config. That will allow users to implement gathering and displaying data from any source (without establishing OBD-II connection).

The API will also allow querying OpenAuto Pro for current value of the gauges defined in config.