uholeschak / ediabaslib

.NET BMW and VAG Ediabas interpreter library
GNU General Public License v3.0
678 stars 158 forks source link

Ediabaslib voltage spoofing Ubatt for ISTA #190

Closed Conti93 closed 2 hours ago

Conti93 commented 2 hours ago

Currently using Ediabaslib with ISTA 4.32.15 on Win10, bluetooth ELM interface reprogrammed with default firmware. Is there a way to circumvent this error regarding the ignition & battery voltage (I get the former one in other areas)? image

I tried node's voltage control to no avail. Maybe I'm missing something stupid?

Thank you.

uholeschak commented 2 hours ago

This is a know ISTA problem unrelated to Ediabas. You have to patch ISTA for this or modify the ISTA configuration settings. You could modify the EdiabasLib default voltage values with: ObdBatteryVoltage ObdIgnitionVoltage In some rare cases this may help, if the voltage is read via .prg file. In most cases ISTA uses other ways to read the voltage. These other ways have to be patched in ISTA. E.g. EdiabasLib.config:

    <add key="ObdBatteryVoltage" value="15000" />
    <add key="ObdIgnitionVoltage" value="15000" />