Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] iobroker offline nach admin update

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [gelöst] iobroker offline nach admin update

    This topic has been deleted. Only users with topic management privileges can see it.
    • apollon77
      apollon77 last edited by apollon77

      Ok, basierend auf den Logs ganz oben beendet sich admin direkt nach dem start wieder. Korrekt?

      Also: Admin mal bitte manuell starten. im iobroker verzeichnis:

      node node_modules/iobroker.admin/main.js --debug (falls js-controller 2.x)
      

      Dann ausgabe posten.

      J 1 Reply Last reply Reply Quote 0
      • J
        JRiddim @apollon77 last edited by JRiddim

        @apollon77 sagte in iobroker nicht mehr erreichbar nach admin update:

        Ok, basierend auf den Logs ganz oben beendet sich admin direkt nach dem start wieder. Korrekt?

        node node_modules/iobroker.admin/main.js --debug

        Genau admin startet kurz und dann geht er wieder off.

         debug: admin.0 (28417) Redis Objects: Use Redis connection: 127.0.0.1:9001
        2020-01-31 17:42:46.792  - debug: admin.0 (28417) Objects client ready ... initialize now
        2020-01-31 17:42:46.797  - debug: admin.0 (28417) Objects create System PubSub Client
        2020-01-31 17:42:46.798  - debug: admin.0 (28417) Objects create User PubSub Client
        2020-01-31 17:42:46.799  - debug: admin.0 (28417) Objects client initialize lua scripts
        2020-01-31 17:42:46.812  - debug: admin.0 (28417) Objects connected to redis: 127.0.0.1:9001
        2020-01-31 17:42:46.819  - debug: admin.0 (28417) objectDB connected
        2020-01-31 17:42:46.822  - debug: admin.0 (28417) Redis States: Use Redis connection: 127.0.0.1:9000
        2020-01-31 17:42:46.828  - debug: admin.0 (28417) States create User PubSub Client
        2020-01-31 17:42:46.831  - debug: admin.0 (28417) States create System PubSub Client
        2020-01-31 17:42:46.840  - debug: admin.0 (28417) States connected to redis: 127.0.0.1:9000
        2020-01-31 17:42:46.841  - debug: admin.0 (28417) statesDB connected
        2020-01-31 17:42:47.580  - info: admin.0 (28417) starting. Version 3.7.9 in /opt/iobroker/node_modules/iobroker.admin, node: v10.18.1
        2020-01-31 17:42:47.619  - info: admin.0 (28417) requesting all states
        2020-01-31 17:42:47.620  - info: admin.0 (28417) requesting all objects
        2020-01-31 17:42:48.706  - info: admin.0 (28417) received all objects
        2020-01-31 17:42:48.846  - info: admin.0 (28417) http server listening on port 8081
        2020-01-31 17:42:48.847  - info: admin.0 (28417) Use link "http://localhost:8081" to configure.
        2020-01-31 17:42:48.866  - debug: admin.0 (28417) Subscribe OBJECTS: *
        2020-01-31 17:42:48.980  - debug: admin.0 (28417) Next repo update on 2020-1-31 10:07:13 PM
        TypeError: Invalid Version: 0.11.2a
            at new SemVer (/opt/iobroker/node_modules/iobroker.admin/node_modules/semver/semver.js:332:11)
            at compare (/opt/iobroker/node_modules/iobroker.admin/node_modules/semver/semver.js:647:10)
            at Function.gt (/opt/iobroker/node_modules/iobroker.admin/node_modules/semver/semver.js:683:10)
            at upToDate (/opt/iobroker/node_modules/iobroker.admin/main.js:223:16)
            at adapter.getState (/opt/iobroker/node_modules/iobroker.admin/main.js:267:22)
            at client.get (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:580:17)
            at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
            at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-01-31 17:42:48.997  - error: admin.0 (28417) uncaught exception: Invalid Version: 0.11.2a
        2020-01-31 17:42:48.998  - error: admin.0 (28417) TypeError: Invalid Version: 0.11.2a
            at new SemVer (/opt/iobroker/node_modules/iobroker.admin/node_modules/semver/semver.js:332:11)
            at compare (/opt/iobroker/node_modules/iobroker.admin/node_modules/semver/semver.js:647:10)
            at Function.gt (/opt/iobroker/node_modules/iobroker.admin/node_modules/semver/semver.js:683:10)
            at upToDate (/opt/iobroker/node_modules/iobroker.admin/main.js:223:16)
            at adapter.getState (/opt/iobroker/node_modules/iobroker.admin/main.js:267:22)
            at client.get (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:580:17)
            at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
            at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
            at process._tickCallback (internal/process/next_tick.js:68:7)
        2020-01-31 17:42:49.000  - info: admin.0 (28417) terminating http server on port 8081
        2020-01-31 17:42:49.007  - info: admin.0 (28417) terminating
        2020-01-31 17:42:49.008  - info: admin.0 (28417) Terminated (NO_ERROR): Without reason
        
        

        apollon77 2 Replies Last reply Reply Quote 0
        • apollon77
          apollon77 @JRiddim last edited by

          @JRiddim er meckert an der Version eines Adapters. Ich glaube von zigbee gabs mal ganz kurz so eine kaputte Versionsnummer.

          Bzw mach mal

          Iobroker update um ein neues Repo zu bekommen. Ggf ist’s das schon.

          J 1 Reply Last reply Reply Quote 0
          • J
            JRiddim @apollon77 last edited by

            @apollon77

            hi apollon77 iobroker update hat leider keine Besserung gebracht.

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User last edited by

              Hi
              lese hier interssiert mit. hatte auch ein host update gemacht und dachte es würde alles funktionieren. gerade bemerkte ich dass die webseite (8081) nicht mehr erreichbar ist. reboots brachten nichts.

              das Komische: per Konsole ist der raspberry erreichbar nur lässt er kein log in über den user pi zu. access denied.... 😞

              apollon77 1 Reply Last reply Reply Quote 0
              • apollon77
                apollon77 @Guest last edited by

                @Pete0815 also mit ssh hat iobroker nix zu tun. Wenn du keinen ssh Login mehr machen kannst ist das was anderes.

                1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @JRiddim last edited by

                  @JRiddim hast du zigbee drauf? Wenn ja update das mal

                  J 1 Reply Last reply Reply Quote 1
                  • J
                    JRiddim @apollon77 last edited by JRiddim

                    @apollon77 @haselchen

                    Tatsache!!! das wars! geile Sache vielen Dank an alle Beteiligten besonders an haselchen und apolon77 die sich besonders der Sache angenommen haben!

                    Ich bin unfassbar glücklich, nach 5 Tagen wars einfach der Zigbee-Adapter, dabei hab ich mit dem nix gemacht

                    apollon77 1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 @JRiddim last edited by

                      @JRiddim die Erklärung ist einfach: Admin hat vor einiger Zeit ein Update bekommen was Versionen anders prüft (mehr nach Standard) und zigbee hatte leider mal eine Version die nicht dem Standard entsprach. Das in Zusammenhang macht jetzt Probleme.

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        JRiddim @apollon77 last edited by

                        @apollon77

                        eine andere Sache noch, ich habe gerade gesehen, dass meine Homematic adapter alle gelb sind. Hast du vllt. noch eine wie ich dieses Problem beheben kann? oder soll ich hierfür einen neuen Post eröffnen?

                        apollon77 1 Reply Last reply Reply Quote 0
                        • apollon77
                          apollon77 @JRiddim last edited by

                          @JRiddim es wäre hilfreich zu wissen was das log sagt

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            JRiddim @apollon77 last edited by

                            @apollon77

                            	2020-01-31 21:45:42.778	debug	(24867) system.adapter.admin.0: logging true
                            hm-rega.0	2020-01-31 21:45:30.563	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:44:59.364	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:44:27.444	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:43:56.244	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:43:24.323	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:42:53.123	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:42:21.204	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:41:50.004	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:41:18.825	debug	(24867) system.adapter.admin.0: logging false
                            hm-rega.0	2020-01-31 21:41:18.083	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:40:46.883	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:40:14.963	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:39:43.764	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:39:10.646	error	(24867) CCU 192.168.100.33 unreachable
                            hm-rega.0	2020-01-31 21:39:07.782	info	(24867) subscribe hm-rpc.0.BidCoS-RF.50.PRESS_SHORT
                            hm-rega.0	2020-01-31 21:39:07.744	info	(24867) starting. Version 2.5.2 in /opt/iobroker/node_modules/iobroker.hm-rega, node: v10.18.1
                            hm-rega.0	2020-01-31 21:39:06.951	debug	(24867) statesDB connected
                            hm-rega.0	2020-01-31 21:39:06.950	debug	(24867) States connected to redis: 127.0.0.1:9000
                            hm-rega.0	2020-01-31 21:39:06.942	debug	(24867) States create System PubSub Client
                            hm-rega.0	2020-01-31 21:39:06.940	debug	(24867) States create User PubSub Client
                            hm-rega.0	2020-01-31 21:39:06.934	debug	(24867) Redis States: Use Redis connection: 127.0.0.1:9000
                            hm-rega.0	2020-01-31 21:39:06.931	debug	(24867) objectDB connected
                            hm-rega.0	2020-01-31 21:39:06.925	debug	(24867) Objects connected to redis: 127.0.0.1:9001
                            hm-rega.0	2020-01-31 21:39:06.911	debug	(24867) Objects client initialize lua scripts
                            hm-rega.0	2020-01-31 21:39:06.910	debug	(24867) Objects create User PubSub Client
                            hm-rega.0	2020-01-31 21:39:06.909	debug	(24867) Objects create System PubSub Client
                            hm-rega.0	2020-01-31 21:39:06.905	debug	(24867) Objects client ready ... initialize now
                            hm-rega.0	2020-01-31 21:39:06.869	debug	(24867) Redis Objects: Use Redis connection: 127.0.0.1:9001
                            hm-rega.0	2020-01-31 21:39:03.112	info	(15666) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                            hm-rega.0	2020-01-31 21:39:03.110	info	(15666) terminating
                            hm-rega.0	2020-01-31 21:39:03.108	info	(15666) Got terminate signal TERMINATE_YOURSELF
                            

                            sudo pivccu-info ergab:

                            piVCCU version: 3.49.17-35
                            Kernel modules: Not available
                            Raw UART dev: Available
                            Rasp.Pi UART: Assigned to GPIO pins
                            HMRF Hardware: HM-MOD-RPI-PCB
                            HMIP Hardware: HM-MOD-RPI-PCB
                            ...
                            State: STOPPED

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @JRiddim last edited by

                              @JRiddim sagte in [gelöst] iobroker offline nach admin update:

                              State: STOPPED

                              dann läuft sie nicht

                              J 1 Reply Last reply Reply Quote 0
                              • J
                                JRiddim @Homoran last edited by JRiddim

                                @Homoran

                                wie kann ich das Problem beheben? Ich hatte damals auf deine Anleitung hin Pivccu3 mit iobroker auf dem rpi4 installiert.

                                Homoran 1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @JRiddim last edited by

                                  @JRiddim ist doch klar wenn die piVCCU nicht läuft

                                  J 1 Reply Last reply Reply Quote 0
                                  • J
                                    JRiddim @Homoran last edited by

                                    @Homoran

                                    wie kann ich es denn wieder zum laufen bringen?

                                    Homoran 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @JRiddim last edited by

                                      @JRiddim
                                      reboot oder sudo pivccu start (hoffe ich - ich reboote immer, wenn es sein muss)

                                      J 1 Reply Last reply Reply Quote 0
                                      • J
                                        JRiddim @Homoran last edited by JRiddim

                                        @Homoran

                                        ok, ich hätte meine Frage vllt. etwas präziser formulieren sollen! Danke Homoran. Läuft wieder alles!

                                        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

                                        1.1k
                                        Online

                                        31.7k
                                        Users

                                        79.7k
                                        Topics

                                        1.3m
                                        Posts

                                        adapter admin frage js.controller update
                                        8
                                        86
                                        8193
                                        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