On Fri, Apr 20, 2018 at 05:00:59PM +0100, Robin O'Leary wrote:
On Fri, Apr 20, 2018 at 11:51:18PM +1200, Tom Parker wrote:
On 20/04/18 03:39, Robin O'Leary wrote:
I would like to record the temperature inside the car, but I couldn't see an appropriate metric (I've stuck it on ms_v_charge_temp for now). Is there a better place for it?
I gather that Mark has already obliged with a new ms_v_env_cabintemp, so I'll move that there.
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]