Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Iobroker backitup error.. Wo liegt das problem

    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

    Iobroker backitup error.. Wo liegt das problem

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

      @homoran sagte in Iobroker backitup error.. Wo liegt das problem:

      @wendy2702 sagte in Iobroker backitup error.. Wo liegt das problem:

      Du muss auch mal anfangen die Logfiles zu lesen

      @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

      Lesen -Ja
      Verstehen - nein

      OK.

      Aber ich hoffe ja das die Leute auch Interesse haben das irgendwann mal zu verstehen.

      1 Reply Last reply Reply Quote 1
      • E
        elmos04 @wendy2702 last edited by

        @wendy2702 sagte in Iobroker backitup error.. Wo liegt das problem:

        cat /opt/iobroker/iobroker-data/files/vis.0/Tech/6_Fach_Taster_2_Blaulicht.json

        code_text
        cat  /opt/iobroker/iobroker-data/files/vis.0/Tech/6_Fach_Taster_2_Blaulicht.json
        /* -- do not edit following lines - START --
        {
          "expert": true,
          "engineType": "Blockly",
          "debug": false,
          "verbose": false
        }
        -- do not edit previous lines - END --*/
        on({id: 'zigbee.0.04cf8cdf3c7d6fde.button_2_click', val: true}, async function (obj) {
          var value = obj.state.val;
          var oldValue = obj.oldState.val;
          getState("hm-rpc.1.LTK0075338.1.STATE", function (err, state) {
              setState("hm-rpc.1.LTK0075338.1.STATE"/*Blaulicht.STATE*/, state ? !state.val : true);
          });
          console.log('Blaulicht Taster geschaltet');
        });
        
        //JTNDeG1sJTIweG1sbnMlM0QlMjJodHRwcyUzQSUyRiUyRmRldmVsb3BlcnMuZ29vZ2xlLmNvbSUyRmJsb2NrbHklMkZ4bWwlMjIlM0UlM0NibG9jayUyMHR5cGUlM0QlMjJvbl9leHQlMjIlMjBpZCUzRCUyMjIhRGsoIXdfJTJGLmUlM0IlMkZnWGdXJTNCSkklMjIlMjB4JTNEJTIyMjEzJTIyJTIweSUzRCUyMi0zMzglMjIlM0UlM0NtdXRhdGlvbiUyMHhtbG5zJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGh0bWwlMjIlMjBpdGVtcyUzRCUyMjElMjIlM0UlM0MlMkZtdXRhdGlvbiUzRSUzQ2ZpZWxkJTIwbmFtZSUzRCUyMkNPTkRJVElPTiUyMiUzRXRydWUlM0MlMkZmaWVsZCUzRSUzQ2ZpZWxkJTIwbmFtZSUzRCUyMkFDS19DT05ESVRJT04lMjIlM0UlM0MlMkZmaWVsZCUzRSUzQ3ZhbHVlJTIwbmFtZSUzRCUyMk9JRDAlMjIlM0UlM0NzaGFkb3clMjB0eXBlJTNEJTIyZmllbGRfb2lkJTIyJTIwaWQlM0QlMjIzekYlM0FhYlRsJTI0JTdEWmYlM0YlN0NWLiU3QiFNMyUyMiUzRSUzQ2ZpZWxkJTIwbmFtZSUzRCUyMm9pZCUyMiUzRXppZ2JlZS4wLjA0Y2Y4Y2RmM2M3ZDZmZGUuYnV0dG9uXzJfY2xpY2slM0MlMkZmaWVsZCUzRSUzQyUyRnNoYWRvdyUzRSUzQyUyRnZhbHVlJTNFJTNDc3RhdGVtZW50JTIwbmFtZSUzRCUyMlNUQVRFTUVOVCUyMiUzRSUzQ2Jsb2NrJTIwdHlwZSUzRCUyMnRvZ2dsZSUyMiUyMGlkJTNEJTIyQ29nNTVIYzNWTFBDKS0lMkYteFI4SCUyMiUzRSUzQ211dGF0aW9uJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4aHRtbCUyMiUyMGRlbGF5X2lucHV0JTNEJTIyZmFsc2UlMjIlM0UlM0MlMkZtdXRhdGlvbiUzRSUzQ2ZpZWxkJTIwbmFtZSUzRCUyMk9JRCUyMiUzRWhtLXJwYy4xLkxUSzAwNzUzMzguMS5TVEFURSUzQyUyRpi@raspbepi@raspbepi@raspbepi@raspbepi@raspbepi@raspbepi@raspbepi@raspberrypi:~ $ 
        
        
        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @elmos04 last edited by

          @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

          "engineType": "Blockly",

          das sind skripte

          Was machen die unter vis?

          E wendy2702 2 Replies Last reply Reply Quote 0
          • E
            elmos04 @wendy2702 last edited by

            @wendy2702
            Sorry aber ich weiss ja nicht was ich machen soll iobroker fix wurde schon gemacht

            1 Reply Last reply Reply Quote 0
            • E
              elmos04 @Homoran last edited by

              @homoran das hat der Backitup adapter mir aus dem alten backup kopiert

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

                @homoran sagte in Iobroker backitup error.. Wo liegt das problem:

                @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                "engineType": "Blockly",

                das sind skripte

                Was machen die unter vis?

                @elmos04 : weisst du wie deine Blocklys oder anderen Scripte alle heißen? Siehst du diese in iobroker?

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

                  @wendy2702
                  ja das sind Skripte. die kenne ich

                  wendy2702 1 Reply Last reply Reply Quote 0
                  • simatec
                    simatec Developer Most Active @elmos04 last edited by

                    @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                    Gleiche Meldung

                    Nein diesesmal ist es 6_Fach_Taster_2_Blaulicht.json

                    Da ist irgendwas krum. Was sind das überhaupt für Dateien? Sind die von dir?

                    E 1 Reply Last reply Reply Quote 0
                    • E
                      elmos04 @simatec last edited by

                      @simatec
                      Ja das sind Skripte. Ein Blockly welches das Blaulicht einschaltet wenn der Taster gedrückt wird.

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

                        @elmos04 OK. Siehst du diese Scripte im Script Tab?

                        Funktionieren Sie?

                        Ist das Script: 6_Fach_Taster_1_Büro_licht noch vorhanden und funktioniert?

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

                          @wendy2702
                          die Skripte habe ich alle neu gemacht. die alten habe ich gelöscht. viele Fehler

                          Homoran 1 Reply Last reply Reply Quote 0
                          • simatec
                            simatec Developer Most Active @elmos04 last edited by

                            @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                            @homoran das hat der Backitup adapter mir aus dem alten backup kopiert

                            Backitup macht nur das, was vorher konfiguriert wurde.
                            Backitup legt keine Daten in VIS von alleine ab

                            Mach folgendes

                            sudo cp /opt/iobroker/iobroker-data/files/vis.0/Tech/*.json /home/pi/
                            sudo rm /opt/iobroker/iobroker-data/files/vis.0/Tech/*.json
                            
                            wendy2702 1 Reply Last reply Reply Quote 1
                            • wendy2702
                              wendy2702 @simatec last edited by

                              @simatec sagte in Iobroker backitup error.. Wo liegt das problem:

                              @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                              @homoran das hat der Backitup adapter mir aus dem alten backup kopiert

                              Backitup macht nur das, was vorher konfiguriert wurde.
                              Backitup legt keine Daten in VIS von alleine ab

                              Mach folgendes

                              sudo cp /opt/iobroker/iobroker-data/files/vis.0/Tech/*.json /home/pi/
                              sudo rm /opt/iobroker/iobroker-data/files/vis.0/Tech/*.json
                              

                              Damit ist dann auch sein View weg

                              simatec 1 Reply Last reply Reply Quote 1
                              • Homoran
                                Homoran Global Moderator Administrators @elmos04 last edited by

                                @elmos04

                                Wenn ich so versuche die brauchbaren Informationen aus deinen Posts zusammenzuklauben, dann ergibt sich mir folgendes Szenario am wahrscheinlichsten.

                                Du hast mit einem Restore eines defekten Backups deine gesamte Installation zerschossen.

                                1 Reply Last reply Reply Quote 0
                                • simatec
                                  simatec Developer Most Active @wendy2702 last edited by

                                  @wendy2702 Erstmal egal ... die können wir später zurück kopieren
                                  Erstmal muss er den ganzen Datenmüll da rausbekommen

                                  1 Reply Last reply Reply Quote 0
                                  • E
                                    elmos04 last edited by

                                    @simatec sagte in Iobroker backitup error.. Wo liegt das problem:

                                    /home/pi/
                                    sudo rm /opt/iobroker/iobroker-data/files/vis.0/Tech/

                                    jetzt hab ich ein backup erstellen können

                                    wendy2702 1 Reply Last reply Reply Quote 0
                                    • E
                                      elmos04 last edited by

                                      die vis tech ist nun weg. aber die brauchte ich ja auch nicht mehr.
                                      hab ja alles neu gemacht. nun ist sie bei main

                                      simatec 1 Reply Last reply Reply Quote 0
                                      • simatec
                                        simatec Developer Most Active @elmos04 last edited by

                                        @elmos04 sagte in Iobroker backitup error.. Wo liegt das problem:

                                        nun

                                        Wenn du sie nicht brauchst, ist es OK, sonst kannst du sie dir auch aus dem Verzeichnis /home/pi zurückholen

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

                                          @elmos04 dann jetzt das und eine Vis ist wieder da

                                          
                                          sudo cp /home/pi/vis-views.json /opt/iobroker/iobroker-data/files/vis.0/Tech/
                                          
                                          

                                          EDIT: gerade gelesen das du die nicht mehr brauchst. Dann vergiss es

                                          E 1 Reply Last reply Reply Quote 1
                                          • E
                                            elmos04 @simatec last edited by

                                            @simatec
                                            Vielen dank
                                            alles gut. ich brauche sie nicht. ich habe sogar nun ein backup iobroker 3,3 mb auf dem nas

                                            simatec 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

                                            774
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            12
                                            156
                                            17482
                                            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