Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. TAPO / TP-Link - Ein Objekt aktualisiert nicht

    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

    TAPO / TP-Link - Ein Objekt aktualisiert nicht

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

      @thomas-braun
      Nuki-extended war dieselbe Ursache. Ist lt. Issue auch behoben (mit 20.6.x)

      BackupitUp kann ich nichts sagen. Hast du ein Issue erstellt?
      Bzw. kannst du es mit 20.6.x testen?

      Und ja - empfohlen für produktive System ist Node 18 ohne wenn und aber. Damit das hier nicht falsch verstanden wird. Es spricht aber nichts dagegen, wenn Tester am Testsystem auch schon mit node 20 testen.

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

        @mcm57 sagte in TAPO / TP-Link - Ein Objekt aktualisiert nicht:

        BackupitUp kann ich nichts sagen. Hast du ein Issue erstellt?

        OT:
        Ich bin da mit @simatec dran. Das scheint aber ein ganz besonderer Sonderfall zu sein. So richtig bekommen wir das nicht eingekreist wo es klemmt.

        1 Reply Last reply Reply Quote 0
        • H
          HaikoH last edited by

          ======================= SUMMARY =======================
                               v.2023-04-16
          
          
          Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
          Kernel:                 5.10.103-v7l+
          Installation:           Native
          Timezone:               Europe/Berlin (CEST, +0200)
          User-ID:                1000
          X-Server:               false
          Boot Target:            graphical.target
          
          Pending OS-Updates:     5
          Pending iob updates:    0
          
          Nodejs-Installation:    /usr/bin/nodejs         v18.17.1
                                  /usr/bin/node           v18.17.1
                                  /usr/local/bin/npm              9.8.1
                                  /usr/local/bin/npx              9.8.1
          
          Recommended versions are nodejs 18.x.y and npm 9.x.y
          *** nodejs is NOT correctly installed ***
          
          MEMORY:
                         total        used        free      shared  buff/cache   available
          Mem:            3.8G        1.1G        1.6G         34M        1.1G        2.6G
          Swap:           7.8G         27M        7.8G
          Total:           11G        1.1G        9.5G
          
          Active iob-Instances:   15
          Active repo(s): stable
          
          ioBroker Core:          js-controller           4.0.24
                                  admin                   6.8.0
          
          ioBroker Status:        iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Status admin and web instance:
          + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          Objects:                15936
          States:                 15257
          
          Size of iob-Database:
          
          18M     /opt/iobroker/iobroker-data/objects.jsonl
          5.7M    /opt/iobroker/iobroker-data/objects.json.migrated
          5.7M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
          5.3M    /opt/iobroker/iobroker-data/states.jsonl
          2.0M    /opt/iobroker/iobroker-data/states.json.migrated
          2.0M    /opt/iobroker/iobroker-data/states.json.bak.migrated
          
          
          
          =================== END OF SUMMARY ====================
          
          1 Reply Last reply Reply Quote 0
          • H
            HaikoH last edited by

            Ich habe auch einen GutHub-Issue aufgemacht, weil es ggf damit zu tun hat, dass meine P110 als P100 behandelt werden - und da gäbe es ja keine Power-values abzugreifen...

            https://github.com/TA2k/ioBroker.tapo/issues/12

            HaikoHertes created this issue in TA2k/ioBroker.tapo

            open ioBroker does not update the Tapo object values #12

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

              @haikoh

              *** nodejs is NOT correctly installed ***

              H 1 Reply Last reply Reply Quote 0
              • H
                HaikoH @Thomas Braun last edited by

                @thomas-braun Was konkret ist falsch?

                                    /usr/bin/nodejs                 v18.17.1
                                    /usr/local/bin/npm              9.8.1
                                    /usr/local/bin/npx              9.8.1
                

                Recommended versions are nodejs 18.x.y (Das sollte auch 18.17.1 abdecken) and npm 9.x.y (das sollte auch 9.8.1 abdecken)
                *** nodejs is NOT correctly installed ***

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

                  @haikoh sagte in TAPO / TP-Link - Ein Objekt aktualisiert nicht:

                  Was konkret ist falsch?

                  Die Pfade.
                  Da ist mal von Hand npm/npx reingeballert worden. Lösch den Kram.

                  H 1 Reply Last reply Reply Quote 0
                  • H
                    HaikoH @Thomas Braun last edited by

                    @thomas-braun danke, hab ich gemacht (nochmall alles was mit NodeJS/NPM zu tun hat entfernt, alle files, die noch über waren, gelöscht, und dann sauber neu installiert). Jetzt ist hier auch alles iO:

                    ======================= SUMMARY =======================
                                         v.2023-04-16
                    
                    
                    Operatingsystem:        Raspbian GNU/Linux 11 (bullseye)
                    Kernel:                 5.10.103-v7l+
                    Installation:           Native
                    Timezone:               Europe/Berlin (CEST, +0200)
                    User-ID:                1000
                    X-Server:               false
                    Boot Target:            graphical.target
                    
                    Pending OS-Updates:     0
                    Pending iob updates:    0
                    
                    Nodejs-Installation:    /usr/bin/nodejs         v18.17.1
                                            /usr/bin/node           v18.17.1
                                            /usr/bin/npm            9.6.7
                                            /usr/bin/npx            9.6.7
                    
                    Recommended versions are nodejs 18.x.y and npm 9.x.y
                    Your nodejs installation is correct
                    
                    MEMORY:
                                   total        used        free      shared  buff/cache   available
                    Mem:            3.8G        872M        2.3G         37M        701M        2.8G
                    Swap:           7.8G          0B        7.8G
                    Total:           11G        872M         10G
                    
                    Active iob-Instances:   15
                    Active repo(s): stable
                    
                    ioBroker Core:          js-controller           4.0.24
                                            admin                   6.8.0
                    
                    ioBroker Status:        iobroker is running on this host.
                    
                    
                    Objects type: jsonl
                    States  type: jsonl
                    
                    Status admin and web instance:
                    + system.adapter.admin.0                  : admin                 : ioBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                    + system.adapter.web.0                    : web                   : ioBroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                    
                    Objects:                15936
                    States:                 15257
                    
                    Size of iob-Database:
                    
                    16M     /opt/iobroker/iobroker-data/objects.jsonl
                    5.7M    /opt/iobroker/iobroker-data/objects.json.migrated
                    5.7M    /opt/iobroker/iobroker-data/objects.json.bak.migrated
                    7.6M    /opt/iobroker/iobroker-data/states.jsonl
                    2.0M    /opt/iobroker/iobroker-data/states.json.migrated
                    2.0M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                    
                    
                    
                    =================== END OF SUMMARY ====================
                    

                    Das Problem besteht aber leider nach wie vor...

                    1 Reply Last reply Reply Quote 0
                    • H
                      HaikoH last edited by

                      Gibt es hier ggf. weitere Ideen, wo man noch ansetzen könnte? Danke!

                      mcm1957 1 Reply Last reply Reply Quote 0
                      • mcm1957
                        mcm1957 @HaikoH last edited by

                        Was sagt der Maintainer zu dem Problem?
                        Gibts Feedback im issue?
                        TA2k ist ja durchaus aktiv. Ev. mal pingen

                        H 1 Reply Last reply Reply Quote 0
                        • H
                          HaikoH @mcm1957 last edited by

                          @mcm57 said in TAPO / TP-Link - Ein Objekt aktualisiert nicht:

                          TA2k

                          Bisher leider nur eine Rückfrage von ihm, noch keine Lösung. Bin aber wohl nicht der Einzige mit dem Problem...
                          https://github.com/TA2k/ioBroker.tapo/issues/12

                          HaikoHertes created this issue in TA2k/ioBroker.tapo

                          open ioBroker does not update the Tapo object values #12

                          mcm1957 1 Reply Last reply Reply Quote 0
                          • mcm1957
                            mcm1957 @HaikoH last edited by

                            @haikoh
                            Ok, dann ist er aber eh dran ...

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

                            Support us

                            ioBroker
                            Community Adapters
                            Donate

                            607
                            Online

                            31.8k
                            Users

                            80.0k
                            Topics

                            1.3m
                            Posts

                            tapo tapo p110 tp-link
                            4
                            22
                            1038
                            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