techie66 / EngineDataLogger

Data logger and master controller for Raspberry Pi based ECU that communicates with various external MCUs
GNU General Public License v3.0
5 stars 0 forks source link

Not able to log lambda with Ignitech WB-2 via CAN #23

Closed kurt-k3po closed 3 years ago

kurt-k3po commented 3 years ago

branch: feature-can

tried to log lambda value over CAN from Ignitech WB-2 but not able to get a value in the log file. CAN communication works on Raspbian level. Checked this with candump utility.

I just add 'lambda' to enginedatlogger.conf and restart service. _output-file-format = "time,systemvoltage,rpm,speed,mapkpa,lambda"

Value in logfile always shows 0.00 for lambda. Other values from Ignitech TCIP-4 are changing.

Is there another config I have to adjust? Any idea?

Regards Kurt

kurt-k3po commented 3 years ago

belongs to #4