feat(plant): garage PDU current+power via librenms relay; garage dashboard cards [#344]

This commit is contained in:
2026-09-02 17:24:17 -05:00
parent deb8805c16
commit 3690b5c9f1
2 changed files with 45 additions and 2 deletions
+18 -2
View File
@@ -18,7 +18,23 @@ views:
entities:
- sensor.pfv_garage_temperature
hours_to_show: 24
- type: gauge
entity: sensor.pfv_garage_pdu_output_current
name: PDU output
unit: A
min: 0
max: 20
- type: entity
entity: sensor.pfv_garage_pdu_power
name: PDU power (est @120V)
icon: mdi:flash
- type: history-graph
title: PDU output (24h)
entities:
- sensor.pfv_garage_pdu_output_current
hours_to_show: 24
- type: markdown
content: >
**Pending:** garage PDU power + temp (#374 outlet naming,
#351 network onboarding), minisplit BTU context (#614).
**Pending:** garage PDU outlet naming (#374), minisplit BTU
context (#614). Feed via tsys-librenms SNMP relay (AP7830 is
v1-only).