Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Bezahlte IOBroker Hilfe um Kerpen gesucht!

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Bezahlte IOBroker Hilfe um Kerpen gesucht!

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

      @sascha100 sagte in Bezahlte IOBroker Hilfe um Kerpen gesucht!:

      Verbindung mit VNC funktioniert

      Das ist schon falsch. VNC sollte nicht funktionieren/laufen.

      iobroker status
      

      bringt?

      S 2 Replies Last reply Reply Quote 0
      • S
        sascha100 @Thomas Braun last edited by

        @thomas-braun

        kann ich erst morgen testen da ich im Moment keinen Zugriff habe!

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

          @sascha100 Ich dachte SSH funktioniert?

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

            @thomas-braun

            ja das schon aber ich sitze im Moment nicht im Wohnmobil! 🙂 und habe auch keinen Fernzugriff.

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

              @thomas-braun said in Bezahlte IOBroker Hilfe um Kerpen gesucht!:

              iobroker status

              Guten Morgen Thomas,

              das ist die Ausgabe :

              pi@SmartWoMo:~ $ iobroker status
              internal/modules/cjs/loader.js:818
                throw err;
                ^
              
              Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
                  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
                  at Function.Module._load (internal/modules/cjs/loader.js:667:27)
                  at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
                  at internal/main/run_main_module.js:17:47 {
                code: 'MODULE_NOT_FOUND',
                requireStack: []
              }
              

              MOD-Edit: Code in code-tags gesetzt!

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

                @sascha100

                iobroker stop
                iobroker fix
                cd /opt/iobroker
                sudo -H -u iobroker npm install iobroker.js-controller
                iobroker start
                
                S 2 Replies Last reply Reply Quote 0
                • S
                  sascha100 @Thomas Braun last edited by Homoran

                  @thomas-braun said in Bezahlte IOBroker Hilfe um Kerpen gesucht!:

                  iobroker fix

                  Hi,

                  danke für die schnelle Antwort:

                  Hier die Ausgabe im Terminal:

                  pi@SmartWoMo:~ $ iobroker stop
                  pi@SmartWoMo:~ $ iobroker fix
                  library: loaded
                  Library version=2021-04-07
                  ioBroker is not installed in /opt/iobroker! Cannot fix anything...
                  pi@SmartWoMo:~ $
                  
                  
                  pi@SmartWoMo:~ $ cd /opt/iobroker
                  pi@SmartWoMo:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                  npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                  npm WARN deprecated har-validator@5.1.5: this library is no longer supported
                  npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/copy-props/node_modules/is-plain-object
                  npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ecc-jsbn
                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                  
                  npm ERR! code EACCES
                  npm ERR! syscall access
                  npm ERR! path /opt/iobroker/node_modules/iobroker.javascript/node_modules/copy-props/node_modules/is-plain-object
                  npm ERR! errno -13
                  npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.javascript/node_modules/copy-props/node_modules/is-plain-object'
                  npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/iobroker.javascript/node_modules/copy-props/node_modules/is-plain-object'] {
                  npm ERR!   errno: -13,
                  npm ERR!   code: 'EACCES',
                  npm ERR!   syscall: 'access',
                  npm ERR!   path: '/opt/iobroker/node_modules/iobroker.javascript/node_modules/copy-props/node_modules/is-plain-object'
                  npm ERR! }
                  npm ERR!
                  npm ERR! The operation was rejected by your operating system.
                  npm ERR! It is likely you do not have the permissions to access this file as the current user
                  npm ERR!
                  npm ERR! If you believe this might be a permissions issue, please double-check the
                  npm ERR! permissions of the file and its containing directories, or try running
                  npm ERR! the command again as root/Administrator.
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2021-07-29T10_05_22_993Z-debug.log
                  pi@SmartWoMo:/opt/iobroker $
                  

                  MOD-Edit: Code in code-tags gesetzt!

                  Nach dem Start kann ich iobroker nicht aufrufen.

                  Danke

                  mikeal created this issue in request/request

                  open Request’s Past, Present and Future #3142

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

                    @thomas-braun

                    Hi,

                    ich hoffe ich habe jetzt nichts falsch gemacht. Da die Konsole sagte das nichts im Verzeichnis vorhanden ist habe ich iobroker erneut installiert.

                    Jetzt bekomme ich bei der Statusabfrage folgendes:

                    pi@SmartWoMo:~ $ iobroker status
                    iobroker is running on this host.
                    
                    
                    Objects type: file
                    States  type: file
                    pi@SmartWoMo:~ $
                    

                    MOD-Edit: Code in code-tags gesetzt!

                    Leider kann ich den iobroker immer noch nicht über das Webinterface erreichen. Ich benutze Chrome und habe es auch mit Edge getestet.

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

                      @sascha100

                      Missing write access
                      

                      kann auf eine defekte SD-Karte hindeuten.

                      dmesg -T | grep -i ext4
                      

                      macht dich schlauer.

                      S 2 Replies Last reply Reply Quote 0
                      • S
                        sascha100 @Thomas Braun last edited by Homoran

                        @thomas-braun

                        wie immer danke für deine Antwort:

                        hier die Ausgabe:

                        pi@SmartWoMo:~ $ dmesg -T | grep -i ext4
                        [Do Jul 29 12:25:23 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:640x480M@60 smsc95xx.macaddr=DC:A6:32:C5:C8:9D vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=7da69e20-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                        [Do Jul 29 12:25:24 2021] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                        [Do Jul 29 12:25:24 2021] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        [Do Jul 29 12:25:27 2021] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                        pi@SmartWoMo:~ $
                        

                        MOD-Edit: Code in code-tags gesetzt!

                        Mich macht es nicht schlauer aber eventuell kannst du mir sagen ob die Karte defekt ist. Das wäre für mich extrem unangenehm. Es hat eine Ewigkeit gedauert alles zu konfigurieren und ich weis nicht ob ich das so nochmal schaffe. Daher gleich noch eine Frage:

                        • ich habe immer noch vollen Zugriff per WinSCP. Ich benutze unter anderem 5 Modebus Adapter um Daten auszulesen. Kann man das irgendwie sichern? Das wäre mir extrem wichtig. Kann man die VIS sichern? Ich habe den Ordner der VIS unter VIS.0 gefunden. Reicht das um es wieder auf einen neuen aufzuspielen?

                        Danke dir für die Hilfe!

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

                          @thomas-braun

                          Darf ich gleich noch eine Frage stellen?

                          Das habe ich auf meinem Raspi gefunden. Ist das zufällig ein komplett Backup? Dann wäre ich sehr happy.

                          BAckup.PNG

                          J Homoran 2 Replies Last reply Reply Quote 0
                          • J
                            Jan1 @sascha100 last edited by

                            @sascha100
                            Von der Größe sieht es danach aus 😉

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

                              @sascha100 sagte in Bezahlte IOBroker Hilfe um Kerpen gesucht!:

                              eventuell kannst du mir sagen ob die Karte defekt ist.

                              Nein, das sind die normalen Meldungen beim Systemstart. Eine defekte Karte würde sich anders melden.

                              Die fehlenden Rechte kommen mir immer noch komisch vor.

                              groups 
                              sudo -u iobroker groups
                              

                              liefert?

                              S 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @sascha100 last edited by Homoran

                                @sascha100 sagte in Bezahlte IOBroker Hilfe um Kerpen gesucht!:

                                Das habe ich auf meinem Raspi gefunden

                                Erst einmal solltest du diese Dateien auf einem PC sichern!

                                @sascha100 sagte in Bezahlte IOBroker Hilfe um Kerpen gesucht!:

                                Ist das zufällig ein komplett Backup?

                                Kommt darauf an, was du unter komplett verstehst.
                                Das sieht schon mal nach ordentlich angelegten regelmäßigen BackitUp Backups aus.
                                Diese enthalten alle Konfigurationen deiner Adapter, alle Scripte und alle Views.

                                was meinst du denn hiermit:
                                @sascha100 sagte in Bezahlte IOBroker Hilfe um Kerpen gesucht!:

                                Ich benutze unter anderem 5 Modebus Adapter um Daten auszulesen. Kann man das irgendwie sichern?

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  sascha100 @Jan1 last edited by

                                  @jan1

                                  ohhh danke das lässt hoffen.

                                  J 1 Reply Last reply Reply Quote 0
                                  • J
                                    Jan1 @sascha100 last edited by

                                    @sascha100
                                    normal weiß man aber wo die Backups herkommen und homoran schreibt ja auch nach was das aussieht

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

                                      @thomas-braun

                                      Hier die Ausgabe:

                                      pi@SmartWoMo:~ $ sudo -u iobroker groups
                                      iobroker tty dialout audio video bluetooth gpio i2c
                                      pi@SmartWoMo:~ $
                                      

                                      MOD-Edit: Code in code-tags gesetzt!

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

                                        @homoran

                                        Hi,

                                        ich meinte damit die Einstellungen der Adapter und der VIS. So wie du schreibst könnte es das ja sein. Das gibt mir Hoffnung.

                                        Ich habe den Modbus Adapter 5 mal angelegt da ich eine Victron Cerbo GX auslese. es hat nur funktioniert wenn ich für jedes an die Cerbo angeschlossen Gerät einen eigenen Modbusadapter angelegt habe. Das war für mich viel Arbeit und Einstellungen bis das lief darum möchte / muss ich das unbedingt sichern.

                                        Ich hoffe ich konnte erklären was ich meine.

                                        Danke

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

                                          @sascha100

                                          Da fehlt die Ausgabe von

                                          groups
                                          

                                          Wem gehören denn die Dateien?

                                          ls -la /opt/iobroker/node_modules/iobroker.javascript/node_modules/copy-props/node_modules/is-plain-object
                                          

                                          bzw.

                                          getfacl /opt/iobroker/node_modules/iobroker.javascript/node_modules/copy-props/node_modules/is-plain-object
                                          
                                          S 1 Reply Last reply Reply Quote 0
                                          • Homoran
                                            Homoran Global Moderator Administrators @sascha100 last edited by

                                            @sascha100 sagte in Bezahlte IOBroker Hilfe um Kerpen gesucht!:

                                            eine Victron Cerbo GX

                                            im WoMo??

                                            ist das nicht Kanonen auf Spatzen?
                                            was hast du denn da alles dran?
                                            ein SmartSolar MPPT 100/50 über ve-direct plane ich ja auch, ggf. noch ein BMV, aber mehr fällt mir gar nicht ein

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            477
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            30
                                            1263
                                            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