Update powerwall.sh
This commit is contained in:
@@ -769,6 +769,7 @@ CHECKPOWER(){
|
|||||||
HOST_WATTS_disp="${idsCL[LightRed]}Host offline"
|
HOST_WATTS_disp="${idsCL[LightRed]}Host offline"
|
||||||
elif [ "${HOST_WATTS}" == "0" ]; then
|
elif [ "${HOST_WATTS}" == "0" ]; then
|
||||||
HOST_WATTS_disp="${idsCL[Yellow]}Host PSU not capable"
|
HOST_WATTS_disp="${idsCL[Yellow]}Host PSU not capable"
|
||||||
|
echo "HERE: $HOST_WATT_SENSORS"
|
||||||
else
|
else
|
||||||
HOST_WATTS_disp="${idsCL[LightRed]}Could not pull data"
|
HOST_WATTS_disp="${idsCL[LightRed]}Could not pull data"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user