Search results

My Nissan Leaf Forum

Help Support My Nissan Leaf Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
  1. K

    Leaf NV200 python monitoring

    Hi,I want monitoring a Nissans Leaf NV200 using this python script and obd2 bluetooth adapter: import serial elm = serial.Serial("/dev/rfcomm0", 38400, timeout=5) elm.write(b"ATZ\r\n") # reset all print(elm.read_until(b"\r\n>").decode()) elm.write(b"ATE0\r\n") # print version ID...
Back
Top