This commit is contained in:
2025-06-22 09:54:05 -05:00
parent 8d89cc83b5
commit ff2d63e7c9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
PW_VERS='2.10.29-06212025' PW_VERS='2.10.30-06222025'
noheader=' update service dailytemp confsync -r -report test ' noheader=' update service dailytemp confsync -r -report test '

View File

@@ -1017,7 +1017,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
temp_h=`IDS_NUMBER_FORMAT $(echo ${INFO} | jq -r '.device0 .obs[].humidity') 2 yes` temp_h=`IDS_NUMBER_FORMAT $(echo ${INFO} | jq -r '.device0 .obs[].humidity') 2 yes`
fi 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 [[ "${SENSOR}" = *"CPU"* ]]; then
if ! temp_c=$(${SSHCMD} root@${PW_REMOTE_SENSORS[${SENSOR}]} vcgencmd measure_temp) ; then TIMEOUT=1; fi if ! temp_c=$(${SSHCMD} root@${PW_REMOTE_SENSORS[${SENSOR}]} vcgencmd measure_temp) ; then TIMEOUT=1; fi
if [ "${temp_c}" != "" ]; then if [ "${temp_c}" != "" ]; then