Just in case anyone was interested; I found the working addresses for both the IAT and Coolant temps for the ZA1JB01C, from the list provided. I also wrote a little scaling RPN to convert the both of them it to Fahrenheit.
paramname = IAT
paramid = 0xFFF8DBA4
isfloat = 1
scalingrpn = x,1.8,*,32,+
paramname = Coolant_Temp_F
paramid = 0xFFF8DB88
isfloat = 1
scalingrpn = x,1.8,*,32,+