Did something change in the last few weeks. This does not work for me. Intially i had temp sensors set for both Pi and MCU, and they show on the chart in the main screen of mainsail. Then i tried to setup "{temperature fans, to get some fans to turn on and off depending on Pi temps, didn’t work. Then i read you can’t have a temp sensor and a temp fan both defined with temperaature_host, so commented out the sensor section, but still i get "Unknown temperature sensor ‘temperture_host’ when starting mainsail. Why doesn’t it recognize temperature_host any longer? Same applies to temperature_mcu.
Config section;
[temperature_fan electronics_Intake_fan]
pin: PD12
kick_start_time: 0.5
fan_speed: 1.0
max_power: 1.0
min_temp: 0
max_temp: 90
max_delta: 3
target_temp: 50
control: watermark
shutdown_speed: 0
#idle_timeout: 2400
#idle_speed: .60
sensor_type: temperture_host
#sensor_mcu: host
[temperature_fan electronics_Exhaust_fan]
pin: PD14
kick_start_time: 0.5
fan_speed: 1.0
max_power: 1.0
min_temp: 0
max_temp: 90
max_delta: 3
target_temp: 50
control: watermark
shutdown_speed: 0
#idle_timeout: 2400
#idle_speed: .60
sensor_type: temperature_mcu
#sensor_mcu: mcu
#[temperature_sensor Raspi]
#sensor_type: temperature_host
#sensor_path: /sys/class/thermal/thermal_zone0/temp
#min_temp: 0
#max_temp: 90
#[temperature_sensor Octopus]
#sensor_type: temperature_mcu
#min_temp: 0
#max_temp: 90
klippy.log (4.7 MB)
EDIT: OMG, I feel like such a dunce, just had temperature spelled wrong, LOL. Dont laugh, i know you’ve done something similar, LOL!!!