From ff823ddf0157799087ef32616424ce6b8caf0d10 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Tue, 1 Sep 2026 13:28:06 -0500 Subject: [PATCH] feat(nut): both plant UPS into HA via LAN NUT servers [#439] --- configuration.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 7328500..9e9a8f7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -10,3 +10,17 @@ script: !include scripts.yaml scene: !include scenes.yaml bluetooth: + +# Network UPS Tools — both plant UPS [#439] +# tsys1: APC Smart-UPS C1500 (apc-smartups-c1500), tsys9: Tripp Lite (tripplite) +nut: + - host: pfv-tsys1-lan.knel.net + port: 3493 + username: homeassistant + password: !secret nut_tsys1_pw + alias: tsys1_ups + - host: pfv-tsys9-lan.knel.net + port: 3493 + username: homeassistant + password: !secret nut_tsys9_pw + alias: tsys9_ups