Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Einbindung von Geräten
    5. Wallbox Heidelberg über RS 485 steuern.

    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

    Wallbox Heidelberg über RS 485 steuern.

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Karl-Heinz1 last edited by

      @karl-heinz1 sagte in Wallbox Heidelberg über RS 485 steuern.:

      was muss in dem Screenshot eingestellt werden

      die Kommunikationsparameter von deiner Wallbox.

      @karl-heinz1 sagte in Wallbox Heidelberg über RS 485 steuern.:

      und wie fragt man ein Register ab ??

      indem man erst einmal ein Registr aus der Registerbeschreibung deiner Wallbox in die entsprechende Tabelke in den anderen Reitern einträgt.

      Die notwendigen Informationen müsste in der Anleitung deiner Wallbox zu finden sein

      K 1 Reply Last reply Reply Quote 0
      • K
        Karl-Heinz1 @Thomas Braun last edited by

        @thomas-braun

        Heisst alle Adapter updaten ?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • K
          Karl-Heinz1 @Homoran last edited by

          @homoran

          Habe ich nichts gefunden, ich werde die anfordern, ich glaube die Liefern die nicht serienmäßig dazu.

          K 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @Karl-Heinz1 last edited by Thomas Braun

            @karl-heinz1 sagte in Wallbox Heidelberg über RS 485 steuern.:

            @thomas-braun

            Heisst alle Adapter updaten ?

            Selbstverständlich. Und nodejs und das Betriebssystem auch.

            K 1 Reply Last reply Reply Quote 0
            • K
              Karl-Heinz1 @Thomas Braun last edited by

              @thomas-braun

              OK habe ich gemacht.
              Betriebssystem Update ?
              sudo apt-get upgrade
              sudo apt-get dist-upgrade
              sudo apt-get autoremove
              sudo reboot

              wäre das OK ?

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Karl-Heinz1 last edited by

                @karl-heinz1

                Das kommt auf die Basis an.
                Schau dir

                iob diag
                

                an, da kann man das alles auslesen

                K 1 Reply Last reply Reply Quote 0
                • K
                  Karl-Heinz1 @Karl-Heinz1 last edited by

                  @karl-heinz1 sagte in Wallbox Heidelberg über RS 485 steuern.:

                  @homoran

                  Habe ich nichts gefunden, ich werde die anfordern, ich glaube die Liefern die nicht serienmäßig dazu.

                  Ich bin Monatsende im Urlaub und komme dann auf meine Sache wegen der Heidelberg Wallbox zurück.
                  Bis dahin.

                  1 Reply Last reply Reply Quote 0
                  • K
                    Karl-Heinz1 @Thomas Braun last edited by

                    @thomas-braun

                    Ich bin jetzt wieder da und würde gerne weitermachen.

                    Updates habe ich ja alle gemacht. Mein Modbusadapter ist aber nicht grün, was kann ich jetzt machen.

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Karl-Heinz1 last edited by

                      @karl-heinz1

                      Bei modbus hab ich keine Aktien. Aber wie sieht denn aktuell dein Setup aus?

                      iob diag
                      

                      (in der Langfassung) bekannt geben.

                      K 1 Reply Last reply Reply Quote 0
                      • K
                        Karl-Heinz1 @Thomas Braun last edited by

                        @thomas-braun

                        ```bash
                        ======================= SUMMARY =======================
                        			v.2024-08-12
                        
                        
                           Static hostname: raspberrypi
                                 Icon name: computer
                          Operating System: Debian GNU/Linux 11 (bullseye)
                                    Kernel: Linux 6.1.21-v8+
                              Architecture: arm64
                        
                        Installation: 		native
                        Kernel: 		aarch64
                        Userland: 		64 bit
                        Timezone: 		Europe/Berlin (CEST, +0200)
                        User-ID: 		1000
                        Display-Server: 	false
                        Boot Target: 		multi-user.target
                        
                        Pending OS-Updates: 	32
                        Pending iob updates: 	8
                        
                        Nodejs-Installation:
                        /usr/bin/nodejs 	v20.17.0
                        /usr/bin/node 		v20.17.0
                        /usr/bin/npm 		10.8.2
                        /usr/bin/npx 		10.8.2
                        /usr/bin/corepack 	0.29.3
                        
                        Recommended versions are nodejs 20.18.0 and npm 10.8.2
                        Your nodejs installation is correct
                        
                        MEMORY: 
                                       total        used        free      shared  buff/cache   available
                        Mem:            3.8G        1.8G        493M        1.0M        1.5G        1.9G
                        Swap:            99M          0B         99M
                        Total:          3.9G        1.8G        593M
                        
                        Active iob-Instances: 	19
                        Upgrade policy: none
                        
                        ioBroker Core: 		js-controller 		6.0.11
                        			admin 			7.0.25
                        
                        ioBroker Status: 	iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                        
                        Objects: 		4024
                        States: 		3655
                        
                        Size of iob-Database:
                        
                        26M	/opt/iobroker/iobroker-data/objects.jsonl
                        3.6M	/opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        
                        =================== END OF SUMMARY ====================
                        

                        === Mark text until here for copying ===

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Karl-Heinz1 last edited by Thomas Braun

                          @karl-heinz1

                          Das ist nicht die Langfassung...

                          Aber da besteht ein Update-Stau:

                          Pending OS-Updates: 	32
                          Pending iob updates: 	8
                          

                          Beides auf einen aktuellen Stand bringen.

                          K 1 Reply Last reply Reply Quote 0
                          • K
                            Karl-Heinz1 @Thomas Braun last edited by

                            @thomas-braun

                            muss ich dafür die Adapter updaten oder was muss eingeben werden.

                            Ich bin da zu unwissend.

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Karl-Heinz1 last edited by Thomas Braun

                              @karl-heinz1

                              Betriebssystem:

                              iob stop
                              sudo apt update
                              sudo apt full-upgrade
                              sudo reboot
                              

                              ioBroker

                              iob update 
                              iob upgrade all
                              

                              Sollten aber für den Betrieb des ioBroker absolute Grundlagen sein...

                              K 1 Reply Last reply Reply Quote 0
                              • K
                                Karl-Heinz1 @Thomas Braun last edited by

                                @thomas-braun

                                habe ich gemacht, danach kommt das:

                                Bildschirmfoto 2024-10-06 um 18.38.49.png

                                Ich habe sudo systemctl start iobroker versucht und iobroker start.

                                Beides mit dem Ergebnis oben, es dreht nur das Intro.

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Karl-Heinz1 last edited by

                                  @karl-heinz1

                                  iob diag
                                  

                                  sagt?

                                  K 1 Reply Last reply Reply Quote 0
                                  • K
                                    Karl-Heinz1 @Thomas Braun last edited by

                                    @thomas-braun

                                    ```bash
                                    ======================= SUMMARY =======================
                                    			v.2024-08-12
                                    
                                    
                                       Static hostname: raspberrypi
                                             Icon name: computer
                                      Operating System: Debian GNU/Linux 11 (bullseye)
                                                Kernel: Linux 6.1.21-v8+
                                          Architecture: arm64
                                    
                                    Installation: 		native
                                    Kernel: 		aarch64
                                    Userland: 		64 bit
                                    Timezone: 		Europe/Berlin (CEST, +0200)
                                    User-ID: 		1000
                                    Display-Server: 	false
                                    Boot Target: 		multi-user.target
                                    
                                    Pending OS-Updates: 	0
                                    Pending iob updates: 	8
                                    
                                    Nodejs-Installation:
                                    /usr/bin/nodejs 	v20.18.0
                                    /usr/bin/node 		v20.18.0
                                    /usr/bin/npm 		10.8.2
                                    /usr/bin/npx 		10.8.2
                                    /usr/bin/corepack 	0.29.3
                                    
                                    Recommended versions are nodejs 20.18.0 and npm 10.8.2
                                    Your nodejs installation is correct
                                    
                                    MEMORY: 
                                                   total        used        free      shared  buff/cache   available
                                    Mem:            3.8G        1.6G        1.4G        1.0M        857M        2.1G
                                    Swap:            99M          0B         99M
                                    Total:          3.9G        1.6G        1.5G
                                    
                                    Active iob-Instances: 	20
                                    Upgrade policy: none
                                    
                                    ioBroker Core: 		js-controller 		6.0.11
                                    			admin 			7.2.1
                                    
                                    ioBroker Status: 	iobroker is running on this host.
                                    
                                    
                                    Objects type: jsonl
                                    States  type: jsonl
                                    
                                    Status admin and web instance:
                                    + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                    
                                    Objects: 		4023
                                    States: 		3665
                                    
                                    Size of iob-Database:
                                    
                                    44M	/opt/iobroker/iobroker-data/objects.jsonl
                                    5.4M	/opt/iobroker/iobroker-data/states.jsonl
                                    
                                    
                                    
                                    =================== END OF SUMMARY ====================
                                    

                                    === Mark text until here for copying ===

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Karl-Heinz1 last edited by

                                      @karl-heinz1 sagte in Wallbox Heidelberg über RS 485 steuern.:

                                      Pending iob updates: 8

                                      Updaten...

                                      K 1 Reply Last reply Reply Quote 0
                                      • K
                                        Karl-Heinz1 @Thomas Braun last edited by

                                        @thomas-braun

                                        Was kann ich jetzt noch machen ?

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Karl-Heinz1 last edited by

                                          @karl-heinz1

                                          Die Adapter hast du jetzt auf Stand?

                                          K 1 Reply Last reply Reply Quote 0
                                          • K
                                            Karl-Heinz1 @Thomas Braun last edited by

                                            @thomas-braun

                                            Ich kann den IOBroker nicht mehr starten, hatte ich weiter oben doch gemeldet,
                                            da kommt nur Name und Passwert nur das drehende Intro.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            841
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            49
                                            1749
                                            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