feat(dashboards): garage + artroom; health heart view; fleet-wide unknown-render fix [#618][#344][#625]

This commit is contained in:
2026-09-02 16:45:09 -05:00
parent 206392c6c7
commit 12af66e1ae
5 changed files with 115 additions and 16 deletions
+32
View File
@@ -0,0 +1,32 @@
# Art Room dashboard [#618] — git-deployed via KNEL/pfv-bms
# Sources: TEMPer on stlpc-artroom, Canon printer toners (IPP).
# OctoPrint x2 + 3 3D printers land Friday (#466).
title: Art Room
views:
- title: Art Room
type: sections
sections:
- type: grid
cards:
- type: gauge
entity: sensor.pfv_artroom_temperature
name: Art room temp
min: 50
max: 100
unit: "°F"
- type: history-graph
title: Art room temp (24h)
entities:
- sensor.pfv_artroom_temperature
hours_to_show: 24
- type: entities
title: Printer — toner
entities:
- sensor.cnmf731c_733c_canon_cartridge_046_black_toner
- sensor.cnmf731c_733c_canon_cartridge_046_cyan_ton
- sensor.cnmf731c_733c_canon_cartridge_046_magenta_to
- sensor.cnmf731c_733c_canon_cartridge_046_yellow_ton
- type: markdown
content: >
**Pending:** TR4500 status, OctoPrint x2 + 3D printers (#466,
Friday).
+24
View File
@@ -0,0 +1,24 @@
# Garage dashboard [#618] — git-deployed via KNEL/pfv-bms
# Sources: TEMPer on stlpc-garage. PDU power/temp pending integration (#374/#351).
title: Garage
views:
- title: Garage
type: sections
sections:
- type: grid
cards:
- type: gauge
entity: sensor.pfv_garage_temperature
name: Garage temp
min: 40
max: 110
unit: "°F"
- type: history-graph
title: Garage temp (24h)
entities:
- sensor.pfv_garage_temperature
hours_to_show: 24
- type: markdown
content: >
**Pending:** garage PDU power + temp (#374 outlet naming,
#351 network onboarding), minisplit BTU context (#614).
+33
View File
@@ -29,6 +29,39 @@ views:
entities:
- person.charles_n_wyble
hours_to_show: 168
- title: Heart
type: sections
sections:
- type: grid
cards:
- type: gauge
entity: sensor.ultix_mini_heart_rate
name: Heart rate
unit: bpm
min: 40
max: 180
severity:
green: 50
yellow: 100
red: 140
- type: entities
title: Heart metrics
entities:
- sensor.ultix_mini_heart_rate
- sensor.ultix_mini_resting_heart_rate
- sensor.ultix_mini_walking_heart_rate_average
- sensor.ultix_mini_heart_rate_variability
- type: history-graph
title: Heart rate (24h)
entities:
- sensor.ultix_mini_heart_rate
hours_to_show: 24
- type: history-graph
title: Heart rate (7d)
entities:
- sensor.ultix_mini_heart_rate
- sensor.ultix_mini_resting_heart_rate
hours_to_show: 168
- title: Body temp
type: sections
sections: