feat(plant): rate-of-change temp early warning + garage PDU kWh (integration+daily) [#344][#682]

This commit is contained in:
2026-09-02 17:59:59 -05:00
parent 3690b5c9f1
commit aea1e49b22
2 changed files with 67 additions and 0 deletions
+24
View File
@@ -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