Thanks Marc for the reply.
I tested this last night but seem to have hit a few snags.
I could not find out how to set which pins Im using in the Max31855-Test.py.
I also tried some files from below., I like it becuase the setup for the pins is inside the python script.
# Multi-chip example
import time
cs_pins = [4, 17, 18, 24]
clock_pin = 23
data_pin = 22
units = "f"
But it keeps reporting 32 "something" (I think degrees) , even if I warm the probe with a heat gun
My main goal is to get this device to show up in WEBIOPI so that I can track BBQ temperatures :-)
My next step will be working out how to display the data and record it.
So I have a lot to learn , but Im hoping once I get the device recognized and working, modifying an existing project will be easy.
Lots of Beer Brewing ones , Heating and Cooling ones
I will go through the tutorial tonight again , but if I follow it completely it seems to want to install an old version of Python.
But I will give it another go tonight and see what happens after my leanings of last night.
Thanks for the reply , it must be a bit painfull with some of the stupid questions from us noobs.
Paul