dalathegreat / Nissan-LEAF-Inverter-Upgrade

Software for extracting more power from LEAF inverter upgrades. Enables 110kW and 160kW inverters to function with the older LEAF
GNU General Public License v3.0
65 stars 16 forks source link

Guess-o-meter becomes too optimistic #1

Open dalathegreat opened 2 years ago

dalathegreat commented 2 years ago

After upgrading and adding CAN-bridge, the GOM will be confused since the returned torque value is lower than actual. This will affect the range estimate negatively, it will be overly optimistic. The instant consumption values will also be slightly inflated.

How should we solve this? If we return actual torque applied fault codes will be set, since the returned values cannot differ much from the requested.

One quick fix we could try is to instead of always returning the demand as request, we could find the limit on how much it is allowed to deviate, and just report back the values on the edge of what is allowed. This would make the situation a bit better, but how much?