So I have added a chamber (enclosure) thermistor using E1 temperature sensor. It uses pin15 on a MKS base board. I was able to get the reading display on my LCD.. but now I want to add it to octoprint Temperature page. I have the this defined:
#define TEMP_SENSOR_0 1
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_4 0
#define TEMP_SENSOR_BED 1
#define TEMP_SENSOR_CHAMBER 1
How could I add the chamber temp to display on the temp page ? Any idea ? I dont want to use the PI GPIO.
thanks