Pre OBD2 inputs

Post Reply
bntdjs
Posts: 2
Joined: Wed Mar 04, 2026 11:23 pm

Pre OBD2 inputs

Post by bntdjs »

Good evening, before I pull the trigger on the software, I wanted to check if it is possible to read inputs from non OBD2 sensors on old vehicles etc? I'm sure I read somewhere that it is possible but now I can't find where I read it. Obviously I know there's the hardware interfacing side of it, that's all pretty much done already from a previous project but what I'd like to be able to do is take readings from basic temp/pressure/etc sensors and display them as you might do from any new car. Any help appreciated, looking forward to (hopefully) moving over from OpenAuto Pro
hudiy
Site Admin
Posts: 515
Joined: Mon Jul 14, 2025 7:42 pm

Re: Pre OBD2 inputs

Post by hudiy »

Hello,
In Hudiy you can build your own interface elements using HTML/JavaScript. This allows you to display any data however you like, while Hudiy simply acts as the renderer for a given element.

You can integrate HTML/JavaScript into Hudiy as widgets (to build your own Dashboards), applications, and overlays.

More information with examples can be found in the documentation on our GitHub:
https://github.com/wiboma/hudiy/blob/ma ... d#web-view
https://github.com/wiboma/hudiy/blob/ma ... plications
https://github.com/wiboma/hudiy/blob/ma ... dashboards
https://github.com/wiboma/hudiy/blob/ma ... d#overlays
https://github.com/wiboma/hudiy/tree/main/examples
Hudiy Team
bntdjs
Posts: 2
Joined: Wed Mar 04, 2026 11:23 pm

Re: Pre OBD2 inputs

Post by bntdjs »

Excellent, thanks for the quick reply!
Post Reply