Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [HowTo] USV: NUT Server auf SBC installieren

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

[HowTo] USV: NUT Server auf SBC installieren

Scheduled Pinned Locked Moved ioBroker Allgemein
nut usv ups
233 Posts 29 Posters 46.1k Views 37 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Digi-Bit

    @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.
    Wie soll das für 2 unterschiedliche Geräte gehen.
    Wäre es ioBroker müsste man 2 Instanzen nehmen.
    Ob man 2 Server, oder wenigstens 2 Konfigurationen parallel betreiben kann, habe ich noch nie gelesen.

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

    mfg

    HomoranH Do not disturb
    HomoranH Do not disturb
    Homoran
    Global Moderator Administrators
    wrote on last edited by
    #182

    @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

    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    D 1 Reply Last reply
    0
    • D Digi-Bit

      Hallo

      Ich habe 2 USVs am Nuc angeschlossen, eine für ihn selber und eine, in einem anderen Raum für einen Router und QNAP

      beide sind am USB Port dran

      Soweit geht es ja auch, nur das er die Daten von der 2ten USV nicht wirklich nimmt
      sondern die von der ersten


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

      [ups2]
      driver = blazer_usb
      port = /dev/ttyS1
      desc = "CyberPower2"
      pollinterval = 30

      Ich fummel seit Tagen daran rum um den USB Port irgend wie auseinander halten zu können aber irgend wie will das nicht wirklich klappen......


      digibit@debianIOB1:~$ sudo upsdrvctl start
      Network UPS Tools - UPS driver controller 2.7.4
      Network UPS Tools - Megatec/Q1 protocol USB driver 0.12 (2.7.4)
      Duplicate driver instance detected! Terminating other driver!
      Supported UPS detected with megatec protocol
      Vendor information unavailable
      No values provided for battery high/low voltages in ups.conf

      Using 'guestimation' (low: 10.400000, high: 13.000000)!
      Battery runtime will not be calculated (runtimecal not set)

      Network UPS Tools - Megatec/Q1 protocol USB driver 0.12 (2.7.4)
      Duplicate driver instance detected! Terminating other driver!
      Supported UPS detected with megatec protocol
      Vendor information unavailable
      No values provided for battery high/low voltages in ups.conf

      Using 'guestimation' (low: 10.400000, high: 13.000000)!
      Battery runtime will not be calculated (runtimecal not set)

      Bei der 2ten müßte eigentlich was mit 27.0000 stehen ....

      das eine ist eine 320 Watt und die andere eine 640 .....

      wie oder wo kann ich den das einstellen das er 2 verschiedene USB Ports berücksichtig......

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


      Using 'guestimation' (low: 20.800000, high: 26.000000)!
      Battery runtime will not be calculated (runtimecal not set)
      Network UPS Tools - Megatec/Q1 protocol USB driver 0.12 (2.7.4)
      Duplicate driver instance detected! Terminating other driver!
      Supported UPS detected with megatec protocol
      Vendor information unavailable
      No values provided for battery high/low voltages in ups.conf

      Kann mir da einer irgend wie weiter helfen ?

      Mfg

      Digi-Bit

      Dr. BakteriusD Offline
      Dr. BakteriusD Offline
      Dr. Bakterius
      Most Active
      wrote on last edited by
      #183

      @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
      0
      • HomoranH Homoran

        @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 Offline
        D Offline
        Digi-Bit
        wrote on last edited by
        #184

        @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

        Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
        7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

        HomoranH 1 Reply Last reply
        0
        • HomoranH Homoran

          @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 Offline
          D Offline
          Digi-Bit
          wrote on last edited by
          #185

          @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

          Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
          7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

          GlasfaserG 1 Reply Last reply
          0
          • D Digi-Bit

            @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

            GlasfaserG Online
            GlasfaserG Online
            Glasfaser
            wrote on last edited by Glasfaser
            #186

            @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
            

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            D 1 Reply Last reply
            0
            • D Digi-Bit

              @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

              HomoranH Do not disturb
              HomoranH Do not disturb
              Homoran
              Global Moderator Administrators
              wrote on last edited by
              #187

              @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

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Reply Last reply
              0
              • GlasfaserG 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 Offline
                D Offline
                Digi-Bit
                wrote on last edited by
                #188

                @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

                Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                1 Reply Last reply
                0
                • D Digi-Bit

                  @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.
                  Wie soll das für 2 unterschiedliche Geräte gehen.
                  Wäre es ioBroker müsste man 2 Instanzen nehmen.
                  Ob man 2 Server, oder wenigstens 2 Konfigurationen parallel betreiben kann, habe ich noch nie gelesen.

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

                  mfg

                  D Offline
                  D Offline
                  Digi-Bit
                  wrote on last edited by
                  #189

                  @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

                  Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                  7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                  HomoranH D 2 Replies Last reply
                  0
                  • D Digi-Bit

                    @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

                    HomoranH Do not disturb
                    HomoranH Do not disturb
                    Homoran
                    Global Moderator Administrators
                    wrote on last edited by
                    #190

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

                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    1 Reply Last reply
                    0
                    • GlasfaserG Online
                      GlasfaserG Online
                      Glasfaser
                      wrote on last edited by
                      #191

                      @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/

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      1 Reply Last reply
                      0
                      • D Digi-Bit

                        @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

                        D Offline
                        D Offline
                        Digi-Bit
                        wrote on last edited by
                        #192

                        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

                        Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                        7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                        HomoranH 1 Reply Last reply
                        0
                        • D Digi-Bit

                          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

                          HomoranH Do not disturb
                          HomoranH Do not disturb
                          Homoran
                          Global Moderator Administrators
                          wrote on last edited by
                          #193

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

                          hat eine wirklich eine 24V Batterie

                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          D 1 Reply Last reply
                          0
                          • HomoranH Homoran

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

                            hat eine wirklich eine 24V Batterie

                            D Offline
                            D Offline
                            Digi-Bit
                            wrote on last edited by
                            #194

                            @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

                            Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                            7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                            D HomoranH 2 Replies Last reply
                            0
                            • D Digi-Bit

                              @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 Offline
                              D Offline
                              Digi-Bit
                              wrote on last edited by
                              #195

                              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

                              Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                              7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                              HomoranH 1 Reply Last reply
                              0
                              • D Digi-Bit

                                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

                                HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #196

                                @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

                                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                D 1 Reply Last reply
                                0
                                • D Digi-Bit

                                  @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

                                  HomoranH Do not disturb
                                  HomoranH Do not disturb
                                  Homoran
                                  Global Moderator Administrators
                                  wrote on last edited by Homoran
                                  #197

                                  @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

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  1 Reply Last reply
                                  0
                                  • HomoranH Homoran

                                    @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 Offline
                                    D Offline
                                    Digi-Bit
                                    wrote on last edited by
                                    #198

                                    @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

                                    Router: Ubiquiti UniFi Dream Machine Pro|Iobroker I.NUCi5/Debian, 6 x Switche, 3 x APs, 3 x Cam, 2 x Nas(Qnap 4 & 8 Bay's)
                                    7 x Echos, 76 x Tasmota, 58 x ZigBee, Homatic Ip, 2 x USV

                                    HomoranH 1 Reply Last reply
                                    0
                                    • D Digi-Bit

                                      @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

                                      HomoranH Do not disturb
                                      HomoranH Do not disturb
                                      Homoran
                                      Global Moderator Administrators
                                      wrote on last edited by Homoran
                                      #199

                                      @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

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      1 Reply Last reply
                                      0
                                      • YunaKatoY Offline
                                        YunaKatoY Offline
                                        YunaKato
                                        wrote on last edited by
                                        #200

                                        @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
                                        0
                                        • YunaKatoY YunaKato

                                          @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 Offline
                                          J Offline
                                          Josh
                                          wrote on last edited by Josh
                                          #201

                                          @yunakato Wieso SNMP-Server? Bei mir läuft's unter "Synology USV-Server". Dann noch die IP des NUT-Servers rein und gut ist's.

                                          Wenn was nicht funktioniert, kannst du wertvolle Infos [hier]https://www.synology-forum.de/threads/usv-mit-serieller-schnittstelle-moeglich.114545/page-2#post-988107) bekommen.

                                          Wenn immer noch nicht läuft musst Du mal Deine NUT-Config-Dateien zeigen.

                                          Master: Intel NUC10i5-32GB-1TB_SSD - Proxmox 8.3 - LXC Debian 11
                                          Slave1: RPi3B - ZigBee CC2652P - 10x DS18B20
                                          Slave2: RPi3B - ZigBee CC2538+CC2592
                                          node.js 20.18.1 / NPM 10.8.2 / js-controller 7.0.3

                                          YunaKatoY 1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          593

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe