Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Modbus Verbindungsfehler

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Modbus Verbindungsfehler

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

      klar,der Haken. ist beim Probieren rausgeflogen....... Ist aber immer noch der gleiche Fehler.

      aaa5.JPG

      Glasfaser 1 Reply Last reply Reply Quote 0
      • Glasfaser
        Glasfaser @ducis last edited by Glasfaser

        @ducis

        den mal rausnehmen :

        ef9727d4-2cf8-49cb-89f5-e2e93ae78cd6-grafik.png

        da

        9d865388-f883-4b13-8908-1eff92400189-grafik.png

        1 Reply Last reply Reply Quote 0
        • D
          ducis last edited by

          immer noch

          aaa6.JPG

          Glasfaser 1 Reply Last reply Reply Quote 0
          • Glasfaser
            Glasfaser @ducis last edited by

            @ducis

            Lösche das Register und lege es neu an im Holding

            D 1 Reply Last reply Reply Quote 0
            • D
              ducis @Glasfaser last edited by

              gemacht. Fehler bleibt. "unbekannter Fehler" und dann Timeout

              1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @ducis last edited by

                @ducis sagte in Modbus Verbindungsfehler:

                Modbus TCP eine Janitza 604

                Ich hatte auch mal ein .... war aber 2018 ... finde das Register dazu nicht mehr .. schon zu lange her .

                aber ich lade mal @bernhard61 hier im Thread dazu ein vielleicht kann er dir sein Register / Einstellung hier im Thread zu posten

                https://forum.iobroker.net/topic/52523/probleme-mit-modbusregister-abfragen

                D 1 Reply Last reply Reply Quote 1
                • D
                  ducis @Glasfaser last edited by

                  @glasfaser Der Fehelr muss noch woanders liegen, denn ich habe bei der Abfrage eines Huawei Smartloggers3000 das gleiche Problem.

                  Vor ein paar Monaten habe ich die Abfrage beider Systeme mit einem RPi und Phyton gemacht. Das funktionierte es.

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    ducis @ducis last edited by

                    aaa7.JPG

                    Mist der ist nicht erreichbar.......

                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @ducis last edited by

                      @ducis sagte in Modbus Verbindungsfehler:

                      Mist der ist nicht erreichbar.......

                      deshalb meine Frage ... ganz am Anfang

                      @glasfaser sagte in Modbus Verbindungsfehler:
                      Ist er auch über den ioBroker per Ping erreichbar !?

                      1 Reply Last reply Reply Quote 0
                      • K
                        klassisch Most Active @ducis last edited by klassisch

                        @ducis sagte in Modbus Verbindungsfehler:

                        aaa2.JPG ![aaa1.JPG](/assets/uploads/files/1665932393221-

                        Was passiert, wenn Du hier "RTU over TCP" auswählst?

                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @klassisch last edited by

                          @klassisch sagte in Modbus Verbindungsfehler:

                          Was passiert, wenn Du hier "RTU over TCP" auswählst?

                          Erstmal gar nicht ... der ist nicht erreichbar ... 🙂 .... siehe oben

                          D 1 Reply Last reply Reply Quote 0
                          • D
                            ducis @Glasfaser last edited by

                            Beim Ping findet der RPi gar nichts. Nicht mal die Fritzbox oder den Rechner mit dem ich ihn per Putty steuern kann........

                            Glasfaser 2 Replies Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @ducis last edited by Glasfaser

                              @ducis

                              was sagt

                              sudo cat /etc/network/interfaces
                              sudo cat /etc/dhcpcd.conf
                              

                              Edit

                              und

                              ip a
                              
                              1 Reply Last reply Reply Quote 0
                              • Glasfaser
                                Glasfaser @ducis last edited by

                                @ducis sagte in Modbus Verbindungsfehler:

                                Beim Ping findet der RPi gar nichts.

                                Nicht mal die Fritzbox

                                oder ... mal ein Neustart durchführen

                                sudo reboot
                                
                                D 1 Reply Last reply Reply Quote 0
                                • D
                                  ducis @Glasfaser last edited by

                                  Neustart habe ich schon gemacht.

                                  aaa8.JPG

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @ducis last edited by

                                    @ducis

                                    kann man nicht lesen ... bitte die Ausgabe in Code-Tags </> einfügen .

                                    was sagt noch

                                    ip a
                                    
                                    D 2 Replies Last reply Reply Quote 0
                                    • D
                                      ducis @Glasfaser last edited by

                                      
                                      pi@raspberrypi3:~ $ sudo cat /etc/network/interfaces
                                      # interfaces(5) file used by ifup(8) and ifdown(8)
                                      # Include files from /etc/network/interfaces.d:
                                      source /etc/network/interfaces.d/*
                                      pi@raspberrypi3:~ $ sudo cat /etc/dhcpcd.conf
                                      # A sample configuration for dhcpcd.
                                      # See dhcpcd.conf(5) for details.
                                      
                                      # Allow users of this group to interact with dhcpcd via the control socket.
                                      #controlgroup wheel
                                      
                                      # Inform the DHCP server of our hostname for DDNS.
                                      hostname
                                      
                                      # Use the hardware address of the interface for the Client ID.
                                      clientid
                                      # or
                                      # Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
                                      # Some non-RFC compliant DHCP servers do not reply with this set.
                                      # In this case, comment out duid and enable clientid above.
                                      #duid
                                      
                                      # Persist interface configuration when dhcpcd exits.
                                      persistent
                                      
                                      # Rapid commit support.
                                      # Safe to enable by default because it requires the equivalent option set
                                      # on the server to actually work.
                                      option rapid_commit
                                      
                                      # A list of options to request from the DHCP server.
                                      option domain_name_servers, domain_name, domain_search, host_name
                                      option classless_static_routes
                                      # Respect the network MTU. This is applied to DHCP routes.
                                      option interface_mtu
                                      
                                      # Most distributions have NTP support.
                                      #option ntp_servers
                                      
                                      # A ServerID is required by RFC2131.
                                      require dhcp_server_identifier
                                      
                                      # Generate SLAAC address using the Hardware Address of the interface
                                      #slaac hwaddr
                                      # OR generate Stable Private IPv6 Addresses based from the DUID
                                      slaac private
                                      
                                      # Example static IP configuration:
                                      #interface eth0
                                      #static ip_address=192.168.0.10/24
                                      #static ip6_address=fd51:42f8:caae:d92e::ff/64
                                      #static routers=192.168.0.1
                                      #static domain_name_servers=192.168.0.1 8.8.8.8 fd51:42f8:caae:d92e::1
                                      
                                      # It is possible to fall back to a static IP if DHCP fails:
                                      # define static profile
                                      #profile static_eth0
                                      #static ip_address=192.168.1.23/24
                                      #static routers=192.168.1.1
                                      #static domain_name_servers=192.168.1.1
                                      
                                      # fallback to static profile on eth0
                                      #interface eth0
                                      #fallback static_eth0
                                      pi@raspberrypi3:~ $ 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 pfifo_fast state UP group default qlen 1000
                                          link/ether b8:27:eb:73:50:f1 brd ff:ff:ff:ff:ff:ff
                                          inet 192.168.2.43/24 brd 192.168.2.255 scope global dynamic noprefixroute eth0
                                             valid_lft 862524sec preferred_lft 754524sec
                                          inet6 2003:cf:7f17:7300:d004:f30:ccf8:38ae/64 scope global dynamic mngtmpaddr noprefixroute
                                             valid_lft 6958sec preferred_lft 1026sec
                                          inet6 fe80::9d79:21a8:d93e:8d0e/64 scope link
                                             valid_lft forever preferred_lft forever
                                      pi@raspberrypi3:~ $
                                      
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        ducis @Glasfaser last edited by

                                        @glasfaser Danke für deine Mühen. Ich mach jetzt erstmal Ende.

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          ducis @ducis last edited by

                                          Also ich habe mich jetzt nochmal drangemacht.
                                          Über die Konsole und Putty kann ich meine Geräte per Ping erreichen.
                                          Dann habe ich den Adapter Ping in ioBroker installiert. Wenn ich mir dann die ObjektIDs ansehe, habe ich unter indicator reachable nur false zu stehen.aaa7.JPG

                                          Also irgendwie funktioniert das von IOBroker aus nicht.

                                          bahnuhr 1 Reply Last reply Reply Quote 0
                                          • bahnuhr
                                            bahnuhr Forum Testing Most Active @ducis last edited by

                                            @ducis sagte in Modbus Verbindungsfehler:

                                            Also ich habe mich jetzt nochmal drangemacht.
                                            Über die Konsole und Putty kann ich meine Geräte per Ping erreichen.
                                            Dann habe ich den Adapter Ping in ioBroker installiert. Wenn ich mir dann die ObjektIDs ansehe, habe ich unter indicator reachable nur false zu stehen.aaa7.JPG

                                            Also irgendwie funktioniert das von IOBroker aus nicht.

                                            Meine ping Objekte sehen ganz anders aus:
                                            7f2bb81b-7c75-425d-9923-c4865ba6a622-image.png

                                            Ist das auch wirklich der ping Adapter.

                                            Glasfaser 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

                                            520
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            39
                                            1575
                                            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