Trying to get a chamber sensor setup finally so I wired up a 2 pin PT1000 into the middle 2 pins of the 4 pin connector to use on the Octopus Pro. Set the dip switches according to the manual, and then tried to configure the sensor in Klipper with:
[temperature_sensor chamber_temp]
sensor_type: PT1000
sensor_pin: PF8
pullup_resistor: 4300
min_temp: 0
max_temp: 100
I'm currently getting the following error:
MCU 'mcu' shutdown: ADC out of range
Sensor 'temperature_sensor chamber_temp' temperature 4205746.253 not in range 0.000:100.000
I'm guessing I'm just missing something simple but I can't seem to figure out what it is.