update
This commit is contained in:
19
defaults.inc
19
defaults.inc
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user