Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. HS100 Adapter Fehlermeldungen

    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

    UNSOLVED HS100 Adapter Fehlermeldungen

    This topic has been deleted. Only users with topic management privileges can see it.
    • arteck
      arteck Developer Most Active last edited by arteck

      da kann ich nix machen.. da scheint eine Dose nicht zu antworten und läuft auf timeout..
      und die Abhängigkeit wirft ein Error

      im Adapter ist alles abgefangen an Errors was geht..

      Probiert mal

      die Datei /opt/iobroker/node_modules/tplink-smarthome-api/lib/network/tcp-socket.js zu Editieren und auszukommentieren

      hier
      ab389c55-2eaf-45d1-a81b-4539798996ca-grafik.png

      und hier
      8aaea86c-e6af-4f99-a87f-2605ac4da77e-grafik.png

      adapter neu starten nicht vergessen

      1 Reply Last reply Reply Quote 0
      • P
        PatrickFro last edited by

        @arteck

        Das ist das Ergebnis:

        hs100.0	2020-06-02 14:50:51.761	info	(10957) starting. Version 1.1.5 in /opt/iobroker/node_modules/iobroker.hs100, node: v12.16.3, js-controller: 3.1.4
        host.Linux	2020-06-02 14:50:51.014	info	instance system.adapter.hs100.0 started with pid 10957
        host.Linux	2020-06-02 14:50:21.000	info	Restart adapter system.adapter.hs100.0 because enabled
        host.Linux	2020-06-02 14:50:21.000	info	instance system.adapter.hs100.0 terminated with code 0 (NO_ERROR)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[1]: at TCP.<anonymous> (net.js:672:12)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[1]: at Socket.emit (events.js:310:20)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[1]: at Object.onceWrapper (events.js:417:26)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[1]: at Socket.<anonymous> (/opt/iobroker/node_modules/tplink-smarthome-api/lib/network/tcp-socket.js:119:151)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[1]: at replaceControlCharacters (/opt/iobroker/node_modules/tplink-smarthome-api/lib/utils.js:112:16)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[1]: TCP 192.168.178.70:9999 TypeError: Cannot read property 'replace' of undefined
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[0]: at TCP.<anonymous> (net.js:672:12)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[0]: at Socket.emit (events.js:310:20)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[0]: at Object.onceWrapper (events.js:417:26)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[0]: at Socket.<anonymous> (/opt/iobroker/node_modules/tplink-smarthome-api/lib/network/tcp-socket.js:119:151)
        host.Linux	2020-06-02 14:50:20.999	error	Caught by controller[0]: at replaceControlCharacters (/opt/iobroker/node_modules/tplink-smarthome-api/lib/utils.js:112:16)
        host.Linux	2020-06-02 14:50:20.997	error	Caught by controller[0]: TCP 192.168.178.70:9999 TypeError: Cannot read property 'replace' of undefined
        
        arteck 1 Reply Last reply Reply Quote 0
        • S
          stenmic last edited by stenmic

          Die (Watt) Diagramme von 3 Steckdosen zeigen schön meine Probleme.
          Alle 3 sind 2m von meiner Fritzbox entfernt und sollten keine Probleme mit der Verbindung haben.
          Am Sonntag habe ich das Update auf JS 3.1.4 gemacht und zwei mal neu gebootet.
          Soweit alles ok. Am Sonntag dann das Update der Script Engine auf 4.6.17
          Seitdem spinnen sporadisch alle 15 Steckdosen.
          Durch das jetzige häufige abfallen auf 0 Watt spinnen viele meiner Skripte und lösen falschen Alarm aus. Den HS-Adapter habe ich am Montag von 1.1.5 auf 1.1.6 aktualisiert. Brachte aber auch keine Besserung.

          574890BF-B94B-4846-99FE-BBDFE087B110.png

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

            @PatrickFro sagte in HS100 Adapter Fehlermeldungen:

            1.1.5

            falsche version

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

              ich schau mal die Tage, dass ich die Verarbeitung mal ändere (komplett neu schreibe) ..auf asynchron.. vielleicht wirds dann besser

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

                so bin dran

                fc5d87e9-c492-4f4b-af73-f4d9a57420ac-grafik.png

                test läuft

                S 1 Reply Last reply Reply Quote 2
                • S
                  stenmic @arteck last edited by stenmic

                  @arteck
                  Super 👍🏻

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

                    ok mal zum Testen

                    der alte Adapter muss nicht gelöscht werden...diesen einfach drüber isntallieren

                    https://github.com/arteck/ioBroker.hs100/tarball/vers2
                    

                    das einzige was ihr anpassen müsst ist
                    7120c568-c084-4610-9d5c-b1d62ad63eb0-grafik.png

                    ich habs auf sekunden umgestellt... also die Zeit in Sekunden angeben

                    bei timeout sollte es jetzt so aussehen
                    d51f0f52-be4d-48b1-b4e6-86f74b3ac9e9-grafik.png

                    sigi234 O 2 Replies Last reply Reply Quote 0
                    • sigi234
                      sigi234 Forum Testing Most Active @arteck last edited by

                      @arteck sagte in HS100 Adapter Fehlermeldungen:

                      ok mal zum Testen

                      Läuft. 👍

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

                        Bei mir klappt die Version von GitHub leider nicht. Der Adapter startet nicht mehr...

                        2020-06-07 12:10:08.895 - error: hs100.0 (4288) [create_state] : TCP Timeout, stack: Error: TCP Timeout
                        at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                        at listOnTimeout (internal/timers.js:549:17)
                        at processTimers (internal/timers.js:492:7)
                        2020-06-07 12:10:12.645 - info: host.IO-Broker-Server stopInstance system.adapter.hs100.0 (force=false, process=true)
                        2020-06-07 12:10:12.645 - info: host.IO-Broker-Server stopInstance system.adapter.hs100.0 send kill signal
                        2020-06-07 12:10:12.641 - info: hs100.0 (4288) Got terminate signal TERMINATE_YOURSELF
                        2020-06-07 12:10:12.642 - info: hs100.0 (4288) cleaned everything up...
                        2020-06-07 12:10:12.643 - info: hs100.0 (4288) terminating
                        2020-06-07 12:10:12.643 - info: hs100.0 (4288) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                        2020-06-07 12:10:13.184 - info: host.IO-Broker-Server instance system.adapter.hs100.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                        2020-06-07 12:10:15.665 - info: host.IO-Broker-Server instance system.adapter.hs100.0 started with pid 8208
                        2020-06-07 12:10:16.236 - info: hs100.0 (8208) starting. Version 2.0.0 in I:/iobroker/node_modules/iobroker.hs100, node: v12.16.1, js-controller: 3.1.5
                        2020-06-07 12:10:26.254 - error: hs100.0 (8208) [create_state] : TCP Timeout, stack: Error: TCP Timeout
                        at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                        at listOnTimeout (internal/timers.js:549:17)
                        at processTimers (internal/timers.js:492:7)
                        2020-06-07 12:10:36.265 - warn: hs100.0 (8208) getDevice Socket connection Timeout : 192.168.1.240
                        
                        
                        
                        arteck 1 Reply Last reply Reply Quote 0
                        • arteck
                          arteck Developer Most Active @surfer09 last edited by arteck

                          @surfer09 sind alle Dosen erreichbar und am Strom ???
                          wenn nicht soltest du diese auf disable setzten ..

                          zeigmal deine konfuguration Seite
                          0428fbe2-c223-429e-99dc-c802924c0283-grafik.png

                          surfer09 1 Reply Last reply Reply Quote 0
                          • surfer09
                            surfer09 @arteck last edited by surfer09

                            @arteck: Ja, sind definitiv alle erreichbar. Bei mir tauchen auch immer wieder in unregelmäßigen Abständen diese Meldungen im LOG auf:

                            
                            2020-06-07 21:26:29.030 - info: hs100.0 (3664) terminating
                            2020-06-07 21:26:29.031 - info: hs100.0 (3664) Terminated (NO_ERROR): Without reason
                            2020-06-07 21:26:29.562 - error: host.IO-Broker-Server Caught by controller[1]: TCP 192.168.1.240:9999 Error: TCP Timeout
                            2020-06-07 21:26:29.564 - error: host.IO-Broker-Server Caught by controller[1]: at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[1]: at listOnTimeout (internal/timers.js:549:17)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[1]: at processTimers (internal/timers.js:492:7)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[2]: TCP 192.168.1.240:9999 Error: TCP Timeout
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[2]: at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[2]: at listOnTimeout (internal/timers.js:549:17)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[2]: at processTimers (internal/timers.js:492:7)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[3]: TCP 192.168.1.240:9999 Error: TCP Timeout
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[3]: at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[3]: at listOnTimeout (internal/timers.js:549:17)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[3]: at processTimers (internal/timers.js:492:7)
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[4]: TCP 192.168.1.240:9999 Error: TCP Timeout
                            2020-06-07 21:26:29.565 - error: host.IO-Broker-Server Caught by controller[4]: at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[4]: at listOnTimeout (internal/timers.js:549:17)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[4]: at processTimers (internal/timers.js:492:7)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[5]: TCP 192.168.1.182:9999 Error: TCP Timeout
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[5]: at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[5]: at listOnTimeout (internal/timers.js:549:17)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[5]: at processTimers (internal/timers.js:492:7)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[6]: TCP 192.168.1.240:9999 Error: TCP Timeout
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[6]: at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[6]: at listOnTimeout (internal/timers.js:549:17)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[6]: at processTimers (internal/timers.js:492:7)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[7]: TCP 192.168.1.182:9999 Error: TCP Timeout
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[7]: at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[7]: at listOnTimeout (internal/timers.js:549:17)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[7]: at processTimers (internal/timers.js:492:7)
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[8]: TCP 192.168.1.240:9999 Error: TCP Timeout
                            2020-06-07 21:26:29.566 - error: host.IO-Broker-Server Caught by controller[8]: at Timeout._onTimeout (I:\iobroker\node_modules\tplink-smarthome-api\lib\network\tcp-socket.js:62:22)
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[8]: at listOnTimeout (internal/timers.js:549:17)
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[8]: at processTimers (internal/timers.js:492:7)
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[9]: TCP 192.168.1.182:9999 Error: read ECONNRESET
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[9]: at TCP.onStreamRead (internal/stream_base_commons.js:205:27) {
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[9]: errno: 'ECONNRESET',
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[9]: code: 'ECONNRESET',
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[9]: syscall: 'read'
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[9]: }
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[10]: TCP 192.168.1.182:9999 Error: read ECONNRESET
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[10]: at TCP.onStreamRead (internal/stream_base_commons.js:205:27) {
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[10]: errno: 'ECONNRESET',
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[10]: code: 'ECONNRESET',
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[10]: syscall: 'read'
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[10]: }
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[11]: TCP 192.168.1.182:9999 Error: read ECONNRESET
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[11]: at TCP.onStreamRead (internal/stream_base_commons.js:205:27) {
                            2020-06-07 21:26:29.567 - error: host.IO-Broker-Server Caught by controller[11]: errno: 'ECONNRESET',
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[11]: code: 'ECONNRESET',
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[11]: syscall: 'read'
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[11]: }
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[12]: TCP 192.168.1.182:9999 Error: read ECONNRESET
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[12]: at TCP.onStreamRead (internal/stream_base_commons.js:205:27) {
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[12]: errno: 'ECONNRESET',
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[12]: code: 'ECONNRESET',
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[12]: syscall: 'read'
                            2020-06-07 21:26:29.568 - error: host.IO-Broker-Server Caught by controller[12]: }
                            2020-06-07 21:26:29.568 - info: host.IO-Broker-Server instance system.adapter.hs100.0 terminated with code 0 (NO_ERROR
                            
                            

                            Den Screenshot habe ich mit angehangen.
                            Und wie schon beschrieben, deinen Adapter von GitHub bekomme ich bei mir nicht auf „grün“. Ich bin aktuell auf Version 1.1.5 zurück gegangen.

                            ACE283A0-C974-4CD8-B5BF-4EB7824AC386.jpeg

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

                              @surfer09 ok puss uff

                              installiere nochmal die 2.0.. mach bitte die .240 und die .182 im Adapter aus..
                              läuft der dann ?

                              wenn nicht mach den bitte mal auf Debug und poste das LOG

                              surfer09 1 Reply Last reply Reply Quote 0
                              • surfer09
                                surfer09 @arteck last edited by surfer09

                                @arteck Gerade den Adapter in Version 2.0 installiert und die beiden Geräte deaktiviert - siehe da - der Status wird grün. Was ist denn mit den beiden Steckdosen?

                                surfer09 1 Reply Last reply Reply Quote 0
                                • surfer09
                                  surfer09 @surfer09 last edited by surfer09

                                  @arteck : Ich glaub' ich weiß, woran es liegen könnte! Er hat mit der einen Steckdose ein Problem, wo die Firmware noch nicht auf Version 1.5.6 ist. Diese Steckdose ist noch auf der 1.5.4. Sobald ich diese im Adapter aktiviere, bleibt der Status auf gelb und der Adapter startet nicht.

                                  Firmware_Steckdosen.jpg

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

                                    @surfer09

                                    versuchmal folgendes

                                    adapter stoppen
                                    lösche nur den einen Datenpunkt (zb _240)
                                    der wird dann neu erstellt bei adapter start
                                    aktiviere die _240 dose und starte den adapter

                                    surfer09 1 Reply Last reply Reply Quote 0
                                    • surfer09
                                      surfer09 @arteck last edited by surfer09

                                      @arteck Geht nicht. Ich habe den kompletten Datenpunkt gelöscht, sobald ich das Gerät wieder aktiviere, startet der Adapter nicht mehr.

                                      2020-06-08 17_53_35-Window.jpg

                                      2020-06-08 17_53_58-Window.jpg

                                      2020-06-08 17_54_20-Window.jpg

                                      Er erzeugt aber auch den Datenpunkt nicht mehr.

                                      arteck 1 Reply Last reply Reply Quote 0
                                      • S
                                        stenmic last edited by

                                        ich konnte heute problemlos auf 2.0 aktualisieren. Melde mich wieder wenn ich Ergebnisse habe.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          stenmic last edited by

                                          bisher sieht alles gut aus, kein einziger Fehler im LOG.

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            skokarl last edited by

                                            hab gerade auch mal aktualisiert, Update lief schonmal fehlerfrei.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            813
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            fehler im log hs100 adapter
                                            23
                                            190
                                            18145
                                            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