Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [HowTo] USV: NUT Server auf SBC installieren

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [HowTo] USV: NUT Server auf SBC installieren

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Homoran last edited by

      @homoran hab gerade mal gegoogelt und folgendes gefunden, was zu meinen Vorstellungen pass5

      Diese Datei beschreibt die angeschlossene USV. Also wie sie heißt und was für ein Treiber genutzt wird um mit dieser zu sprechen. Theoretisch könnten hier natürlich mehrere Einträge enthalten sein.

      Quelle: https://haus-automatisierung.com/projekt/2018/06/03/projekt-nut-server.html
      Aber Achtung! ist nicht gerade aktuell.

      Vielleicht hat @haus-automatisierung jedoch eine Idee

      D 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Digi-Bit last edited by

        @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

        also das mit den 2 Instanzen ist mi8 klar die habe ich such für ups1 und ups2

        das ist aber der client! nicht der Server

        D 1 Reply Last reply Reply Quote 0
        • Dr. Bakterius
          Dr. Bakterius Most Active @Digi-Bit last edited by

          @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

          kann man 2 Nut Server auf einem NUC laufen lassen falls es so nicht anders geht ?

          Wenn du Proxmox verwendest, kannst du einen der beiden USB in eine vm durchreichen und dort einen zweiten NUT-Server installieren.

          1 Reply Last reply Reply Quote 0
          • D
            Digi-Bit @Homoran last edited by

            @homoran sagte in [HowTo] USV: NUT Server auf SBC installieren:

            @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

            also das mit den 2 Instanzen ist mi8 klar die habe ich such für ups1 und ups2

            das ist aber der client! nicht der Server

            naja, das bezieht sich aber auf die den punkt mit den
            "Wäre es ioBroker müsste man 2 Instanzen nehmen."

            und da habe ich eine NUT.0 und NUT.1

            oder reden wir hier aneinander vorbei ?

            mfg

            Homoran 1 Reply Last reply Reply Quote 0
            • D
              Digi-Bit @Homoran last edited by

              @homoran sagte in [HowTo] USV: NUT Server auf SBC installieren:

              @homoran hab gerade mal gegoogelt und folgendes gefunden, was zu meinen Vorstellungen pass5

              Diese Datei beschreibt die angeschlossene USV. Also wie sie heißt und was für ein Treiber genutzt wird um mit dieser zu sprechen. Theoretisch könnten hier natürlich mehrere Einträge enthalten sein.

              Quelle: https://haus-automatisierung.com/projekt/2018/06/03/projekt-nut-server.html
              Aber Achtung! ist nicht gerade aktuell.

              Vielleicht hat @haus-automatisierung jedoch eine Idee

              grins.....

              von dem habe ich schon so viele Videos gesehen, also was andere Themen betreffen wie Mysql und IOB installieren ...., wenn ich was suche und von ihm ein Video bei ist dann schau ich mir die immer zuerst an der kann das gut erklären wenigsten !

              wenn er da eine Idee hat gerne !

              mfg

              Glasfaser 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @Digi-Bit last edited by Glasfaser

                @digi-bit

                Kann es an den fehlenden Anführungszeichen liegen !?

                [ups1]
                driver = blazer_usb
                port = /dev/ttyS0
                desc = "CyberPower1"
                pollinterval = 30

                Vorlage :

                [ups]
                	driver = "usbhid-ups"
                	port = "auto"
                	desc = "CyberPower"
                	pollinterval = 30
                
                D 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Digi-Bit last edited by

                  @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

                  oder reden wir hier aneinander vorbei ?

                  jepp!

                  war nur ganz allgemein als Möglichkeit 2 identische "Programme" laufen zu lassen gemeint

                  1 Reply Last reply Reply Quote 0
                  • D
                    Digi-Bit @Glasfaser last edited by

                    @glasfaser sagte in [HowTo] USV: NUT Server auf SBC installieren:

                    @digi-bit

                    Kann es an den fehlenden Anführungszeichen liegen !?

                    [ups1]
                    driver = blazer_usb
                    port = /dev/ttyS0
                    desc = "CyberPower1"
                    pollinterval = 30

                    Vorlage :

                    [ups]
                    	driver = "usbhid-ups"
                    	port = "auto"
                    	desc = "CyberPower"
                    	pollinterval = 30
                    

                    äh, ne, habe ich auch ausprobiert, die weg zu lassen war aus der Anleitung aus der datei selber

                    Anything else is passed through to the hardware-specific part of

                    the driver.

                    Examples

                    --------

                    A simple example for a UPS called "powerpal" that uses the blazer_ser

                    driver on /dev/ttyS0 is:

                    [powerpal]

                    driver = blazer_ser

                    port = /dev/ttyS0

                    desc = "Web server"

                    If your UPS driver requires additional settings, you can specify them

                    here. For example, if it supports a setting of "1234" for the

                    variable "cable", it would look like this:

                    [myups]

                    driver = mydriver

                    port = /dev/ttyS1

                    cable = 1234

                    desc = "Something descriptive"

                    To find out if your driver supports any extra settings, start it with

                    the -h option and/or read the driver's documentation.

                    Set maxretry to 3 by default, this should mitigate race with slow devices:

                    da sind auch keine angegeben und deswegen habe ich die mal weg genommen aber es ändert sich nix.....

                    mfg

                    1 Reply Last reply Reply Quote 0
                    • D
                      Digi-Bit @Digi-Bit last edited by

                      @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

                      @homoran sagte in [HowTo] USV: NUT Server auf SBC installieren:

                      @digi-bit ich hab da keine tiefergehende Ahnung. Aber du stellst doch in der Konfiguration des NUT Servers die für die USV notwendigen Parameter wie Anschluss ind Treiber ein.

                      Ob man 2 Server, oder wenigstens 2 Konfigurationen parallel betreiben kann, habe ich noch nie gelesen.

                      Das wäre auch eine Idee aber ob man den Server auf dem NUC 2 x installieren kann bezweifle ich....

                      ausser dem wäre da dann wieder die frage welches USB gerät nimmt er wenn ich das nicht genau zuweisen kann 😞

                      mfg

                      Homoran D 2 Replies Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @Digi-Bit last edited by

                        @digi-bit wie kommen denn die Infos von den beiden ups bei Abrage über localhost?

                        1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser last edited by

                          @digi-bit

                          Mit zwei an einem Rechner , kann ich dir so nicht weiterhelfen ...

                          Hier ist auch eine sehr gute Beschreibung mit meheren USV´s

                          https://haefelfinger.ch/posts/2019/2019-11-20-using-network-ups-tools-and-mosquitto-part1/

                          1 Reply Last reply Reply Quote 0
                          • D
                            Digi-Bit @Digi-Bit last edited by

                            Leider wiess ich auch nicht wie der Nuc die USB teile verwaltet


                            [digibit@debianIOB1:~$ lsusb
                            Bus 004 Device 003: ID 2109:0813 VIA Labs, Inc. VL813 Hub
                            Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                            Bus 003 Device 006: ID 0bda:9210 Realtek Semiconductor Corp. RTL9210 M.2 NVME Adapter
                            Bus 003 Device 024: ID 0001:0000 Fry's Electronics MEC0003 >---------------------------------- 1x
                            Bus 003 Device 023: ID 1a40:0101 Terminus Technology Inc. Hub
                            Bus 003 Device 020: ID 2109:2813 VIA Labs, Inc. VL813 Hub
                            Bus 003 Device 010: ID 0451:bef3 Texas Instruments, Inc. CC1352R1 Launchpad
                            Bus 003 Device 008: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
                            Bus 003 Device 005: ID 05e3:0610 Genesys Logic, Inc. Hub
                            Bus 003 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
                            Bus 003 Device 009: ID 8087:0026 Intel Corp.
                            Bus 003 Device 026: ID 0001:0000 Fry's Electronics MEC0003 > -------------------------- 2x
                            Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
                            Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
                            Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

                            mit

                            digibit@debianIOB1:~$ ls -l /dev/serial/by-id/
                            insgesamt 0
                            lrwxrwxrwx 1 root root 13 27. Okt 18:13 usb-Texas_Instruments_XDS110__03.00.00.20__Embed_with_CMSIS-DAP_L430047T-if00 -> ../../ttyACM0
                            lrwxrwxrwx 1 root root 13 27. Okt 18:13 usb-Texas_Instruments_XDS110__03.00.00.20__Embed_with_CMSIS-DAP_L430047T-if03 -> ../../ttyACM1

                            das ist der Zigbee kasten.... keine USV

                            mit ls -l /dev/* kommt eine liste

                            crw------- 1 root root 251, 0 27. Okt 18:13 0:0:0:0

                            /dev/bus:
                            insgesamt 0
                            drwxr-xr-x 6 root root 120 27. Okt 18:13 usb

                            /dev/char:
                            insgesamt 0
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 10:1 -> ../psaux
                            lrwxrwxrwx 1 root root 11 27. Okt 18:13 10:130 -> ../watchdog
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 10:183 -> ../hwrng
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 10:224 -> ../tpm0
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 10:228 -> ../hpet
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 10:229 -> ../fuse
                            lrwxrwxrwx 1 root root 11 27. Okt 18:13 10:231 -> ../snapshot
                            lrwxrwxrwx 1 root root 6 27. Okt 18:13 10:232 -> ../kvm
                            lrwxrwxrwx 1 root root 9 27. Okt 18:13 10:235 -> ../autofs
                            lrwxrwxrwx 1 root root 9 27. Okt 18:13 10:242 -> ../rfkill
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 10:62 -> ../cpu_dma_latency
                            lrwxrwxrwx 1 root root 14 27. Okt 18:13 10:63 -> ../vga_arbiter
                            lrwxrwxrwx 1 root root 6 27. Okt 18:13 1:1 -> ../mem
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 1:11 -> ../kmsg
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 116:10 -> ../snd/pcmC0D12p
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 116:11 -> ../snd/pcmC0D13p
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 116:12 -> ../snd/pcmC0D14p
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 116:13 -> ../snd/pcmC0D15p
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 116:14 -> ../snd/pcmC0D16p
                            lrwxrwxrwx 1 root root 13 27. Okt 18:13 116:15 -> ../snd/hwC0D0
                            lrwxrwxrwx 1 root root 13 27. Okt 18:13 116:16 -> ../snd/hwC0D2
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 116:17 -> ../snd/controlC0
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 116:2 -> ../snd/pcmC0D0p
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 116:3 -> ../snd/pcmC0D0c
                            lrwxrwxrwx 1 root root 12 27. Okt 18:13 116:33 -> ../snd/timer
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 116:4 -> ../snd/pcmC0D3p
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 116:5 -> ../snd/pcmC0D7p
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 116:6 -> ../snd/pcmC0D8p
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 116:7 -> ../snd/pcmC0D9p
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 116:8 -> ../snd/pcmC0D10p
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 116:9 -> ../snd/pcmC0D11p
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 1:3 -> ../null
                            lrwxrwxrwx 1 root root 13 27. Okt 18:13 13:63 -> ../input/mice
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:65 -> ../input/event1
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:66 -> ../input/event2
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:67 -> ../input/event3
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:68 -> ../input/event4
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:69 -> ../input/event5
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:70 -> ../input/event6
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:71 -> ../input/event7
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:72 -> ../input/event8
                            lrwxrwxrwx 1 root root 15 27. Okt 18:13 13:73 -> ../input/event9
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 13:74 -> ../input/event10
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 13:75 -> ../input/event11
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 13:76 -> ../input/event12
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 13:77 -> ../input/event13
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 13:78 -> ../input/event14
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 13:79 -> ../input/event15
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 13:80 -> ../input/event16
                            lrwxrwxrwx 1 root root 16 27. Okt 18:13 13:81 -> ../input/event17
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 1:4 -> ../port
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 1:5 -> ../zero
                            lrwxrwxrwx 1 root root 10 27. Okt 18:13 166:0 -> ../ttyACM0
                            lrwxrwxrwx 1 root root 10 27. Okt 18:13 166:1 -> ../ttyACM1
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 1:7 -> ../full
                            lrwxrwxrwx 1 root root 9 27. Okt 18:13 1:8 -> ../random
                            lrwxrwxrwx 1 root root 14 27. Okt 18:13 180:1 -> ../usb/hiddev1
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:0 -> ../bus/usb/001/001
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:128 -> ../bus/usb/002/001
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:256 -> ../bus/usb/003/001
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:258 -> ../bus/usb/003/003
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:260 -> ../bus/usb/003/005
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:261 -> ../bus/usb/003/006
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:263 -> ../bus/usb/003/008
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:264 -> ../bus/usb/003/009
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:265 -> ../bus/usb/003/010
                            lrwxrwxrwx 1 root root 18 28. Okt 11:06 189:275 -> ../bus/usb/003/020
                            lrwxrwxrwx 1 root root 18 28. Okt 11:10 189:278 -> ../bus/usb/003/023
                            lrwxrwxrwx 1 root root 18 28. Okt 11:10 189:279 -> ../bus/usb/003/024
                            lrwxrwxrwx 1 root root 18 28. Okt 15:17 189:281 -> ../bus/usb/003/026
                            lrwxrwxrwx 1 root root 18 27. Okt 18:13 189:384 -> ../bus/usb/004/001
                            lrwxrwxrwx 1 root root 18 28. Okt 11:06 189:386 -> ../bus/usb/004/003
                            lrwxrwxrwx 1 root root 10 27. Okt 18:13 1:9 -> ../urandom
                            lrwxrwxrwx 1 root root 6 27. Okt 18:13 21:0 -> ../sg0
                            lrwxrwxrwx 1 root root 12 27. Okt 18:33 226:0 -> ../dri/card0
                            lrwxrwxrwx 1 root root 17 27. Okt 18:13 226:128 -> ../dri/renderD128
                            lrwxrwxrwx 1 root root 12 27. Okt 18:13 243:0 -> ../watchdog0
                            lrwxrwxrwx 1 root root 14 27. Okt 18:13 244:0 -> ../drm_dp_aux0
                            lrwxrwxrwx 1 root root 14 27. Okt 18:13 244:1 -> ../drm_dp_aux1
                            lrwxrwxrwx 1 root root 14 27. Okt 18:13 244:2 -> ../drm_dp_aux2
                            lrwxrwxrwx 1 root root 14 27. Okt 18:13 244:3 -> ../drm_dp_aux3
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 245:0 -> ../mei0
                            lrwxrwxrwx 1 root root 9 27. Okt 18:13 247:65536 -> ../tpmrm0
                            lrwxrwxrwx 1 root root 10 27. Okt 18:13 248:2 -> ../hidraw2
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 249:0 -> ../ptp0
                            lrwxrwxrwx 1 root root 14 27. Okt 18:13 251:0 -> ../bsg/0:0:0:0
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 252:0 -> ../rtc0
                            lrwxrwxrwx 1 root root 12 27. Okt 18:13 254:0 -> ../gpiochip0
                            lrwxrwxrwx 1 root root 6 27. Okt 18:13 29:0 -> ../fb0
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:0 -> ../tty0
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:1 -> ../tty1
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:10 -> ../tty10
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:11 -> ../tty11
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:12 -> ../tty12
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:13 -> ../tty13
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:14 -> ../tty14
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:15 -> ../tty15
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:16 -> ../tty16
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:17 -> ../tty17
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:18 -> ../tty18
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:19 -> ../tty19
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:2 -> ../tty2
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:20 -> ../tty20
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:21 -> ../tty21
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:22 -> ../tty22
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:23 -> ../tty23
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:24 -> ../tty24
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:25 -> ../tty25
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:26 -> ../tty26
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:27 -> ../tty27
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:28 -> ../tty28
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:29 -> ../tty29
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:3 -> ../tty3
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:30 -> ../tty30
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:31 -> ../tty31
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:32 -> ../tty32
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:33 -> ../tty33
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:34 -> ../tty34
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:35 -> ../tty35
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:36 -> ../tty36
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:37 -> ../tty37
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:38 -> ../tty38
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:39 -> ../tty39
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:4 -> ../tty4
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:40 -> ../tty40
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:41 -> ../tty41
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:42 -> ../tty42
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:43 -> ../tty43
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:44 -> ../tty44
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:45 -> ../tty45
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:46 -> ../tty46
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:47 -> ../tty47
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:48 -> ../tty48
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:49 -> ../tty49
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:5 -> ../tty5
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:50 -> ../tty50
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:51 -> ../tty51
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:52 -> ../tty52
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:53 -> ../tty53
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:54 -> ../tty54
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:55 -> ../tty55
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:56 -> ../tty56
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:57 -> ../tty57
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:58 -> ../tty58
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:59 -> ../tty59
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:6 -> ../tty6
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:60 -> ../tty60
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:61 -> ../tty61
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:62 -> ../tty62
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:63 -> ../tty63
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:64 -> ../ttyS0
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:65 -> ../ttyS1
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:66 -> ../ttyS2
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 4:67 -> ../ttyS3
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:7 -> ../tty7
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:8 -> ../tty8
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 4:9 -> ../tty9
                            lrwxrwxrwx 1 root root 6 27. Okt 18:13 5:0 -> ../tty
                            lrwxrwxrwx 1 root root 10 27. Okt 18:13 5:1 -> ../console
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 5:2 -> ../ptmx
                            lrwxrwxrwx 1 root root 6 27. Okt 18:13 7:0 -> ../vcs
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 7:1 -> ../vcs1
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 7:128 -> ../vcsa
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:129 -> ../vcsa1
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:130 -> ../vcsa2
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:131 -> ../vcsa3
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:132 -> ../vcsa4
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:133 -> ../vcsa5
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:134 -> ../vcsa6
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 7:2 -> ../vcs2
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 7:3 -> ../vcs3
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 7:4 -> ../vcs4
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 7:5 -> ../vcs5
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 7:6 -> ../vcs6
                            lrwxrwxrwx 1 root root 7 27. Okt 18:13 7:64 -> ../vcsu
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:65 -> ../vcsu1
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:66 -> ../vcsu2
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:67 -> ../vcsu3
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:68 -> ../vcsu4
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:69 -> ../vcsu5
                            lrwxrwxrwx 1 root root 8 27. Okt 18:13 7:70 -> ../vcsu6

                            die frage ist ob einer der Dinger zu der USV geht und wen welcher

                            muss doch möglich sein das teil mittelst dem " port " zu zuweisen ....

                            leider gibt der upsc ups1@localhost auch nicht so viele unterschiedliche daten her das man die an denen unterscheiden kann


                            8b49a57a-9c38-43d2-872d-0372e097f823-image.png

                            sonst hat keiner weiter eine idee wie man das machen kann ?

                            mfg

                            Digi-Bit

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @Digi-Bit last edited by

                              @digi-bit werden denn beide offiziell von nut unterstützt?

                              hat eine wirklich eine 24V Batterie

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                Digi-Bit @Homoran last edited by

                                @homoran sagte in [HowTo] USV: NUT Server auf SBC installieren:

                                @digi-bit werden denn beide offiziell von nut unterstützt?

                                hat eine wirklich eine 24V Batterie

                                uff....

                                2 x 12 steht da....

                                ist die hier

                                https://www.amazon.de/gp/product/B08RZWD82L?psc=1

                                mfg

                                D Homoran 2 Replies Last reply Reply Quote 0
                                • D
                                  Digi-Bit @Digi-Bit last edited by

                                  ich habe dies hier noch gefunden

                                  ich weiss aber nicht ob man damit was anfangen kann oder wie

                                  digibit@debianIOB1:~$ nut-scanner -U
                                  SNMP library not found. SNMP search disabled.
                                  Neon library not found. XML search disabled.
                                  IPMI library not found. IPMI search disabled.
                                  Scanning USB bus.
                                  [nutdev1]
                                  driver = "nutdrv_atcl_usb"
                                  port = "auto"
                                  vendorid = "0001"
                                  productid = "0000"
                                  bus = "003"
                                  [nutdev2]
                                  driver = "nutdrv_atcl_usb"
                                  port = "auto"
                                  vendorid = "0001"
                                  productid = "0000"
                                  bus = "003"
                                  digibit@debianIOB1:~$

                                  nur das [nutdev1] unterscheide sich, aber kann man das in der cfg irgend wie angeben ?

                                  mfg

                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Digi-Bit last edited by

                                    @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

                                    nur das [nutdev1] unterscheide sich, aber kann man das in der cfg irgend wie angeben ?

                                    ???

                                    Natürlich, das ist der Name für das Gerät, frei wählbar.

                                    bei dir ist das ups1 und ups2

                                    D 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @Digi-Bit last edited by Homoran

                                      @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

                                      ist die hier
                                      https://www.amazon.de/gp/product/B08RZWD82L?psc=1

                                      die finde ich schon mal nicht bei nut in der Kompatibilitätsliste

                                      Screenshot_20221028-163434_Firefox.jpg

                                      falls der USB Treiber allgemin gilt hast du eine vollkommen falsche Konfiguration

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        Digi-Bit @Homoran last edited by

                                        @homoran sagte in [HowTo] USV: NUT Server auf SBC installieren:

                                        @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

                                        nur das [nutdev1] unterscheide sich, aber kann man das in der cfg irgend wie angeben ?

                                        ???

                                        Natürlich, das ist der Name für das Gerät, frei wählbar.

                                        bei dir ist das ups1 und ups2

                                        naja, nur habe ich sowas nie eingegeben, das ist ja die Ausgabe von diesem Scanner da !

                                        und wieso heißen die dann bei dem nutdev1 ?

                                        mfg

                                        Homoran 1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Digi-Bit last edited by Homoran

                                          @digi-bit sagte in [HowTo] USV: NUT Server auf SBC installieren:

                                          das ist ja die Ausgabe von diesem Scanner da !
                                          und wieso heißen die dann bei dem nutdev1 ?

                                          weil der Scanner sie als Nut Device durchnummeriert.
                                          aber möglicherweise nur deine Konfig ausliest, wobei es anscheinend aber doch andere Driver sind

                                          ich würde mal mit den drivern spielen.
                                          zu dem von deinem Scanner genannten, gibt es hier Info
                                          https://networkupstools.org/docs/man/nutdrv_atcl_usb.html

                                          1 Reply Last reply Reply Quote 0
                                          • YunaKato
                                            YunaKato last edited by

                                            @klassisch sagte in [HowTo] USV: NUT Server auf SBC installieren:

                                            NUT-Server auf einem Kleinrechner (SBC)
                                            In meinem Fall ist der SBC ein Orange Pi Plus 2e, der für diese Aufgabe zwar viel zu groß ist, aber durch Migration von ioBoker auf einen Windows Rechner frei wurde.

                                            Ich habe gemäß dieser Anleitung einen NUT-Server auf einem Kleinrechner (RPI) eingerichtet. Das hat auf Anhieb funktioniert und IOB erkennt den Server auch.

                                            Aber : Synology klappt nicht.
                                            Habe hier SNMP USV Verbindung gewählt und erhalte:
                                            Verbindung zum Netzwerk-USV-Server nicht möglich.

                                            J 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            802
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            nut usv ups
                                            29
                                            233
                                            33929
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo