On 27/04/18 01:07, Robin O'Leary wrote:

I've done that in a new pull request.

This avoids changing any existing behaviour (except to remove the
fake handbrake setting).  It adds:

    ms_v_door_fl etc. from 0x60d[0]
    ms_v_env_cabintemp from 0x54f[0]
    ms_v_env_cooling, ms_v_env_heating from 0x54b[1]
    ms_v_env_footbrake from 0x292[6]
    ms_v_env_gear from 0x421[0]
    ms_v_env_handbrake from 0x5c5[0] (previously faked by vehicle_nissanleaf_car_on)
    ms_v_env_headlights from 0x60d[0..1]
    ms_v_env_locked from 0x60d[2]
    ms_v_env_throttle from 0x180[5]
    ms_v_inv_temp from 0x510[7]
    ms_v_tpms_fl_p etc. from 0x385[2..5]

This looks good Robin. I don't have commit rights, so Michael or Mark will have to merge it.

You haven't changed my apparently overly complicated odometer code, does it work correctly with your car? Feel free to clean it up, and also the 0x5c0 mux issue, otherwise I'll do it later next week.