diff --git a/defaults.inc b/defaults.inc index 6678c68d..0129b886 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -PW_VERS='2.10.29-06212025' +PW_VERS='2.10.30-06222025' noheader=' update service dailytemp confsync -r -report test ' diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 8ae7432c..7c9faf87 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -1017,7 +1017,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ temp_h=`IDS_NUMBER_FORMAT $(echo ${INFO} | jq -r '.device0 .obs[].humidity') 2 yes` fi - elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "system" ]; then + elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "system" ] || [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "remotesystem" ]; then if [[ "${SENSOR}" = *"CPU"* ]]; then if ! temp_c=$(${SSHCMD} root@${PW_REMOTE_SENSORS[${SENSOR}]} vcgencmd measure_temp) ; then TIMEOUT=1; fi if [ "${temp_c}" != "" ]; then