Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. YAHKA und subscriptions

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.7k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    712

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

YAHKA und subscriptions

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
20 Beiträge 3 Kommentatoren 1.3k Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S Offline
    S Offline
    stoffel67
    schrieb am zuletzt editiert von
    #1

    Hallo,

    habe folgendes Problem mit dem YAHKA Adapter:

    wenn Datenpunkte in einem Script mit "on ({…" subscriptions gesteuert werden, dann stürzt der YAHKA-Adapter kontinuierlich ab.

    Fehlermeldung u.a.:
    > Error: This callback function has already been called by someone else; it can only be called one time.

    wer kann mir weiterhelfen?
    4219_yahka.log

    Mein Adapter: JUNG/GIRA eNet-Adapter

    1 Antwort Letzte Antwort
    0
    • apollon77A Offline
      apollon77A Offline
      apollon77
      schrieb am zuletzt editiert von
      #2

      Wie genau sieht das Skript aus?

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Antwort Letzte Antwort
      0
      • S Offline
        S Offline
        stoffel67
        schrieb am zuletzt editiert von
        #3

        ist das ganze script notwendig oder reicht dieser Ausschnitt?

        // On change
        on({id: 'javascript.0.Garten-Relais.R1state', change: 'ne', fromNe: js}, function(dp) {
            anhang='?relais=0&schalte='+dp.state.val
           // Wert an Webseite für Relais x senden
           log ('sende an 1')
           Get_Relais_status(anhang)
        });
        

        Mein Adapter: JUNG/GIRA eNet-Adapter

        1 Antwort Letzte Antwort
        0
        • apollon77A Offline
          apollon77A Offline
          apollon77
          schrieb am zuletzt editiert von
          #4

          Looks like an Issue. create an isue in Github with Yahka.

          I think the callback call in yahka.homekit-bridge.js:121:31 should be removed …

          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
          1 Antwort Letzte Antwort
          0
          • S Offline
            S Offline
            stoffel67
            schrieb am zuletzt editiert von
            #5

            Uihh.. wie geht das?
            > create an isue in Github with Yahka

            Mein Adapter: JUNG/GIRA eNet-Adapter

            1 Antwort Letzte Antwort
            0
            • apollon77A Offline
              apollon77A Offline
              apollon77
              schrieb am zuletzt editiert von
              #6

              https://github.com/jensweigele/ioBroker.yahka/issues -> New Issue

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              1 Antwort Letzte Antwort
              0
              • S Offline
                S Offline
                stoffel67
                schrieb am zuletzt editiert von
                #7

                Ok, hab' ich gemacht,… ich hoffe richtig :)

                wenn ich mir die Zeile im Code anschaue > yahka.homekit-bridge.js:121:31

                 hapCharacteristic.setValue(hkValue, undefined, binding);
                

                müßte da das "binding" raus?

                Mein Adapter: JUNG/GIRA eNet-Adapter

                1 Antwort Letzte Antwort
                0
                • apollon77A Offline
                  apollon77A Offline
                  apollon77
                  schrieb am zuletzt editiert von
                  #8

                  No. it's more:

                  https://github.com/jensweigele/ioBroker … ge.js#L133

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  1 Antwort Letzte Antwort
                  0
                  • S Offline
                    S Offline
                    stoffel67
                    schrieb am zuletzt editiert von
                    #9

                    Hmm… :?

                    das ist aber jetzt Zeile 133?

                    kann ich das testen? die Zeile einfach auskommentieren?

                    Ich bin halt noch relativer Neuling mit ioBroker, aber das "Ding" ist echt spitze!

                    Mein Adapter: JUNG/GIRA eNet-Adapter

                    1 Antwort Letzte Antwort
                    0
                    • apollon77A Offline
                      apollon77A Offline
                      apollon77
                      schrieb am zuletzt editiert von
                      #10

                      versuch mal … verspreche aber nix ... :-) SO oder so muss sich der Adapterentwickler nochmal ansehen

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      1 Antwort Letzte Antwort
                      0
                      • S Offline
                        S Offline
                        stoffel67
                        schrieb am zuletzt editiert von
                        #11

                        OK,

                        … und danach muß ich den Adapter(Instanz) nur neu starten oder eine Instanz neu anlegen?

                        wie wird der Code aus einem Adapter aktiv?

                        Mein Adapter: JUNG/GIRA eNet-Adapter

                        1 Antwort Letzte Antwort
                        0
                        • apollon77A Offline
                          apollon77A Offline
                          apollon77
                          schrieb am zuletzt editiert von
                          #12

                          Lokal auf der Platte ändern, Adapter restarten reicht

                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                          1 Antwort Letzte Antwort
                          0
                          • S Offline
                            S Offline
                            stoffel67
                            schrieb am zuletzt editiert von
                            #13

                            Ok, werd's testen und berichten…. ;)

                            Mein Adapter: JUNG/GIRA eNet-Adapter

                            1 Antwort Letzte Antwort
                            0
                            • S Offline
                              S Offline
                              stoffel67
                              schrieb am zuletzt editiert von
                              #14

                              so, Zeile auskommentiert und Instanz neu gestartet… bis jetzt keine Abstürze...

                              sie erst mal gut aus...

                              @appollon77, du bist super!

                              Mein Adapter: JUNG/GIRA eNet-Adapter

                              1 Antwort Letzte Antwort
                              0
                              • apollon77A Offline
                                apollon77A Offline
                                apollon77
                                schrieb am zuletzt editiert von
                                #15

                                Dann tue mir den Gefallen und mach ein issue bei yahka auf mit Refernz hierher und am besten hier posten!

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                1 Antwort Letzte Antwort
                                0
                                • paul53P Offline
                                  paul53P Offline
                                  paul53
                                  schrieb am zuletzt editiert von
                                  #16

                                  @stoffel67:

                                      anhang='?relais=0&schalte='+dp.state.val
                                     // Wert an Webseite für Relais x senden
                                     log ('sende an 1')
                                     Get_Relais_status(anhang)
                                  
                                  ```` `  
                                  

                                  Du gehst recht sparsam mit der Verwendung von Semikolons um.

                                  Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                                  Produktiv: Asus PN 42 / N100 / 8 GB / 500 GB

                                  1 Antwort Letzte Antwort
                                  0
                                  • S Offline
                                    S Offline
                                    stoffel67
                                    schrieb am zuletzt editiert von
                                    #17

                                    zu früh gefreut, sobald ich vom smartphone auf HomeKit zugreife, stürzt der Adapter wieder ab,

                                    ohne Zugriff läuft er durch, auch bei Änderungen eines Datenpunktes,

                                    Fehlermeldung im log:
                                    ` > yahka.0 2018-06-05 18:45:18.537 info cleaned everything up…

                                    yahka.0 2018-06-05 18:45:18.536 error Error: This callback function has already been called by someone else; it can only be called one time. at /opt/iobroker/node_modules/hap-nodejs/lib/util/once.js:12:13 at /opt/iobroker/node_mod

                                    yahka.0 2018-06-05 18:45:18.534 error uncaught exception: This callback function has already been called by someone else; it can only be called one time. `

                                    Mein Adapter: JUNG/GIRA eNet-Adapter

                                    1 Antwort Letzte Antwort
                                    0
                                    • apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      schrieb am zuletzt editiert von
                                      #18

                                      Bitte vollständige Fehlermeldung. Die sollte wie die andere länger sein.

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      1 Antwort Letzte Antwort
                                      0
                                      • S Offline
                                        S Offline
                                        stoffel67
                                        schrieb am zuletzt editiert von
                                        #19

                                        hier das log:

                                        host.raspberrypi	2018-06-05 20:56:59.557	info	Restart adapter system.adapter.yahka.0 because enabled
                                        host.raspberrypi	2018-06-05 20:56:59.556	error	instance system.adapter.yahka.0 terminated with code 6 (uncaught exception)
                                        host.raspberrypi	2018-06-05 20:56:59.556	error	Caught by controller[77]: Tue, 05 Jun 2018 18:56:59 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.556	error	Caught by controller[76]: Tue, 05 Jun 2018 18:56:59 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.alive",{"val":false,"ack":true,"from":"system.adapt
                                        host.raspberrypi	2018-06-05 20:56:59.556	error	Caught by controller[75]: Tue, 05 Jun 2018 18:56:59 GMT socket.io-client:socket emitting packet with ack id 13
                                        host.raspberrypi	2018-06-05 20:56:59.555	error	Caught by controller[74]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.555	error	Caught by controller[73]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.alive",{"val":false,"ack":true,"from":"system.adapt
                                        host.raspberrypi	2018-06-05 20:56:59.555	error	Caught by controller[72]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:socket emitting packet with ack id 12
                                        host.raspberrypi	2018-06-05 20:56:59.554	error	Caught by controller[71]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.554	error	Caught by controller[70]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket writing ping packet - expecting pong within 60000ms
                                        host.raspberrypi	2018-06-05 20:56:59.554	error	Caught by controller[69]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket socket receive: type "pong", data "undefined"
                                        host.raspberrypi	2018-06-05 20:56:59.553	error	Caught by controller[68]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.553	error	Caught by controller[67]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket writing ping packet - expecting pong within 60000ms
                                        host.raspberrypi	2018-06-05 20:56:59.553	error	Caught by controller[66]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket flushing 10 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.552	error	Caught by controller[65]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 cleaned everything up...","seve
                                        host.raspberrypi	2018-06-05 20:56:59.552	error	Caught by controller[64]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 Error: This callback function h
                                        host.raspberrypi	2018-06-05 20:56:59.552	error	Caught by controller[64]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 uncaught exception: This callba
                                        host.raspberrypi	2018-06-05 20:56:59.551	error	Caught by controller[64]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [On] forwarding value from ioBr
                                        host.raspberrypi	2018-06-05 20:56:59.551	error	Caught by controller[63]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 read state from ioBroker [javas
                                        host.raspberrypi	2018-06-05 20:56:59.551	error	Caught by controller[63]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [On] forwarding value from ioBr
                                        host.raspberrypi	2018-06-05 20:56:59.550	error	Caught by controller[63]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 read state from ioBroker [javas
                                        host.raspberrypi	2018-06-05 20:56:59.542	error	Caught by controller[63]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 reading state from ioBroker [ja
                                        host.raspberrypi	2018-06-05 20:56:59.542	error	Caught by controller[63]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [On] got a get event","severity
                                        host.raspberrypi	2018-06-05 20:56:59.542	error	Caught by controller[63]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 reading state from ioBroker [ja
                                        host.raspberrypi	2018-06-05 20:56:59.541	error	Caught by controller[62]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.541	error	Caught by controller[61]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [On] got a get event","severity
                                        host.raspberrypi	2018-06-05 20:56:59.541	error	Caught by controller[60]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.540	error	Caught by controller[59]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.alive",{"val":false,"ack":true,"from":"system.adapt
                                        host.raspberrypi	2018-06-05 20:56:59.540	error	Caught by controller[58]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:socket emitting packet with ack id 11
                                        host.raspberrypi	2018-06-05 20:56:59.540	error	Caught by controller[57]: at Decoder.Emitter.emit (/opt/iobroker/node_modules/component-emitter/index.js:134:20)
                                        host.raspberrypi	2018-06-05 20:56:59.539	error	Caught by controller[57]: at Decoder. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                                        host.raspberrypi	2018-06-05 20:56:59.539	error	Caught by controller[57]: at Manager.ondecoded (/opt/iobroker/node_modules/socket.io-client/lib/manager.js:332:8)
                                        host.raspberrypi	2018-06-05 20:56:59.539	error	Caught by controller[57]: at Manager.Emitter.emit (/opt/iobroker/node_modules/socket.io-client/node_modules/component-emitter/index.js:133:20)
                                        host.raspberrypi	2018-06-05 20:56:59.538	error	Caught by controller[57]: at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                                        host.raspberrypi	2018-06-05 20:56:59.538	error	Caught by controller[57]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
                                        host.raspberrypi	2018-06-05 20:56:59.538	error	Caught by controller[57]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
                                        host.raspberrypi	2018-06-05 20:56:59.537	error	Caught by controller[57]: at Socket. (/opt/iobroker/node_modules/iobroker.yahka/yahka.function-factory.js:71:13)
                                        host.raspberrypi	2018-06-05 20:56:59.537	error	Caught by controller[57]: at /opt/iobroker/node_modules/iobroker.yahka/yahka.homekit-bridge.js:153:17
                                        host.raspberrypi	2018-06-05 20:56:59.537	error	Caught by controller[57]: at /opt/iobroker/node_modules/hap-nodejs/lib/util/once.js:12:13
                                        host.raspberrypi	2018-06-05 20:56:59.536	error	Caught by controller[57]: Error: This callback function has already been called by someone else; it can only be called one time.
                                        host.raspberrypi	2018-06-05 20:56:59.536	error	Caught by controller[56]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:socket calling ack 10 with [null,{"val":"0","ack":false,"ts":1528201788001,"q":0,"from":"system.adapter.javascript.0","lc":1528
                                        host.raspberrypi	2018-06-05 20:56:59.536	error	Caught by controller[55]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket socket receive: type "message", data "310[null,{"val":"0","ack":false,"ts":1528201788001,"q":0,"from":"system.adapter.ja
                                        host.raspberrypi	2018-06-05 20:56:59.535	error	Caught by controller[54]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:socket calling ack 9 with [null,{"val":"0","ack":false,"ts":1528201788001,"q":0,"from":"system.adapter.javascript.0","lc":15282
                                        host.raspberrypi	2018-06-05 20:56:59.535	error	Caught by controller[54]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket socket receive: type "message", data "39[null,{"val":"0","ack":false,"ts":1528201788001,"q":0,"from":"system.adapter.jav
                                        host.raspberrypi	2018-06-05 20:56:59.535	error	Caught by controller[53]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.534	error	Caught by controller[52]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["getState","javascript.0.Garten-Relais.R2state"],"options":{"compress":true},"id":10,"
                                        host.raspberrypi	2018-06-05 20:56:59.534	error	Caught by controller[51]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:socket emitting packet with ack id 10
                                        host.raspberrypi	2018-06-05 20:56:59.534	error	Caught by controller[50]: Tue, 05 Jun 2018 18:56:58 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.533	error	Caught by controller[49]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:manager writing packet {"type":2,"data":["getState","javascript.0.Garten-Relais.R2state"],"options":{"compress":true},"id":9,"n
                                        host.raspberrypi	2018-06-05 20:56:59.533	error	Caught by controller[48]: Tue, 05 Jun 2018 18:56:58 GMT socket.io-client:socket emitting packet with ack id 9
                                        host.raspberrypi	2018-06-05 20:56:59.533	error	Caught by controller[47]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket flushing 6 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.532	error	Caught by controller[46]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] set was accept
                                        host.raspberrypi	2018-06-05 20:56:59.532	error	Caught by controller[46]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] set was initia
                                        host.raspberrypi	2018-06-05 20:56:59.532	error	Caught by controller[45]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] got a set even
                                        host.raspberrypi	2018-06-05 20:56:59.532	error	Caught by controller[45]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] forwarding val
                                        host.raspberrypi	2018-06-05 20:56:59.531	error	Caught by controller[45]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] got a change n
                                        host.raspberrypi	2018-06-05 20:56:59.531	error	Caught by controller[44]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 change event from ioBroker via
                                        host.raspberrypi	2018-06-05 20:56:59.531	error	Caught by controller[43]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.530	error	Caught by controller[42]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 got a stateChange for [javascri
                                        host.raspberrypi	2018-06-05 20:56:59.530	error	Caught by controller[41]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:socket calling ack 8 with [null,"javascript.0.eNet-Server.testinput"]
                                        host.raspberrypi	2018-06-05 20:56:59.529	error	Caught by controller[41]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket socket receive: type "message", data "38[null,"javascript.0.eNet-Server.testinput"]"
                                        host.raspberrypi	2018-06-05 20:56:59.529	error	Caught by controller[40]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:socket emitting event ["message","javascript.0.eNet-Server.testinput","javascript.0.eNet-Server.testinput",{"val":0,"ack":false
                                        host.raspberrypi	2018-06-05 20:56:59.529	error	Caught by controller[40]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket socket receive: type "message", data "2["message","javascript.0.eNet-Server.testinput","javascript.0.eNet-Server.testinp
                                        host.raspberrypi	2018-06-05 20:56:59.528	error	Caught by controller[39]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.528	error	Caught by controller[39]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 checking value change: 22 != 0
                                        host.raspberrypi	2018-06-05 20:56:59.528	error	Caught by controller[39]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.527	error	Caught by controller[38]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","javascript.0.eNet-Server.testinput",{"val":0,"ack":false,"from":"system.ad
                                        host.raspberrypi	2018-06-05 20:56:59.527	error	Caught by controller[38]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:socket emitting packet with ack id 8
                                        host.raspberrypi	2018-06-05 20:56:59.527	error	Caught by controller[38]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:socket calling ack 7 with [null,{"val":22,"ack":false,"ts":1528217517781,"q":0,"from":"system.adapter.yahka.0","lc":15282175177
                                        host.raspberrypi	2018-06-05 20:56:59.526	error	Caught by controller[38]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket socket receive: type "message", data "37[null,{"val":22,"ack":false,"ts":1528217517781,"q":0,"from":"system.adapter.yahk
                                        host.raspberrypi	2018-06-05 20:56:59.526	error	Caught by controller[38]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.526	error	Caught by controller[38]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 writing state to ioBroker [java
                                        host.raspberrypi	2018-06-05 20:56:59.525	error	Caught by controller[37]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.525	error	Caught by controller[37]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] got a set even
                                        host.raspberrypi	2018-06-05 20:56:59.525	error	Caught by controller[36]: Tue, 05 Jun 2018 18:56:52 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.524	error	Caught by controller[35]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:manager writing packet {"type":2,"data":["getState","javascript.0.eNet-Server.testinput"],"options":{"compress":true},"id":7,"n
                                        host.raspberrypi	2018-06-05 20:56:59.524	error	Caught by controller[34]: Tue, 05 Jun 2018 18:56:52 GMT socket.io-client:socket emitting packet with ack id 7
                                        host.raspberrypi	2018-06-05 20:56:59.524	error	Caught by controller[33]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket flushing 6 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.523	error	Caught by controller[33]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] set was initia
                                        host.raspberrypi	2018-06-05 20:56:59.523	error	Caught by controller[32]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] got a set even
                                        host.raspberrypi	2018-06-05 20:56:59.523	error	Caught by controller[31]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] forwarding val
                                        host.raspberrypi	2018-06-05 20:56:59.522	error	Caught by controller[30]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] got a change n
                                        host.raspberrypi	2018-06-05 20:56:59.522	error	Caught by controller[29]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 change event from ioBroker via
                                        host.raspberrypi	2018-06-05 20:56:59.522	error	Caught by controller[29]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 got a stateChange for [javascri
                                        host.raspberrypi	2018-06-05 20:56:59.521	error	Caught by controller[28]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.521	error	Caught by controller[27]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] set was accept
                                        host.raspberrypi	2018-06-05 20:56:59.521	error	Caught by controller[26]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:socket calling ack 6 with [null,"javascript.0.eNet-Server.testvalue"]
                                        host.raspberrypi	2018-06-05 20:56:59.520	error	Caught by controller[25]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket socket receive: type "message", data "36[null,"javascript.0.eNet-Server.testvalue"]"
                                        host.raspberrypi	2018-06-05 20:56:59.520	error	Caught by controller[24]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:socket emitting event ["message","javascript.0.eNet-Server.testvalue","javascript.0.eNet-Server.testvalue",{"val":100,"ack":fal
                                        host.raspberrypi	2018-06-05 20:56:59.520	error	Caught by controller[23]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket socket receive: type "message", data "2["message","javascript.0.eNet-Server.testvalue","javascript.0.eNet-Server.testval
                                        host.raspberrypi	2018-06-05 20:56:59.519	error	Caught by controller[22]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.519	error	Caught by controller[22]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 checking value change: 0 != 100
                                        host.raspberrypi	2018-06-05 20:56:59.518	error	Caught by controller[22]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.518	error	Caught by controller[22]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","javascript.0.eNet-Server.testvalue",{"val":100,"ack":false,"from":"system.
                                        host.raspberrypi	2018-06-05 20:56:59.518	error	Caught by controller[22]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:socket emitting packet with ack id 6
                                        host.raspberrypi	2018-06-05 20:56:59.517	error	Caught by controller[21]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:socket calling ack 5 with [null,{"val":0,"ack":false,"ts":1528224741902,"q":0,"from":"system.adapter.yahka.0","lc":152822474190
                                        host.raspberrypi	2018-06-05 20:56:59.517	error	Caught by controller[20]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket socket receive: type "message", data "35[null,{"val":0,"ack":false,"ts":1528224741902,"q":0,"from":"system.adapter.yahka
                                        host.raspberrypi	2018-06-05 20:56:59.517	error	Caught by controller[19]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.516	error	Caught by controller[18]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 writing state to ioBroker [java
                                        host.raspberrypi	2018-06-05 20:56:59.516	error	Caught by controller[17]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.516	error	Caught by controller[16]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["pushLog","system.adapter.admin.0",{"message":"yahka.0 [TargetPosition] got a set even
                                        host.raspberrypi	2018-06-05 20:56:59.515	error	Caught by controller[15]: Tue, 05 Jun 2018 18:56:48 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.515	error	Caught by controller[14]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:manager writing packet {"type":2,"data":["getState","javascript.0.eNet-Server.testvalue"],"options":{"compress":true},"id":5,"n
                                        host.raspberrypi	2018-06-05 20:56:59.515	error	Caught by controller[13]: Tue, 05 Jun 2018 18:56:48 GMT socket.io-client:socket emitting packet with ack id 5
                                        host.raspberrypi	2018-06-05 20:56:59.514	error	Caught by controller[12]: Tue, 05 Jun 2018 18:56:43 GMT engine.io-client:socket flushing 7 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.514	error	Caught by controller[11]: Tue, 05 Jun 2018 18:56:43 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.outputCount",{"val":8,"ack":true,"from":"system.ada
                                        host.raspberrypi	2018-06-05 20:56:59.514	error	Caught by controller[10]: Tue, 05 Jun 2018 18:56:43 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.inputCount",{"val":0,"ack":true,"from":"system.adap
                                        host.raspberrypi	2018-06-05 20:56:59.513	error	Caught by controller[9]: Tue, 05 Jun 2018 18:56:43 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.uptime",{"val":64,"ack":true,"from":"system.adapter.
                                        host.raspberrypi	2018-06-05 20:56:59.513	error	Caught by controller[8]: Tue, 05 Jun 2018 18:56:43 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.memHeapUsed",{"val":13.81,"ack":true,"from":"system.
                                        host.raspberrypi	2018-06-05 20:56:59.512	error	Caught by controller[7]: Tue, 05 Jun 2018 18:56:43 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.memHeapTotal",{"val":29.98,"ack":true,"from":"system
                                        host.raspberrypi	2018-06-05 20:56:59.512	error	Caught by controller[7]: Tue, 05 Jun 2018 18:56:43 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.memRss",{"val":41.89,"ack":true,"from":"system.adapt
                                        host.raspberrypi	2018-06-05 20:56:59.511	error	Caught by controller[7]: Tue, 05 Jun 2018 18:56:43 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.connected",{"val":true,"ack":true,"expire":30,"from"
                                        host.raspberrypi	2018-06-05 20:56:59.511	error	Caught by controller[6]: Tue, 05 Jun 2018 18:56:43 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.510	error	Caught by controller[5]: Tue, 05 Jun 2018 18:56:43 GMT socket.io-client:manager writing packet {"type":2,"data":["setState","system.adapter.yahka.0.alive",{"val":true,"ack":true,"expire":30,"from":"sy
                                        host.raspberrypi	2018-06-05 20:56:59.509	error	Caught by controller[4]: Tue, 05 Jun 2018 18:56:33 GMT engine.io-client:socket socket receive: type "pong", data "undefined"
                                        host.raspberrypi	2018-06-05 20:56:59.509	error	Caught by controller[3]: Tue, 05 Jun 2018 18:56:33 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.508	error	Caught by controller[3]: Tue, 05 Jun 2018 18:56:33 GMT engine.io-client:socket writing ping packet - expecting pong within 60000ms
                                        host.raspberrypi	2018-06-05 20:56:59.508	error	Caught by controller[2]: Tue, 05 Jun 2018 18:56:33 GMT engine.io-client:socket socket receive: type "pong", data "undefined"
                                        host.raspberrypi	2018-06-05 20:56:59.507	error	Caught by controller[1]: Tue, 05 Jun 2018 18:56:33 GMT engine.io-client:socket flushing 1 packets in socket
                                        host.raspberrypi	2018-06-05 20:56:59.505	error	Caught by controller[1]: Tue, 05 Jun 2018 18:56:33 GMT engine.io-client:socket writing ping packet - expecting pong within 60000ms
                                        yahka.0	2018-06-05 20:56:58.413	info	cleaned everything up...
                                        yahka.0	2018-06-05 20:56:58.404	error	Error: This callback function has already been called by someone else; it can only be called one time. at /opt/iobroker/node_modules/hap-nodejs/lib/util/once.js:12:13 at /opt/iobroker/node_mod
                                        yahka.0	2018-06-05 20:56:58.402	error	uncaught exception: This callback function has already been called by someone else; it can only be called one time.
                                        yahka.0	2018-06-05 20:56:58.395	debug	[On] forwarding value from ioBroker ("0") to homekit as ("0")
                                        yahka.0	2018-06-05 20:56:58.394	debug	read state from ioBroker [javascript.0.Garten-Relais.R2state]: {"val":"0","ack":false,"ts":1528201788001,"q":0,"from":"system.adapter.javascript.0","lc":1528201788001}
                                        yahka.0	2018-06-05 20:56:58.394	debug	[On] forwarding value from ioBroker ("0") to homekit as ("0")
                                        yahka.0	2018-06-05 20:56:58.393	debug	read state from ioBroker [javascript.0.Garten-Relais.R2state]: {"val":"0","ack":false,"ts":1528201788001,"q":0,"from":"system.adapter.javascript.0","lc":1528201788001}
                                        yahka.0	2018-06-05 20:56:58.392	debug	reading state from ioBroker [javascript.0.Garten-Relais.R2state]
                                        yahka.0	2018-06-05 20:56:58.391	debug	[On] got a get event
                                        yahka.0	2018-06-05 20:56:58.371	debug	reading state from ioBroker [javascript.0.Garten-Relais.R2state]
                                        yahka.0	2018-06-05 20:56:58.368	debug	[On] got a get event
                                        yahka.0	2018-06-05 20:56:52.800	debug	[TargetPosition] set was accepted by ioBroker (value: 0)
                                        yahka.0	2018-06-05 20:56:52.799	debug	[TargetPosition] set was initiated from ioBroker - exiting here
                                        yahka.0	2018-06-05 20:56:52.798	debug	[TargetPosition] got a set event, hkValue: 0
                                        yahka.0	2018-06-05 20:56:52.796	debug	[TargetPosition] forwarding value from ioBroker (0) to homekit as (0)
                                        yahka.0	2018-06-05 20:56:52.793	debug	[TargetPosition] got a change notify event, ioValue: 0
                                        yahka.0	2018-06-05 20:56:52.792	debug	change event from ioBroker via [javascript.0.eNet-Server.testinput]{"val":0,"ack":false,"ts":1528225012757,"q":0,"from":"system.adapter.yahka.0","lc":1528225012757}
                                        yahka.0	2018-06-05 20:56:52.787	debug	got a stateChange for [javascript.0.eNet-Server.testinput]
                                        yahka.0	2018-06-05 20:56:52.746	debug	checking value change: 22 != 0 = true
                                        yahka.0	2018-06-05 20:56:52.735	debug	writing state to ioBroker [javascript.0.eNet-Server.testinput]: 0
                                        yahka.0	2018-06-05 20:56:52.732	debug	[TargetPosition] got a set event, hkValue: 0
                                        yahka.0	2018-06-05 20:56:48.971	debug	[TargetPosition] set was initiated from ioBroker - exiting here
                                        yahka.0	2018-06-05 20:56:48.970	debug	[TargetPosition] got a set event, hkValue: 100
                                        yahka.0	2018-06-05 20:56:48.963	debug	[TargetPosition] forwarding value from ioBroker (100) to homekit as (100)
                                        yahka.0	2018-06-05 20:56:48.961	debug	[TargetPosition] got a change notify event, ioValue: 100
                                        yahka.0	2018-06-05 20:56:48.960	debug	change event from ioBroker via [javascript.0.eNet-Server.testvalue]{"val":100,"ack":false,"ts":1528225008919,"q":0,"from":"system.adapter.yahka.0","lc":1528225008919}
                                        yahka.0	2018-06-05 20:56:48.959	debug	got a stateChange for [javascript.0.eNet-Server.testvalue]
                                        yahka.0	2018-06-05 20:56:48.956	debug	[TargetPosition] set was accepted by ioBroker (value: 100)
                                        yahka.0	2018-06-05 20:56:48.886	debug	checking value change: 0 != 100 = true
                                        yahka.0	2018-06-05 20:56:48.846	debug	writing state to ioBroker [javascript.0.eNet-Server.testvalue]: 100
                                        yahka.0	2018-06-05 20:56:48.843	debug	[TargetPosition] got a set event, hkValue: 100
                                        

                                        Mein Adapter: JUNG/GIRA eNet-Adapter

                                        1 Antwort Letzte Antwort
                                        0
                                        • apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          schrieb am zuletzt editiert von
                                          #20

                                          Ok, da bin ich dann jetzt raus. Issue im Github machen

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          453

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe