<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I want to add support for 80 cell cars , the i-Miev has 88 cell all model year, but the clones are 80 cell from 2013 model year. </div><div>What's the good implement for this. </div><div>1) Create a config, and user can set it</div><div>2) Automatically get from VIN number and set it.</div><div><br></div><div>And a nother question, where set the BmsSetCellArrangementVoltage() and</div><div>      BmsSetCellArrangementTemperature();</div><div>Now set in OvmsVehicleMitsubishi::OvmsVehicleMitsubishi()</div><div><br></div><div>I now created the first for testing. I added BmsSetCellArrangementVoltage(80,8)</div><div>      BmsSetCellArrangementTemperature(60, 6)</div><div>in: void OvmsVehicleMitsubishi::ConfigChanged(OvmsConfigParam* param)</div><div>if checkbox checked, but in dasboard show all the 88 cell data if set to 80 cell.</div><div>This is because the vestor has 88 values, or because 80/88 cell cars delivers 88 cell values? I don't understand why send 80 cell cars 88 cell data (8 fake?)</div><div><br></div><div>If i add "MyConfig.GetParamValueBool("vehicle", "bms.alerts.enabled", false);" to OvmsVehicleMitsubishi::OvmsVehicleMitsubishi() i can disable bms alerts for default?</div><div dir="ltr"><br></div></div></div></div></div></div></div></div></div></div></div></div>