loopyengineeringco / Daly2Sofar

ESP32 bridge allowing Daly Smart BMS to be used with a Sofar inverter/charger (and others that use SMA CANBUS protocol).
29 stars 3 forks source link

I’m also having the same issues… #2

Open BOBILLEChristophe opened 2 years ago

BOBILLEChristophe commented 2 years ago

I’m also having the same issues…

the daly uart library seems to not recognise

'Daly_BMS_UART::getPackMeasurements(float&, float&, float&)'

and others

Originally posted by @tobydavies11 in https://github.com/ASMotionLab/Daly2Sofar/issues/1#issuecomment-1165622666

BOBILLEChristophe commented 2 years ago

Indeed you must remove the parameters of the function

 if (dalyRequestCounter == 1) {
    //bms.getPackMeasurements(volts, amps, percentage);
    bms.getPackMeasurements();