diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 2c875a61..12473786 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -695,7 +695,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ [ "${SENSORa}" == "ServerRoomTemp" ] && echo "HERE: [${SENSOR//-/}] - ${last_temp} - ${temp_c} - ${temp_f} - ${temp_warn} - ${temp_crit} - ${temp_crit_sys}" logtemp=${PW_LOGFOLDER}/log-temp-${SENSOR} - if [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && [ "${temp_h}" != "0" ]; then + if [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && [ "${temp_c}" != "unavailable" ] && [ "${temp_c}" != "unknown" ] && [ "${temp_h}" != "0" ]; then if [ -f ${PW_TMPFOLDER}/${SENSOR}-error.sent ] || [ -f ${PW_TMPFOLDER}/${SENSOR}.down ]; then