Add chamber temperature to gui

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

Hi @simonvez, AFAIK, there is no chance to add more graphs to the temperature tab to date.
But there is already a github request.

1 Like

Hello!

I think I managed what you are going for. I had an extra thermistor from an old hotend that went FUBAR which I connected to the T1 thermistor port and is now showing the temperature on the main temperature page. More details can be found in my recent post