Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Probleme mit nut-Adapter -liefert falsche Daten

    NEWS

    • Monatsrückblick – September 2025

    • Neues Video "KI im Smart Home" - ioBroker plus n8n

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    Probleme mit nut-Adapter -liefert falsche Daten

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

      @pcshg-0 sagte in Probleme mit nut-Adapter -liefert falsche Daten:

      der läuft auf demselben raspi, lokal

      tut er das?

      P 1 Reply Last reply Reply Quote 0
      • P
        PCSHG 0 @Homoran last edited by PCSHG 0

        @homoran der ist auf demselben raspi installier, wie der iobroker. Wie kann ich prüfen, ob der Dienst tatsächlich läuft und ihn ggf. starten? Aber es werden trotzdem Werte geliefert.

        Rene55 crunchip 2 Replies Last reply Reply Quote 0
        • Rene55
          Rene55 @PCSHG 0 last edited by

          @pcshg-0 In der Instanz müssen wohl auch User und Passwort vom NUT-Server eingetragen sein.

          1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @PCSHG 0 last edited by

            @pcshg-0 sagte in Probleme mit nut-Adapter -liefert falsche Daten:

            Wie kann ich prüfen, ob der Dienst tatsächlich läuft

            sudo systemctl status nut-server
            
            P 1 Reply Last reply Reply Quote 0
            • P
              PCSHG 0 @crunchip last edited by PCSHG 0

              @crunchip said in Probleme mit nut-Adapter -liefert falsche Daten:

              sudo systemctl status nut-server

              Der nut-Server liefert die nachfolgenden Daten:

              <nut-server.service - Network UPS Tools - power devices information server>
              <Loaded: loaded (/lib/systemd/system/nut-server.service; enabled; vendor preset: enabled)>
              <Active: inactive (dead) since Sun 2022-02-27 19:57:47 CET; 2h 6min ago>
              <Process: 544 ExecStart=/sbin/upsd (code=exited, status=0/SUCCESS)>
              <CPU: 13ms>

              <Feb 27 19:57:46 iobroker-allgemein-raspi systemd[1]: Starting Network UPS Tools - power devices information server...>
              <Feb 27 19:57:47 iobroker-allgemein-raspi upsd[544]: upsd disabled, please adjust the <configuration to your needs>
              <Feb 27 19:57:47 iobroker-allgemein-raspi upsd[544]: Then set MODE to a suitable value in /etc/nut/nut.conf to enable it>
              <Feb 27 19:57:47 iobroker-allgemein-raspi systemd[1]: nut-server.service: Succeeded.>
              <Feb 27 19:57:47 iobroker-allgemein-raspi systemd[1]: Started Network UPS Tools - power devices information server.>

              Was muss ich ändern?

              crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @PCSHG 0 last edited by crunchip

                @pcshg-0 sagte in Probleme mit nut-Adapter -liefert falsche Daten:

                Active: inactive

                läuft nicht, entweder stimmt etwas in deiner config nicht, oder es hilft ein restart

                sudo systemctl restart nut-server
                

                und danach nochmal den status prüfen

                ansonsten nochmal deine Einstellungen durchgehen, dies hilft vllt

                P 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @PCSHG 0 last edited by Thomas Braun

                  @pcshg-0

                  Bitte Konsolentext in CodeTags setzen.

                  Dann

                  upsd disabled, please adjust the configuration to your needs
                  Then set MODE to a suitable value in /etc/nut/nut.conf to enable it
                  

                  einstellen.

                  1 Reply Last reply Reply Quote 0
                  • P
                    PCSHG 0 @crunchip last edited by PCSHG 0

                    @crunchip
                    Der nut-server ist gestyrtet und liefert folgende Daten:

                    <nut-server.service - Network UPS Tools - power devices information server>
                    <Loaded: loaded (/lib/systemd/system/nut-server.service; enabled; vendor preset: enabled)>
                    <Active: active (running) since Mon 2022-02-28 22:28:00 CET; 16h ago>
                    <Process: 1596 ExecStart=/sbin/upsd (code=exited, status=0/SUCCESS)>
                    <Main PID: 1597 (upsd)>
                    <Tasks: 1 (limit: 4915)>
                    < CPU: 5.842s>
                    <CGroup: /system.slice/nut-server.service>
                    └─1597 /lib/nut/upsd>

                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1596]: fopen /run/nut/upsd.pid: No such file or directory>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1596]: listening on 192.168.2.201 port 3493>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1596]: listening on 127.0.0.1 port 3493>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1596]: listening on 192.168.2.201 port 3493>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1596]: listening on 127.0.0.1 port 3493>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1596]: Connected to UPS [pwvi3000rle]: usbhid-ups-pwvi3000rle>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1596]: Connected to UPS [pwvi3000rle]: usbhid-ups-pwvi3000rle>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1596]: Ignoring duplicate password for monremote>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi upsd[1597]: Startup successful>
                    <Feb 28 22:28:00 iobroker-allgemein-raspi systemd[1]: Started Network UPS Tools - power devices information server.>

                    Das einzige was noch nicht funktioniert ist der automatische Start des nut-servers. Ich muss ihn jedesmal mit dem Befehl <sudo service nut-server start> manuell starten.

                    crunchip 1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active @PCSHG 0 last edited by

                      @pcshg-0 sagte in Probleme mit nut-Adapter -liefert falsche Daten:

                      Das einzige was noch nicht funktioniert ist der automatische Start des nut-servers

                      https://forum.iobroker.net/topic/23688/howto-usv-nut-server-auf-sbc-installieren?_=1621345610029

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        PCSHG 0 @crunchip last edited by

                        @crunchip Danke für den Link. Das hat mein Problem gelöst.

                        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

                        608
                        Online

                        32.1k
                        Users

                        80.7k
                        Topics

                        1.3m
                        Posts

                        nut-adapter
                        5
                        13
                        256
                        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