Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Harmony Adapter versagt seinen Dienst !

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Harmony Adapter versagt seinen Dienst !

    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Springreiter @Thomas Braun last edited by

      @thomas-braun erledigt, und den user adm mit /usr/sbin/usermod -aG adm ?

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

        @springreiter

        sudo usermod -a -G adm dw
        
        S 2 Replies Last reply Reply Quote 0
        • S
          Springreiter @Thomas Braun last edited by

          @thomas-braun erledigt

          1 Reply Last reply Reply Quote 0
          • S
            Springreiter @Thomas Braun last edited by

            @thomas-braun mein Harmony - Adapter baut aber immer noch kein Baum auf

            wendy2702 1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 @Springreiter last edited by wendy2702

              @springreiter hast du das loggen der Instanz mal auf Debug gestellt und kannst das dann als Text hier in Code Tags posten.

              Den Hub mal neu gestartet?

              S 3 Replies Last reply Reply Quote 0
              • S
                Springreiter @wendy2702 last edited by wendy2702

                @wendy2702

                armony.0
                2024-02-18 19:13:03.026	info	[DISCOVER] Searching for Harmony Hubs on 255.255.255.255
                
                harmony.0
                2024-02-18 19:13:03.015	debug	[START] Subnet: 255.255.255.255, Discovery interval: 10000
                
                harmony.0
                2024-02-18 19:13:03.001	info	starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.harmony, node: v18.19.1, js-controller: 5.0.17
                
                harmony.0
                2024-02-18 19:13:02.882	debug	States connected to redis: 127.0.0.1:6379
                
                harmony.0
                2024-02-18 19:13:02.877	debug	States create User PubSub Client
                
                harmony.0
                2024-02-18 19:13:02.877	debug	States create System PubSub Client
                
                harmony.0
                2024-02-18 19:13:02.872	debug	Redis States: Use Redis connection: 127.0.0.1:6379
                
                harmony.0
                2024-02-18 19:13:02.840	debug	Objects connected to redis: 127.0.0.1:9001
                
                harmony.0
                2024-02-18 19:13:02.836	debug	Objects client initialize lua scripts
                
                harmony.0
                2024-02-18 19:13:02.778	debug	Objects create User PubSub Client
                
                harmony.0
                2024-02-18 19:13:02.777	debug	Objects create System PubSub Client
                
                harmony.0
                2024-02-18 19:13:02.772	debug	Objects client ready ... initialize now
                
                harmony.0
                2024-02-18 19:13:02.739	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
                
                harmony.0
                2024-02-18 19:12:59.322	info	terminating
                
                harmony.0
                2024-02-18 19:12:58.820	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                
                harmony.0
                2024-02-18 19:12:58.820	info	terminating
                
                Codierknecht 1 Reply Last reply Reply Quote 0
                • S
                  Springreiter @wendy2702 last edited by

                  @wendy2702 Hub hatte ich schon mehrmals neu gestartet

                  1 Reply Last reply Reply Quote 0
                  • S
                    Springreiter @wendy2702 last edited by wendy2702

                    @wendy2702

                    2024-02-18 19:13:01.891 - info: host.iobroker instance system.adapter.harmony.0 started with pid 510833
                    2024-02-18 19:13:02.739 - debug: harmony.0 (510833) Redis Objects: Use Redis connection: 127.0.0.1:9001
                    2024-02-18 19:13:02.772 - debug: harmony.0 (510833) Objects client ready ... initialize now
                    2024-02-18 19:13:02.777 - debug: harmony.0 (510833) Objects create System PubSub Client
                    2024-02-18 19:13:02.778 - debug: harmony.0 (510833) Objects create User PubSub Client
                    2024-02-18 19:13:02.836 - debug: harmony.0 (510833) Objects client initialize lua scripts
                    2024-02-18 19:13:02.840 - debug: harmony.0 (510833) Objects connected to redis: 127.0.0.1:9001
                    2024-02-18 19:13:02.872 - debug: harmony.0 (510833) Redis States: Use Redis connection: 127.0.0.1:6379
                    2024-02-18 19:13:02.877 - debug: harmony.0 (510833) States create System PubSub Client
                    2024-02-18 19:13:02.877 - debug: harmony.0 (510833) States create User PubSub Client
                    2024-02-18 19:13:02.882 - debug: harmony.0 (510833) States connected to redis: 127.0.0.1:6379
                    2024-02-18 19:13:03.001 - info: harmony.0 (510833) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.harmony, node: v18.19.1, js-controller: 5.0.17
                    2024-02-18 19:13:03.015 - debug: harmony.0 (510833) [START] Subnet: 255.255.255.255, Discovery interval: 10000
                    2024-02-18 19:13:03.026 - info: harmony.0 (510833) [DISCOVER] Searching for Harmony Hubs on 255.255.255.255
                    

                    MOD EDIT: CODE TAGS Korrigiert

                    wendy2702 FredF 2 Replies Last reply Reply Quote 0
                    • Codierknecht
                      Codierknecht Developer Most Active @Springreiter last edited by

                      @springreiter
                      Die 3 Backticks für die Code-Tags müssen jeweils in eigenen Zeilen stehen.

                      1 Reply Last reply Reply Quote 0
                      • wendy2702
                        wendy2702 @Springreiter last edited by

                        @springreiter sagte in Harmony Adapter versagt seinen Dienst !:

                        debug: harmony.0 (510833) [START] Subnet: 255.255.255.255, Discovery interval: 10000

                        Was kommt nach den 10000msec im log ?

                        S Homoran 2 Replies Last reply Reply Quote 0
                        • S
                          Springreiter @wendy2702 last edited by

                          @wendy2702 nichts mehr

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

                            @wendy2702 sagte in Harmony Adapter versagt seinen Dienst !:

                            @springreiter sagte in Harmony Adapter versagt seinen Dienst !:

                            debug: harmony.0 (510833) [START] Subnet: 255.255.255.255, Discovery interval: 10000

                            Was kommt nach den 10000msec im log ?

                            @springreiter sagte in Harmony Adapter versagt seinen Dienst !:

                            @homoran nein- nichts

                            1 Reply Last reply Reply Quote 0
                            • O
                              oFbEQnpoLKKl6mbY5e13 @Springreiter last edited by oFbEQnpoLKKl6mbY5e13

                              @springreiter

                              Hast du die IP deines Hubs mal in der Instanz hinzugefügt?

                              Edit:

                              Konfiguration Harmony Instanz

                              S 2 Replies Last reply Reply Quote 0
                              • S
                                Springreiter @oFbEQnpoLKKl6mbY5e13 last edited by

                                @ofbeqnpolkkl6mby5e13 hatte ich schon mal versucht, ohne Erfolg. Ich versuche es noch einmal, nach den ganzen Ergänzungen

                                1 Reply Last reply Reply Quote 1
                                • S
                                  Springreiter @oFbEQnpoLKKl6mbY5e13 last edited by

                                  @ofbeqnpolkkl6mby5e13 nochmal versucht, keine Änderung

                                  O 1 Reply Last reply Reply Quote 0
                                  • O
                                    oFbEQnpoLKKl6mbY5e13 @Springreiter last edited by

                                    @springreiter

                                    Und du bist sicher, dass die IP korrekt ist?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      Springreiter @oFbEQnpoLKKl6mbY5e13 last edited by

                                      @ofbeqnpolkkl6mby5e13
                                      b4e8685b-cf22-4ebf-bc2b-ed48c516b812-image.png
                                      a45a7cf9-0514-488d-b577-2fba993dbd85-image.png

                                      wendy2702 O 2 Replies Last reply Reply Quote 1
                                      • wendy2702
                                        wendy2702 @Springreiter last edited by wendy2702

                                        @springreiter Was kommt jetzt im log und welche Updates hast du denn gemacht?

                                        Du hast auch geschrieben du hast Adapter gelöscht und neu Installiert, wirklich den Adapter oder nur die Instanz gelöscht?

                                        Gerade mal bei mir geschaut, log sieht so aus wenn ich den HUB z.B. vom Strom nehme.

                                        S 1 Reply Last reply Reply Quote 0
                                        • O
                                          oFbEQnpoLKKl6mbY5e13 @Springreiter last edited by

                                          @springreiter

                                          Kannst du die IP-Adresse von deinem iobroker aus erreichen?

                                          S 1 Reply Last reply Reply Quote 0
                                          • S
                                            Springreiter @wendy2702 last edited by

                                            @wendy2702

                                            @wendy2702 said in Harmony Adapter versagt seinen Dienst !:

                                            s kommt jetzt im log und welche Updates hast du denn gemacht
                                            Instanz gelöscht, Adapter gelöscht- Adapter und Instanz installiert- keine Veränderungen

                                            wendy2702 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

                                            724
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            9
                                            94
                                            4531
                                            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