Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [Aufruf] TP-Link HS100 HS110 Adapter Testen

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Aufruf] TP-Link HS100 HS110 Adapter Testen

    This topic has been deleted. Only users with topic management privileges can see it.
    • cvidal
      cvidal Forum Testing last edited by

      @arteck:

      neue Version verfügbar 0.0.21 basierend auf https://github.com/plasticrake/tplink-smarthome-api

      allerdings habe ich ein Problem mit dem Powermanagement von HS110.. Bekomme die Verbrauchsdaten nicht ausgelesen..

      Polling sollte jetzt klappen `

      Ja Rückmeldung funtioniert jetzt, Danke für deine Mühe

      Ich werde aber erst mal zu 0.0.18 zurückkehren denn das Powermanagment nutze ich gerade in der Vis.App.

      Könntest du mir vielleicht sagen warum die Verbrauchsdaten im Broker anderes als in der Kasa App sind bzw. bin ich der einzige mit dem Problem?

      Gruß Christian

      1 Reply Last reply Reply Quote 0
      • T
        tomtom last edited by

        Hallo arteck,

        unter /opt/iobroker/node_modules/iobroker.hs100/lib/tplink-smarthome-api# ls

        befindet sich nur:

        CHANGELOG.md lib LICENSE package.json README.md

        Der Ordner node_modules ist nicht vorhanden.

        Ich habe den Adapter 0.0.21 über den 0.0.18, wie folgt manuell installiert:

        cd /opt/iobroker

        iobroker stop

        npm install iobroker.hs100@0.0.21 –production

        iobroker upload hs100

        iobroker start

        LG

        Thomas

        1 Reply Last reply Reply Quote 0
        • Dolomiti
          Dolomiti last edited by

          Hallo arteck,

          ich hatte auch eine Menge Fehlermeldungen

          host.raspi3	2017-12-04 20:41:24.027	error	instance system.adapter.hs100.0 terminated with code 1 ()
          Caught	2017-12-04 20:41:24.027	error	by controller[0]: at node.js:1043:3
          Caught	2017-12-04 20:41:24.026	error	by controller[0]: at startup (node.js:140:18)
          Caught	2017-12-04 20:41:24.026	error	by controller[0]: at Function.Module.runMain (module.js:441:10)
          Caught	2017-12-04 20:41:24.026	error	by controller[0]: at Function.Module._load (module.js:300:12)
          Caught	2017-12-04 20:41:24.026	error	by controller[0]: at Module.load (module.js:343:32)
          Caught	2017-12-04 20:41:24.026	error	by controller[0]: at Object.Module._extensions..js (module.js:416:10)
          Caught	2017-12-04 20:41:24.026	error	by controller[0]: at Module._compile (module.js:373:25)
          Caught	2017-12-04 20:41:24.025	error	by controller[0]: at exports.runInThisContext (vm.js:53:16)
          Caught	2017-12-04 20:41:24.025	error	by controller[0]: SyntaxError: Unexpected token {
          Caught	2017-12-04 20:41:24.025	error	by controller[0]: ^
          Caught	2017-12-04 20:41:24.024	error	by controller[0]: const { Client } = require('./lib/tplink-smarthome-api/lib/index');
          Caught	2017-12-04 20:41:24.024	error	by controller[0]: /opt/iobroker/node_modules/iobroker.hs100/main.js:14
          

          Unter /opt/iobroker/node_modules/iobroker.hs100/lib/tplink-smarthome-api/node_modules babel-runtime habe ich die Verzeichnisse

          core-js
          helpers
          regenerator
          und noch 4 Dateien
          

          Bin momentan zurück auf 0.0.18, die einwandfrei läuft. Der Trockner wird momentan geloggt. 🙂

          Gruß

          Dolomiti

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

            schon komisch .bei euch beiden.. es ist als ob nicht alles von GIT gezogen wurde..

            so die hs110 liefert jetzt auch daten.. version 0.22

            und die restlichen tp-link derivate sollten auch laufen.. (so hoffe ich :oops: )

            1 Reply Last reply Reply Quote 0
            • G
              Gerni last edited by

              Hallo,

              ich hatte auch das Problem, dass der State nicht übergeben wurde, entsprechendes UpDate steht ja zur Verfügung.

              Also Adapter gestoppt, Unter Objekte HS100 alles gelöscht, UpDate gemacht -> Adapter startet

              Adapter komplett deinstalliert und wieder installiert -> Adapter startet nicht.

              Ideen?

              Gruß

              1 Reply Last reply Reply Quote 0
              • AlCalzone
                AlCalzone Developer last edited by

                > const { Client } = require('./lib/tplink-smarthome-api/lib/index');
                Ist da nicht-transpilierter Code auf NPM gelandet? Die Syntax ist relativ neu und wird aktuell nur von Babel/TypeScript unterstützt, evtl auch Node 8+

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

                  @AlCalzone:

                  > const { Client } = require('./lib/tplink-smarthome-api/lib/index');
                  Ist da nicht-transpilierter Code auf NPM gelandet? Die Syntax ist relativ neu und wird aktuell nur von Babel/TypeScript unterstützt, evtl auch Node 8+ `

                  ich hab node 6.12 .. auf dem Pi und 6 nochwas auf dem Win Entwickler System

                  ich check mal ob auf NPM alles gelandet ist .. da kann das Problem sein

                  installier es bitte nur vom GIT..

                  über admin

                  1 Reply Last reply Reply Quote 0
                  • AlCalzone
                    AlCalzone Developer last edited by

                    Node 8 war geraten, aber Node 4 kann es definitiv nicht und davon sind hier noch einige im Umlauf.

                    Lässt sich aber relativ einfach fixen:

                    const Client = require('./lib/tplink-smarthome-api/lib/index').Client;
                    
                    1 Reply Last reply Reply Quote 0
                    • arteck
                      arteck Developer Most Active last edited by

                      @AlCalzone:

                      Node 8 war geraten, aber Node 4 kann es definitiv nicht und davon sind hier noch einige im Umlauf.

                      Lässt sich aber relativ einfach fixen:

                      const Client = require('./lib/tplink-smarthome-api/lib/index').Client;
                      ```` `  
                      

                      ok… ich check das mal

                      wobei mit node 4 läuft der adapter nicht

                      1 Reply Last reply Reply Quote 0
                      • T
                        tomtom last edited by

                        Hi,

                        also ich habe die Version 6.10.0 im Einsatz:

                        ->

                        hs100.0 2017-12-03 20:06:57.758 info starting. Version 0.0.21 in /opt/iobroker/node_modules/iobroker.hs100, node: v6.10.0

                        Was ist mit

                        -installier es bitte nur vom GIT..

                        -über admin

                        gemeint?

                        cd /opt/iobroker

                        npm install https://github.com/arteck/ioBroker.hs10 … ll/master/

                        ??

                        LG

                        Thomas

                        1 Reply Last reply Reply Quote 0
                        • AlCalzone
                          AlCalzone Developer last edited by

                          @tomtom:

                          -installier es bitte nur vom GIT..

                          -über admin

                          gemeint? `
                          => ioBroker Admin öffnen

                          => Auf das GitHub-Icon klicken

                          => hs110 aus der Liste auswählen

                          => OK

                          1 Reply Last reply Reply Quote 0
                          • Dolomiti
                            Dolomiti last edited by

                            Ich Vollpfosten 🙂

                            Man sollte den Adapter auch auf dem richtigen Slave-Raspi mit Node 6 installieren und nicht auf dem Master-Raspi mit Node 4.

                            Jetzt klappt´s.

                            Gruß

                            Dolomiti

                            P.S. Bei mir lief 0.0.18 auch unter Node 4.8

                            1 Reply Last reply Reply Quote 0
                            • cvidal
                              cvidal Forum Testing last edited by

                              So 0.0.22 Läuft Instaliert habe ich über Admin Octocat Symbol siehe Bild…

                              ! 2113_unbenannt.png

                              Läuft erstmal soweit sehr gut der Adapter, danke dafür.

                              Einzig der Datenpunkt Total gibt mir immer noch Rätsel auf, was soll der überhaupt ausgeben? Verbrauch Heute, Vergangene 7 Tage oder Vergangene 30 Tage kann das nicht sein denn die Kasa App zeigt einen völlig anderen Wert an…

                              Gruß Christian

                              1 Reply Last reply Reply Quote 0
                              • M
                                mamoel last edited by

                                Auch die 0.0.22 läuft bei mir fehlerfrei. Aber auch bei dieser Version musste ich unter "Objects" den HS100-Knoten löschen. Sonst wird der "state" nicht aktualisiert.

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

                                  freut mich dass es läuft…

                                  wobei ich probleme mit dem npm Paket habe

                                  also bitte erstmal vom Git installieren

                                  @AlCalzone:

                                  => ioBroker Admin öffnen

                                  => Auf das GitHub-Icon klicken

                                  => hs110 aus der Liste auswählen

                                  => OK `

                                  1 Reply Last reply Reply Quote 0
                                  • X
                                    xelarep last edited by

                                    Hallo,

                                    hab heute auch ne HS110 bekommen. Leider klappts bei mir nicht: Hatte erst händisch versucht per````
                                    sudo npm install iobroker.hs100

                                    Es wurde v0.0.23 installiert, ich seh in der Admin Oberfläche einen Adapter und kann eine Instanz hs100.0 anlegen und konfigurieren. Sie stoppt aber sofort wieder, und wirft folgende Fehler ins log.
                                    

                                    host.morbo 2017-12-06 15:02:55.522 info Restart adapter system.adapter.hs100.0 because enabled
                                    host.morbo 2017-12-06 15:02:55.521 error instance system.adapter.hs100.0 terminated with code 0 (OK)
                                    hs100.0 2017-12-06 15:02:55.503 info terminating
                                    hs100.0 2017-12-06 15:02:55.296 info starting. Version 0.0.23 in /opt/iobroker/node_modules/iobroker.hs100, node: v6.11.2
                                    hs100.0 2017-12-06 15:02:54.994 error at Function.Module._load (module.js:438:3)
                                    hs100.0 2017-12-06 15:02:54.994 error at tryModuleLoad (module.js:446:12)
                                    hs100.0 2017-12-06 15:02:54.994 error at Module.load (module.js:487:32)
                                    hs100.0 2017-12-06 15:02:54.994 error at Object.Module._extensions..js (module.js:579:10)
                                    hs100.0 2017-12-06 15:02:54.994 error at Module._compile (module.js:570:32)
                                    hs100.0 2017-12-06 15:02:54.994 error at Object. (/opt/iobroker/node_modules/iobroker.hs100/lib/tplink-smarthome-api/lib/client.js:3:18)
                                    hs100.0 2017-12-06 15:02:54.994 error at require (internal/module.js:20:19)
                                    hs100.0 2017-12-06 15:02:54.994 error at Module.require (module.js:497:17)
                                    hs100.0 2017-12-06 15:02:54.994 error at Function.Module._load (module.js:417:25)
                                    hs100.0 2017-12-06 15:02:54.994 error at Function.Module._resolveFilename (module.js:469:15)
                                    hs100.0 2017-12-06 15:02:54.994 error Error: Cannot find module 'babel-runtime/core-js/json/stringify'
                                    hs100.0 2017-12-06 15:02:54.979 error uncaught exception: Cannot find module 'babel-runtime/core-js/json/stringify'

                                    Node ist 6.11.2 auf einem RPi3
                                    
                                    Wenn ich per Github installieren möchte bekomme ich keine hs100 angeboten?
                                    
                                    Was mach ich falsch?
                                    
                                    Alexander
                                    
                                    [edit] ich hab noch etwas rumgespielt: wenn ich einmal händisch per Terminal installiert habe, kann ich per GitHub drüberinstallieren (dann kommt eine hs100 in der Github Liste), und dann wird auch eine lauffähige Instanz und ein Objekt erzeugt, die ich benutzen kann?!
                                    1 Reply Last reply Reply Quote 0
                                    • arteck
                                      arteck Developer Most Active last edited by

                                      im admin 1518_1.jpg

                                      dann auf 1518_2.jpg

                                      link eintragen https://github.com/arteck/ioBroker.hs100

                                      dann weiter mit

                                      => ioBroker Admin öffnen
                                      => Auf das GitHub-Icon klicken
                                      => hs110 aus der Liste auswählen
                                      => OK
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • cvidal
                                        cvidal Forum Testing last edited by

                                        Seit Version 0.0.23 Kommt leider keine Rückmeldung wenn ich über die App schalte…

                                        Verbrauchsdaten werden auch keine mehr angezeigt.

                                        Ich hab zwei HS110 eingebunden.

                                        Gruß Christian

                                        1 Reply Last reply Reply Quote 0
                                        • X
                                          xelarep last edited by

                                          Hallo,

                                          es wäre prima diese Installations-Info (also die URL einsetzen!) nochmal im Startbeitrag klar darzustellen, dann geht das nicht unter 😉

                                          Ansonsten: bisher prima, Danke!

                                          [Nachtrag]: Die Rückmeldung ob aus der App geschalten (oder auch per Taster) geht bei mir in der 0.0.23 - ich verwende derzeit ein 2s Intervall.

                                          [Nachtrag2]: ein kleiner kosmetischer: In der Adapterübersicht, und im Einstellungsdialog fehlt bei mir ein Icon?
                                          2253_bildschirmfoto_2017-12-07_um_09.13.10.png
                                          2253_bildschirmfoto_2017-12-07_um_09.16.50.png

                                          Alexander

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

                                            @cvidal:

                                            Seit Version 0.0.23 Kommt leider keine Rückmeldung wenn ich über die App schalte…

                                            Verbrauchsdaten werden auch keine mehr angezeigt.

                                            Ich hab zwei HS110 eingebunden.

                                            Gruß Christian `

                                            stoppe den adapter und lösche die Objekte

                                            dann starte den adapter neu

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            797
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            41
                                            215
                                            43169
                                            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