This commit is contained in:
@@ -151,3 +151,27 @@
|
||||
all {{ fleet | length }} fleet sensors OK
|
||||
{% endif %}
|
||||
mode: single
|
||||
- id: pfv_plant_temp_rising_fast
|
||||
alias: PFV plant - temperature rising fast (rate-of-change)
|
||||
description: Catches dead AC minutes before the 104F threshold trips.
|
||||
triggers:
|
||||
- trigger: state
|
||||
entity_id:
|
||||
- binary_sensor.server_room_temp_rising
|
||||
- binary_sensor.tsys6_ambient_rising
|
||||
- binary_sensor.tsys7_inlet_rising
|
||||
- binary_sensor.garage_temp_rising
|
||||
to: "on"
|
||||
for:
|
||||
minutes: 2
|
||||
actions:
|
||||
- action: notify.send_message
|
||||
target:
|
||||
entity_id:
|
||||
- notify.ultix_sidecar_new
|
||||
- notify.allthes_ipad
|
||||
data:
|
||||
title: TEMP RISING FAST
|
||||
message: '{{ trigger.entity_id }} climbing ~10F/15min — check cooling
|
||||
before the 104F threshold. (rate-of-change early warning)'
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user