This always makes me smile - snowing, freezing outside, my heating is on full.
TiVo obviously feels the cold: TiVoweb says
Current Temperature: 29C / 84.2F -- Running cool -- the case must be open
mrtickle wrote:This always makes me smile - snowing, freezing outside, my heating is on full.
TiVo obviously feels the cold: TiVoweb says
Current Temperature: 29C / 84.2F -- Running cool -- the case must be open
if {$digit_tempC < 30} {
set temp_comment "Running cool -- the case must be open"
} elseif {$digit_tempC < 39} {
set temp_comment "Running in the lower range of normal"
} elseif {$digit_tempC < 42} {
set temp_comment "Running in the middle range of normal"
} elseif {$digit_tempC < 46} {
set temp_comment "Running in the upper range of normal"
} elseif {$digit_tempC < 51} {
set temp_comment "Starting to run hot! Watch it!"
} elseif {$digit_tempC < 56} {
set temp_comment "Your TiVo is running hot! It should be shut down."
} else {
set temp_comment "TiVo is way too hot! Shut it down right NOW!"
}
Users browsing this forum: No registered users and 139 guests