Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Parameter begrenzen (oder shedulen) in Modbus

    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

    Parameter begrenzen (oder shedulen) in Modbus

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

      @arteck said in Parameter begrenzen (oder shedulen) in Modbus:

      über welchen WR reden wir hier genau ?

      Hab genau den selben: STP10.0-3SE-40
      Ich denke nicht, dass der WR kaputt geht, laut einem anderen User auf photovoltaik forum hat der einen eigenen eigenen Kommunikationsprozessor. Die Verbindung bricht dann halt ab, wenn er überlastet ist.
      Da hast du ja schon einige Parameter, welche du abfrägst. Mit welchem Intervall?
      Natürlich überlege ich mir, welche Werte sinn machen, weil der Traffic ja beschränkt ist. Aber mehr als deine 34 Parameter werde ich wohl auch nicht brauchen.
      Ich hab aber im Moment nur 6 Werte eingetragen mit einem Intervall von 5 Sekunden.
      Das sollte ja noch kein Problem sein.
      Dabei bricht mir aber die Kommunikation immer noch ab. Beim Starten der Modbus-Instanz werden die drei Kommunikationsflagsgrün und nach 5s wird das letzte ("Verbunden mit Gerät oder Dienst") wieder Rot. Im Moment hab ich das ganze erst in einem Testlauf auf meinem PC, welchen ich abends abstelle. Der ioBroker-Dienst wird somit natürlich beim runterfahren jeweils gestoppt. Allerdings denke ich nicht dass es daran liegt.
      Komischerweise gienge es anfangs auch mit noch mehr Parametern.
      Ich versuche es jetzt halt mal mit nur einem einzigen.

      arteck 1 Reply Last reply Reply Quote 0
      • D
        Delphinis last edited by

        So, hab jetzt nur einen einzigen Parameter drin. Leider will die Kommunikation jetzt nicht mehr (seit gestern)
        Auch die Shelly-Instanz kann nicht mehr verbinden.
        Problem MB Verbdng_.png
        Ich vermute jetzt dass dieses Problem irgendwo im ioBroker steckt. Aber was könnte ich falsch eingestellt haben?
        Ping auf den WR geht.

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

          @delphinis logfile im Debug Modus wäre vielleicht hilfreich.

          Und die Ausgabe von

             iob diag 
          
          D 1 Reply Last reply Reply Quote 0
          • arteck
            arteck Developer Most Active @Delphinis last edited by

            @delphinis sagte in Parameter begrenzen (oder shedulen) in Modbus:

            Ich hab aber im Moment nur 6 Werte eingetragen mit einem Intervall von 5 Sekunden

            was willst du mit 5 sek.. welche Scenario MUSS 5 sekunden intervall haben...nur weil es geht ????

            überleg doch mal..

            ich frag meinen alle 10 sek ab.. das reicht dicke

            1 Reply Last reply Reply Quote 1
            • D
              Delphinis @wendy2702 last edited by

              @wendy2702 said in Parameter begrenzen (oder shedulen) in Modbus:

              logfile im Debug Modus wäre vielleicht hilfreich.
              Log.png

              iob diag
              wie kann ich diesen Befehl ausführen?
              Sorry bin relativ neu bei ioBroker...

              arteck 1 Reply Last reply Reply Quote 0
              • arteck
                arteck Developer Most Active @Delphinis last edited by arteck

                @delphinis die ip adresse passt da nicht

                check deine Einstellungen

                e01efe40-e947-4bf4-9f07-04536bd41050-grafik.png

                und

                iob diag
                

                kannst du in der konsole aufrufen

                D 2 Replies Last reply Reply Quote 0
                • D
                  Delphinis @arteck last edited by

                  @arteck said in Parameter begrenzen (oder shedulen) in Modbus:

                  kannst du in der konsole aufrufen

                  C:\ioBroker>iob diag
                  iobroker [command]
                  
                  Commands:
                    iobroker setup                                               Setup ioBroker
                    iobroker start [all|<adapter>.<instance>|<adapter>]          Starts the js-controller or a specified adapter instance or all instances of an adapter
                    iobroker stop [<adapter>.<instance>|<adapter>]               stops the js-controller or a specified adapter instance or all instances of an adapter
                    iobroker restart [<adapter>.<instance>|<adapter>]            Restarts js-controller or a specified adapter instance or all instances of an adapter  [aliases: r]
                    iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
                    iobroker info                                                Shows the host info
                    iobroker logs [<adapter>]                                    Monitor log
                    iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
                    iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
                    iobroker rebuild [<module>]                                  Rebuild all native modules or path
                    iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
                    iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
                    iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
                    iobroker update [<repositoryUrl>]                            Update repository and list adapters
                    iobroker upgrade                                             Upgrade management
                    iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
                    iobroker object                                              Object management  [aliases: o]
                    iobroker state                                               State management  [aliases: s]
                    iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
                    iobroker list <type> [<filter>]                              List all entries, like objects
                    iobroker chmod <mode> <file>                                 Change file rights
                    iobroker chown <user> <group> <file>                         Change file ownership
                    iobroker touch <file>                                        Touch file
                    iobroker rm <file>                                           Remove file
                    iobroker file                                                File management
                    iobroker user                                                User commands
                    iobroker group                                               group management
                    iobroker host <hostname>                                     Set host to given hostname
                    iobroker set <adapter>.<instance>                            Change settings of adapter config
                    iobroker license <license.file or license.text>              Update license by given file
                    iobroker cert                                                Certificate management
                    iobroker clean <yes>                                         Clears all objects and states
                    iobroker backup                                              Create backup
                    iobroker restore <backup name or path>                       Restore a specified backup
                    iobroker validate <backup name or path>                      Validate a specified backup
                    iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
                    iobroker repo [<name>]                                       Show repo information
                    iobroker uuid                                                Show uuid of the installation  [aliases: id]
                    iobroker unsetup                                             Reset license, installation secret and language
                    iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
                    iobroker nodejs-update [<major-version>]                     Upgrade the Node.JS installation to the current LTS
                    iobroker multihost                                           Multihost management
                    iobroker compact                                             compact group management
                    iobroker plugin                                              Plugin management
                    iobroker vendor <passphrase> [<vendor.json>]                 Update the vendor information using given passphrase
                    iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
                  
                  arteck 1 Reply Last reply Reply Quote 0
                  • arteck
                    arteck Developer Most Active @Delphinis last edited by arteck

                    @delphinis ja auf windows gehts nich

                    machmal

                    iobroker info
                    
                    1 Reply Last reply Reply Quote 0
                    • D
                      Delphinis @arteck last edited by

                      @arteck said in Parameter begrenzen (oder shedulen) in Modbus:

                      die ip adresse passt da nicht
                      check deine Einstellungen

                      Muss da nicht die IP des WR rein?
                      Ping auf diese Adresse geht.

                      arteck 1 Reply Last reply Reply Quote 0
                      • arteck
                        arteck Developer Most Active @Delphinis last edited by arteck

                        @delphinis ja da muss die WR ip rein
                        hier steht aber was anderes
                        dc822eb2-2ad4-425c-90ec-1d2fc9042b0e-grafik.png

                        und firewall regel checken.. nicht das die dir was blockieren

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

                          @arteck Ach so, mein Fehler, hab inzwischen eine neue Instanz von Modbus gemacht, um auf der frischen Wiese anzfangen und da war diese noch falsch.

                          Log.png

                          arteck 1 Reply Last reply Reply Quote 0
                          • arteck
                            arteck Developer Most Active @Delphinis last edited by arteck

                            @delphinis mach den noch rein

                            10382a1a-8cac-4139-887a-9889a359d597-grafik.png

                            und lass vorerst nur EINE instanz auf den WR

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

                              @arteck said in Parameter begrenzen (oder shedulen) in Modbus:

                              mach den noch rein

                              Hab ich gemacht. Leider keine Änderung. Auch im Log die selben Meldungen.

                              und lass vorerst nur EINE instanz auf den WR

                              Mach ich schon

                              Firewall hab ich alles abgeschalet, was ich in den Einstellungen gefunden hab (Win 11)

                              arteck 1 Reply Last reply Reply Quote 0
                              • arteck
                                arteck Developer Most Active @Delphinis last edited by

                                @delphinis dann starte den WR mal neu

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

                                  @arteck
                                  Mach ich dann abends, mal. Jetzt ist der voll am Regeln und ich will gerade kein Stromausfall
                                  Aber ich hab schon den Modbus im WR deaktiviert und wieder aktiviert, damit konnte ich schon mal das Problem beheben.
                                  Hat aber heute nichts gebracht...

                                  Aber was mir noch aufgefallen ist:
                                  Die neue Instanz von Modbus hat eine neue Kollonne namens Slave-ID (zweite von links):
                                  Modbus-Adapter.png

                                  Ach so ist das wegen "Mehrere Geräte ID's"?

                                  arteck 1 Reply Last reply Reply Quote 0
                                  • arteck
                                    arteck Developer Most Active @Delphinis last edited by arteck

                                    @delphinis da muss eine 3 rein

                                    ist standard im wR hinterlegt... und wiso solltest du Stromausfall haben wenn der WR neu gestartet wird..

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

                                      @arteck
                                      Da ist mein Hausnetz dran
                                      Ich weiss ehrlich gesagt auch gerade nicht wie man den neu startet.

                                      arteck 1 Reply Last reply Reply Quote 0
                                      • arteck
                                        arteck Developer Most Active @Delphinis last edited by arteck

                                        @delphinis sagte in Parameter begrenzen (oder shedulen) in Modbus:

                                        Da ist mein Hausnetz dran

                                        hä........

                                        Ich weiss ehrlich gesagt auch gerade nicht wie man den neu startet.

                                        auf der linken Seite ist ein Schalter

                                        ich will dir nicht zu nahe tretten ..aber Grundkentnisse solltest du schon haben wenn du mit Modbus rumhantieren willst

                                        D W 2 Replies Last reply Reply Quote 0
                                        • D
                                          Delphinis last edited by

                                          @arteck
                                          Ist das ein Missverständnis wegen der Abkürzung? Ich meine WR = Wechselrichter

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

                                            @arteck said in Parameter begrenzen (oder shedulen) in Modbus:

                                            auf der linken Seite ist ein Schalter

                                            Der schaltet nur die PV weg.

                                            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

                                            621
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            42
                                            1164
                                            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