Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| ups:nut [2022/02/17 19:32] – [Installation] gerald | ups:nut [2026/08/10 22:22] (aktuell) – [home assistant] gerald | ||
|---|---|---|---|
| Zeile 5: | Zeile 5: | ||
| ((https:// | ((https:// | ||
| + | |||
| + | < | ||
| ===== Installation ===== | ===== Installation ===== | ||
| Zeile 22: | Zeile 24: | ||
| [[https:// | [[https:// | ||
| + | |||
| + | ==== Debian as Client for QNAP-USP-Server ==== | ||
| + | |||
| + | nano / | ||
| + | < | ||
| + | MODE=netclient | ||
| + | </ | ||
| + | |||
| + | nano / | ||
| + | < | ||
| + | |||
| + | |||
| + | Das ist eigentlich alles. | ||
| + | |||
| + | < | ||
| + | service nut-client stop | ||
| + | service nut-client start | ||
| + | </ | ||
| + | |||
| + | Testen mit: | ||
| + | |||
| + | < | ||
| + | |||
| + | 2024: | ||
| + | |||
| + | Edit vi / | ||
| + | |||
| + | < | ||
| + | |||
| + | [your_username] | ||
| + | password = YOUR_PASSWORD_HERE | ||
| + | actions = SET | ||
| + | instcmds = ALL | ||
| + | upsmon master | ||
| + | |||
| + | </ | ||
| + | |||
| + | Meins: | ||
| + | |||
| + | < | ||
| + | |||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | 8. Reload config upsd -c reload and then restart the driver upsdrvctl start just to be sure all is set | ||
| + | |||
| + | ===== home assistant ===== | ||
| + | |||
| + | ch habe eine Green Cell PowerProof USV 650VA 360W | ||
| + | |||
| + | An USB angeschlossen. | ||
| + | |||
| + | |||
| + | Funktioniert, | ||
| + | |||
| + | |||
| + | < | ||
| + | users: | ||
| + | - username: gerald | ||
| + | password: xxxx | ||
| + | instcmds: | ||
| + | - all | ||
| + | actions: [] | ||
| + | devices: | ||
| + | - name: myups | ||
| + | driver: nutdrv_qx | ||
| + | port: auto | ||
| + | config: | ||
| + | - vendorid = 0665 | ||
| + | - productid = 5161 | ||
| + | - subdriver = cypress | ||
| + | - pollinterval = 5 | ||
| + | - offdelay = 60 | ||
| + | mode: netserver | ||
| + | shutdown_host: | ||
| + | listen_address: | ||
| + | </ | ||
| + | |||
| + | Neuer Nutzer (für QNAP). Gibt Probleme: | ||
| + | < | ||
| + | - username: monuser | ||
| + | password: pass | ||
| + | actions: [] | ||
| + | instcmds: [] | ||
| + | </ | ||
| + | |||
| + | |||