This commit is contained in:
2023-12-04 16:08:17 -06:00
parent a80e0621cb
commit 26ea7e71da
3 changed files with 20 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.3.348-12042023'
VERS='2.3.400-12042023'
noheader=' update service dailytemp '
@@ -32,14 +32,15 @@ PW_POWERWALL_SERVICES['temp']='monitor-temp'
PW_POWERWALL_SERVICES['power']='monitor-power'
PW_POWERWALL_SERVICES['powerlogger']='monitor-powerlogger'
declare -A PW_TEMP_THRESHOLDS
# PW_TEMP_THRESHOLDS['ServerRoomTH']="72,74,76" #TEST1
# PW_TEMP_THRESHOLDS['ServerRoomTH']="83,88,95" #Normal broken
PW_TEMP_THRESHOLDS['ServerRoomTH']="80,85,91" #Normal -4
PW_TEMP_THRESHOLDS['Powerwall-CPU']="122,131,176"
PW_TEMP_THRESHOLDS['Powerwall-CPU-Usage']="40,80,90"
PW_TEMP_THRESHOLDS['OctoPi-CPU']="122,131,176"
PW_TEMP_THRESHOLDS['OctoPi-CPU-Usage']="40,80,90"
declare -A PW_THRESHOLDS
# PW_THRESHOLDS['ServerRoomTH']="72,74,76" #TEST1
# PW_THRESHOLDS['ServerRoomTH']="83,88,95" #Normal broken
PW_THRESHOLDS['ServerRoomTH']="80,85,91" #Normal -4
PW_THRESHOLDS['Powerwall-CPU']="122,131,176"
PW_THRESHOLDS['Powerwall-CPU-Usage']="40,80,90"
PW_THRESHOLDS['OctoPi-CPU']="122,131,176"
PW_THRESHOLDS['OctoPi-CPU-Usage']="40,80,90"
PW_THRESHOLDS['OFF-vMS-Host1-FanSpeed']="6360,11040,16080"
PW_ServerRoomTH_Dev='-1'