EricSmekens / node-bluetooth-obd

Node package for communication with Bluetooth OBD connectors.
Other
262 stars 72 forks source link

Parameters Supported By This Library #30

Closed kalpitshah72 closed 5 years ago

kalpitshah72 commented 5 years ago

This library supports which parameters (such as rpm, speed) in a car for an obd to get values from? I have already tested rpm, the speed with ELM327 OBD-II. I also tried to test the fuel level input, but I got no response using this library. It showed no data! Please let me know the parameters, soon. Thanks

EricSmekens commented 5 years ago

Parameters are here: https://github.com/EricSmekens/node-bluetooth-obd/blob/master/lib/obdInfo.js#L267

So it was either not in the list, or the vehicle you queried did not support this. If you are querying a correct param, and you can get the value out of the vehicle with another tool, please comment & reopen.