@scottcowen You can query the object model value sbc.cpu.temperature to get the Pi's CPU temperature. It isn't directly possible to assign a thermostatic fan to that sensor reading, but you could create a daemon.g file and check it every few seconds. For example:
if sbc.cpu.temperature > 50 M106 P3 S1 else M106 P3 S0