Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Growatt exception: Error: {"result":3}

    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

    Growatt exception: Error: {"result":3}

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

      @nobbiman

      Sonderzeichen im Passwort? Stell das mal auf was einfacheres nur aus Buchstaben und Ziffern um.

      N 2 Replies Last reply Reply Quote 0
      • N
        nobbiman @Thomas Braun last edited by

        @thomas-braun
        Nein, keine Sonderzeichen, nur Klein- und Großbuchstaben und Zahlen

        pi@iobroker-pi:~ $ nslookup server.growatt.com
        -bash: nslookup: command not found
        
        1 Reply Last reply Reply Quote 0
        • N
          nobbiman @Thomas Braun last edited by nobbiman

          @thomas-braun
          Nach Installation von nslookup:

          pi@iobroker-pi:~ $ nslookup server.growatt.com
          Server:         192.168.2.1
          Address:        192.168.2.1#53
          
          Non-authoritative answer:
          Name:   server.growatt.com
          Address: 47.91.67.66
          
          pi@iobroker-pi:~ $ ping 47.91.67.66
          PING 47.91.67.66 (47.91.67.66) 56(84) bytes of data.
          64 bytes from 47.91.67.66: icmp_seq=1 ttl=95 time=12.9 ms
          64 bytes from 47.91.67.66: icmp_seq=2 ttl=95 time=11.4 ms
          64 bytes from 47.91.67.66: icmp_seq=3 ttl=95 time=12.4 ms
          64 bytes from 47.91.67.66: icmp_seq=4 ttl=95 time=11.3 ms
          

          Fehler aber auch noch Host-Neustart immer noch da! Auch nach Deinstallation des Adapters und Instanz , Neustart und Neuinstallation nicht!

          $ iobroker add growatt auto --host iobroker-pi --debug
          
          NPM version: 8.19.3Installing iobroker.growatt@2.0.0... (System call)
          npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
          added 9 packages in 14s88 packages are looking for funding run `npm fund` for details
          host.iobroker-pi install adapter growatt
          upload [4] growatt.admin /opt/iobroker/node_modules/iobroker.growatt/admin/glogo.png glogo.png image/png
          upload [3] growatt.admin /opt/iobroker/node_modules/iobroker.growatt/admin/growatt.png growatt.png image/png
          upload [2] growatt.admin /opt/iobroker/node_modules/iobroker.growatt/admin/index_m.html index_m.html text/html
          upload [1] growatt.admin /opt/iobroker/node_modules/iobroker.growatt/admin/style.css style.css text/css
          upload [0] growatt.admin /opt/iobroker/node_modules/iobroker.growatt/admin/words.js words.js application/javascript
          host.iobroker-pi object system.adapter.growatt.0.compactMode created
          host.iobroker-pi object system.adapter.growatt.0.cpu created
          host.iobroker-pi object system.adapter.growatt.0.cputime created
          host.iobroker-pi object system.adapter.growatt.0.memHeapUsed created
          host.iobroker-pi object system.adapter.growatt.0.memHeapTotal created
          host.iobroker-pi object system.adapter.growatt.0.memRss created
          host.iobroker-pi object system.adapter.growatt.0.uptime created
          host.iobroker-pi object system.adapter.growatt.0.inputCount created
          host.iobroker-pi object system.adapter.growatt.0.outputCount created
          host.iobroker-pi object system.adapter.growatt.0.eventLoopLag created
          host.iobroker-pi object system.adapter.growatt.0.sigKill created
          host.iobroker-pi object system.adapter.growatt.0.logLevel created
          host.iobroker-pi object growatt.0.info created
          host.iobroker-pi object growatt.0.info.connection created
          host.iobroker-pi Set default value of growatt.0.info.connection: false
          host.iobroker-pi object system.adapter.growatt.0 created
          Process exited with code 0
          
          wendy2702 1 Reply Last reply Reply Quote 0
          • wendy2702
            wendy2702 @nobbiman last edited by

            @nobbiman Dann muss ich ehrlich sagen gehen mir die Ideen aus warum der Adapter sich nicht verbindet.

            Mach dazu am besten ein Issue auf Github auf, dann bekommt der Entwickler das mit und kann vielleicht helfen.

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

              @wendy2702
              Ja, das ist vielleicht der richtige Weg. Danke bis hier hin, ich werde danach hoffentlich hier in diesem Thread Positives berichten können.

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

                @nobbiman Gibt noch eines was man machen kann. Ein TCP dump auf dem Netzwerk IF und dann mal mit Wireshark schauen.

                Zuerst rausfinden wie das IF heisst:

                ip a
                

                Dann kommt z.B. so was:

                2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
                    link/ether b8:27:eb:b9:82:51 brd ff:ff:ff:ff:ff:ff
                    inet 192.168.178.17/24 brd 192.168.178.255 scope global dynamic noprefixroute eth0
                
                

                Das Interface heisst dann "eth0"

                Tcpdump dann so:

                sudo tcpdump -i eth0 -s 65535 -w growatt.pcapng
                

                File wird in dem Ordner gespeichert in dem man den Befehl ausführt.

                Vom Pi runterladen und mit Wireshark anschauen.

                Wenn du für den Zeitraum des Tests alle anderen Adapter stoppst ist das Ergebnis übersichtlicher.

                N 2 Replies Last reply Reply Quote 0
                • N
                  nobbiman @wendy2702 last edited by

                  @wendy2702 said in Growatt exception: Error: {"result":3}:

                  Wireshark

                  Ach du droßer Gott, da muss ich erst einmal schauen, was Wireshark ist und wie das funktioniert - bin bislang eher der Windows-User. Aber ich mache mich mal dran, wird sicher aber ein wenig dauern.

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

                    @wendy2702
                    Das fängt erst einmal nicht erfolgsversprechend an!

                    pi@iobroker-pi:~ $ ip a
                    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
                        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
                        inet 127.0.0.1/8 scope host lo
                           valid_lft forever preferred_lft forever
                        inet6 ::1/128 scope host
                           valid_lft forever preferred_lft forever
                    2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
                        link/ether e4:5f:01:a4:ad:f2 brd ff:ff:ff:ff:ff:ff
                    3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
                        link/ether e4:5f:01:a4:ad:f3 brd ff:ff:ff:ff:ff:ff
                        inet 192.168.2.157/24 brd 192.168.2.255 scope global dynamic noprefixroute wlan0
                           valid_lft 858018sec preferred_lft 750018sec
                        inet6 fd00::e7b7:5373:8d3d:9248/64 scope global dynamic mngtmpaddr noprefixroute
                           valid_lft 7198sec preferred_lft 3598sec
                        inet6 fe80::c7b6:c7b1:7ac7:17a4/64 scope link
                           valid_lft forever preferred_lft forever
                    pi@iobroker-pi:~ $ sudo tcpdump -i eth0 -s 65535 -w growatt.pcapng
                    sudo: tcpdump: command not found
                    
                    
                    wendy2702 2 Replies Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 @nobbiman last edited by

                      @nobbiman sagte in Growatt exception: Error: {"result":3}:

                      wlan0

                      OK.

                      Dein PI ist über WLAN angebunden. Hoffentlich ist das nicht schon die Ursache allen übels.

                      Kannst du den zum testen mal per Netzwerkkabel anschließen? Ist sowieso die bessere Lösung für einen Server.

                      Der Befehl wäre dann dieser:

                      sudo tcpdump -i wlan0 -s 65535 -w growatt.pcapng
                      
                      Wireshark ist unter anderem auch für Windows verfügbar
                      
                      N 1 Reply Last reply Reply Quote 0
                      • N
                        nobbiman @wendy2702 last edited by nobbiman

                        @wendy2702 said in Growatt exception: Error: {"result":3}:

                        sudo tcpdump -i wlan0 -s 65535 -w growatt.pcapng

                        Diesen Befehl verstehe ich nicht! Ich habe ein Netzwerkkabel angeschlossen und überwache 'wlan0'?
                        Nach EIngabe des o.g. Befehls hängt der RasPi!

                        pi@iobroker-pi:~ $ sudo tcpdump -i wlan0 -s 65535 -w growatt.pcapng
                        tcpdump: listening on wlan0, link-type EN10MB (Ethernet), snapshot length 65535 bytes
                        

                        Was muss ich tun, damit ein Ergebnis in die Datei geschrieben wird oder verstehe ich nur Bahnhof?
                        Übrigens klappte das zuvor auch über WLAN! Entfernung zum Router ca. 2m!

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • wendy2702
                          wendy2702 @nobbiman last edited by

                          Der Befehl monitored den Netzwerk Verkehr auf dem Interface "WLAN0" und schreibt die vollständige ausgabe in ein File namens: "growatt.pcapng"

                          Der PI hängt nicht, du musst das loggen mit "strg+C" beenden.

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

                            @nobbiman sagte in Growatt exception: Error: {"result":3}:

                            Ich habe ein Netzwerkkabel angeschlossen und überwache 'wlan0'?

                            Das kann aber eigentlich nicht sein, das Netzwerkkabel-Interface eth0 ist nämlich DOWN:

                            2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
                            
                                link/ether e4:5f:01:a4:ad:f2 brd ff:ff:ff:ff:ff:ff
                            
                            3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
                            
                                link/ether e4:5f:01:a4:ad:f3 brd ff:ff:ff:ff:ff:ff
                            

                            Dafür funkt da ein Interface namens wlan0 durch die Gegend.

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              nobbiman @Thomas Braun last edited by

                              @thomas-braun said in Growatt exception: Error: {"result":3}:

                              Dafür funkt da ein Interface namens wlan0 durch die Gegend.

                              Muss ich im RasPi WLAN abschalten?

                              wendy2702 Thomas Braun 2 Replies Last reply Reply Quote 0
                              • wendy2702
                                wendy2702 @nobbiman last edited by

                                @nobbiman Nur wenn das Netzwerkkabel funktioniert.

                                Tut es derzeit aber nicht

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

                                  @nobbiman

                                  Was hast du denn da grundsätzlich für ein Netzwerk? Kabelbasiert?

                                  N 1 Reply Last reply Reply Quote 0
                                  • N
                                    nobbiman @Thomas Braun last edited by

                                    @thomas-braun
                                    FritzBox -> Kabel -> Switch -> Kabel (jetzt) -> RasPi

                                    wendy2702 Thomas Braun 2 Replies Last reply Reply Quote 0
                                    • wendy2702
                                      wendy2702 @nobbiman last edited by

                                      @nobbiman Zeig

                                      ip a
                                      
                                      N 1 Reply Last reply Reply Quote 0
                                      • N
                                        nobbiman @wendy2702 last edited by

                                        @wendy2702

                                        pi@iobroker-pi:~ $ ip a
                                        1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
                                            link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
                                            inet 127.0.0.1/8 scope host lo
                                               valid_lft forever preferred_lft forever
                                            inet6 ::1/128 scope host
                                               valid_lft forever preferred_lft forever
                                        2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
                                            link/ether e4:5f:01:a4:ad:f2 brd ff:ff:ff:ff:ff:ff
                                            inet 192.168.2.146/24 brd 192.168.2.255 scope global dynamic noprefixroute eth0
                                               valid_lft 862384sec preferred_lft 754384sec
                                            inet6 fd00::3e0a:160b:48e1:5cbf/64 scope global dynamic mngtmpaddr noprefixroute
                                               valid_lft 7159sec preferred_lft 3559sec
                                            inet6 fe80::4bce:c165:ef80:5d3d/64 scope link
                                               valid_lft forever preferred_lft forever
                                        3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
                                            link/ether e4:5f:01:a4:ad:f3 brd ff:ff:ff:ff:ff:ff
                                            inet 192.168.2.157/24 brd 192.168.2.255 scope global dynamic noprefixroute wlan0
                                               valid_lft 863954sec preferred_lft 755954sec
                                            inet6 fd00::e7b7:5373:8d3d:9248/64 scope global dynamic mngtmpaddr noprefixroute
                                               valid_lft 7159sec preferred_lft 3559sec
                                            inet6 fe80::c7b6:c7b1:7ac7:17a4/64 scope link
                                               valid_lft forever preferred_lft forever
                                        
                                        
                                        wendy2702 1 Reply Last reply Reply Quote 0
                                        • wendy2702
                                          wendy2702 @nobbiman last edited by

                                          @nobbiman sagte in Growatt exception: Error: {"result":3}:

                                          192.168.2.146/2

                                          Jetzt geht das Kabel.

                                          Dann kannst/solltest du WLAN jetzt aus knipsen.

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

                                            @nobbiman

                                            Jetzt läuft das beides.

                                            192.168.2.146 per Kabel,
                                            192.168.2.157 per WLan

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            961
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            81
                                            3802
                                            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