fix(dashboards): server-room was missing views wrapper (blank render) + DRAC temps view [#618]
This commit is contained in:
+82
-35
@@ -1,38 +1,85 @@
|
|||||||
# Server Room dashboard [#618] — git-deployed via KNEL/pfv-bms
|
# Server Room dashboard [#618] — git-deployed via KNEL/pfv-bms
|
||||||
title: Server Room
|
title: Server Room
|
||||||
type: panel
|
views:
|
||||||
cards:
|
- type: panel
|
||||||
- type: grid
|
|
||||||
columns: 2
|
|
||||||
square: false
|
|
||||||
cards:
|
cards:
|
||||||
- type: gauge
|
- type: grid
|
||||||
entity: sensor.tsys1_ups_battery_charge
|
columns: 2
|
||||||
name: tsys1 UPS battery
|
square: false
|
||||||
unit: "%"
|
cards:
|
||||||
severity:
|
- type: gauge
|
||||||
green: 60
|
entity: sensor.tsys1_ups_battery_charge
|
||||||
yellow: 40
|
name: tsys1 UPS battery
|
||||||
red: 20
|
unit: "%"
|
||||||
- type: entity
|
severity:
|
||||||
entity: sensor.tsys1_ups_status
|
green: 60
|
||||||
name: tsys1 UPS
|
yellow: 40
|
||||||
icon: mdi:ups
|
red: 20
|
||||||
- type: history-graph
|
- type: entity
|
||||||
title: tsys1 UPS battery
|
entity: sensor.tsys1_ups_status
|
||||||
entities:
|
name: tsys1 UPS
|
||||||
- sensor.tsys1_ups_battery_charge
|
icon: mdi:ups
|
||||||
hours_to_show: 24
|
- type: history-graph
|
||||||
- type: entities
|
title: tsys1 UPS battery
|
||||||
title: Plant automations
|
entities:
|
||||||
entities:
|
- sensor.tsys1_ups_battery_charge
|
||||||
- automation.pfv_plant_high_temperature
|
hours_to_show: 24
|
||||||
- automation.pfv_plant_ups_on_battery
|
- type: entities
|
||||||
- automation.pfv_plant_ups_battery_low
|
title: Plant automations
|
||||||
- automation.pfv_plant_ups_communication_lost
|
entities:
|
||||||
- automation.pfv_plant_utility_power_restored
|
- automation.pfv_plant_high_temperature
|
||||||
- type: markdown
|
- automation.pfv_plant_ups_on_battery
|
||||||
content: >
|
- automation.pfv_plant_ups_battery_low
|
||||||
**Server Room** — Proxmox hosts + Pis. Temperature sensors
|
- automation.pfv_plant_ups_communication_lost
|
||||||
populate here after the SNMP migration (#618). Minisplit
|
- automation.pfv_plant_utility_power_restored
|
||||||
climate control lands with #614 (BTU loop Friday).
|
- type: markdown
|
||||||
|
content: >
|
||||||
|
**Server Room** — Proxmox hosts + Pis. Temperature sensors
|
||||||
|
populate here after the SNMP migration (#618). Minisplit
|
||||||
|
climate control lands with #614 (BTU loop Friday).
|
||||||
|
- title: Temps
|
||||||
|
type: sections
|
||||||
|
sections:
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: gauge
|
||||||
|
entity: sensor.pfv_tsys6_drac_ambient
|
||||||
|
name: tsys6 ambient (DRAC)
|
||||||
|
min: 60
|
||||||
|
max: 100
|
||||||
|
unit: "°F"
|
||||||
|
- type: gauge
|
||||||
|
entity: sensor.pfv_tsys7_drac_inlet
|
||||||
|
name: tsys7 inlet (DRAC)
|
||||||
|
min: 60
|
||||||
|
max: 100
|
||||||
|
unit: "°F"
|
||||||
|
- type: gauge
|
||||||
|
entity: sensor.pfv_tsys7_drac_exhaust
|
||||||
|
name: tsys7 exhaust (DRAC)
|
||||||
|
min: 80
|
||||||
|
max: 130
|
||||||
|
unit: "°F"
|
||||||
|
- type: gauge
|
||||||
|
entity: sensor.pfv_tsys1_rack_temperature
|
||||||
|
name: tsys1 rack (TEMPer)
|
||||||
|
min: 60
|
||||||
|
max: 100
|
||||||
|
unit: "°F"
|
||||||
|
- type: history-graph
|
||||||
|
title: Server room temps (24h)
|
||||||
|
entities:
|
||||||
|
- sensor.pfv_tsys1_rack_temperature
|
||||||
|
- sensor.pfv_tsys6_drac_ambient
|
||||||
|
- sensor.pfv_tsys7_drac_inlet
|
||||||
|
- sensor.pfv_tsys7_drac_exhaust
|
||||||
|
hours_to_show: 24
|
||||||
|
- type: entities
|
||||||
|
title: Fleet CPU temps
|
||||||
|
entities:
|
||||||
|
- sensor.pfv_tsys3_cpu_temperature
|
||||||
|
- sensor.pfv_tsys6_cpu_temperature
|
||||||
|
- sensor.pfv_tsys7_cpu_temperature
|
||||||
|
- sensor.pfv_tsys9_cpu_temperature
|
||||||
|
- sensor.pfv_tsys7_drac_cpu1
|
||||||
|
- sensor.pfv_tsys7_drac_cpu2
|
||||||
|
|||||||
Reference in New Issue
Block a user