Configuration - Pete-C2/Multi-Channel-Temperature-Monitor GitHub Wiki

You should not need to alter the program - all configuration is done through the config.xml file. It should be obvious from the sample included in the project but just to help you:

  • The Hardware and Sensors sections define the pins you have connected your ICs to. The numbers are the pin numbers on the 40-pin header.
  • The Sensors section also defines the name of each of your sensors.
  • The Display sections defines how your webpage will look. You can change the title and whether temperatures are in Centigrade or Fahrenheit (C or F in the Units field).
  • The Logging section defines the interval for writing a log to the CSV file in minutes.

I have tried to optimise the webpages for display on a smartphone - so long as you don't modify the Flask fields (in {{ }} brackets) then you could change the HTML code at will.