Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Beta Test js-controller Kiera (v6.0)

    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

    Beta Test js-controller Kiera (v6.0)

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

      @mcm1957 Ansonsten man kann es auch testen als nicht aktiver paw Nutzer, mit aktueller Beta paw installieren, der sollte crashen. Dann controller alpha installieren schauen dass er nicht mehr crashed und auch sonst alle adapter laufen.

      M 1 Reply Last reply Reply Quote 0
      • M
        mrjeschke @foxriver76 last edited by

        @foxriver76
        Ich habe den paw-Adapter zum Test installiert.
        Startet mit js-controller alpha6.05 ohne Probleme.
        Es gibt aber ein paar states-Warnungen.

        
        2024-06-16 17:36:22.405 - warn: paw.0 (5767) State "connection_server_path_namespace.SM-T590.info.battery.level" has no existing object, this might lead to an error in future versions
        2024-06-16 17:36:22.408 - warn: paw.0 (5767) State "connection_server_path_namespace.SM-T590.info.battery.health" has no existing object, this might lead to an error in future versions
        2024-06-16 17:36:22.410 - warn: paw.0 (5767) State "connection_server_path_namespace.SM-T590.info.battery.temperature" has no existing object, this might lead to an error in future versions
        2024-06-16 17:36:22.411 - warn: paw.0 (5767) State "connection_server_path_namespace.SM-T590.info.battery.type" has no existing object, this might lead to an error in future versions
        2024-06-16 17:36:22.413 - warn: paw.0 (5767) State "connection_server_path_namespace.SM-T590.info.battery.voltage" has no existing object, this might lead to an error in future versions
        2024-06-16 17:40:52.816 - warn: paw.0 (11947) State "connection_server_path_namespace.SM-T590.info.tts.status" has no existing object, this might lead to an error in future versions
        2024-06-16 17:40:54.592 - warn: paw.0 (11947) State "connection_server_path_namespace.SM-T590.info.tts.status" has no existing object, this might lead to an error in future versions
        
        
        F 1 Reply Last reply Reply Quote 0
        • F
          Flugschüler @mrjeschke last edited by Flugschüler

          @mrjeschke Kann ich bestätigen. Funktioniert wieder jeaaaaaaaa!!!!!!
          Diese Warnungen habe ich nicht.

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Flugschüler last edited by

            @flugschüler sagte in Beta Test js-controller Kiera (v6.0):

            Diese Warnungen

            sind beim Neuanlegen der Adapterdatenpunkte "normal".

            M mcm1957 2 Replies Last reply Reply Quote 0
            • M
              mrjeschke @Homoran last edited by

              @homoran
              Auch mit

              connection_server_path_namespace
              

              am Anfang?
              Aber vermutlich habe ich in der app etwas falsch eingestellt.
              War ja nur zum Test.

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

                @homoran said in Beta Test js-controller Kiera (v6.0):

                @flugschüler sagte in Beta Test js-controller Kiera (v6.0):

                Diese Warnungen

                sind beim Neuanlegen der Adapterdatenpunkte "normal".

                Normal nur unter Anführungszeichen. 😀
                Das kann in zukünftigen js-controller Versionen zu Problemen führen ... deshalb kommt ja die Warnung. Sollte der Dev fixen. Aber hier nicht sehr realistisch ...

                Aber wichtiger
                ÐANKE @foxriver76 für die super Lösungsidee u rasche Umsetzung.

                Halten wir mal gemeinsam noch ein wenig die Daumen dass sich keine negativen Sideeffects zeigen.

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

                  @mcm1957 sagte in Beta Test js-controller Kiera (v6.0):

                  Halten wir mal gemeinsam noch ein wenig die Daumen dass sich keine negativen Sideeffects zeigen.

                  Ich fahre den 6.0.5-alpha.0-20240616-34d893b36 jedenfalls bislang ohne weiteren Auffälligkeiten auf meiner Kiste.

                  1 Reply Last reply Reply Quote 1
                  • Feuersturm
                    Feuersturm last edited by

                    Update von meinem Testsystem1 Master-Slave System) auf js-controller 6.0.5:

                    Im Admin sieht es so aus:
                    2abeb156-02c8-4dfb-a80f-16513de5f2c7-grafik.png

                    Das hier meldet der Worx Adapter nach dem Update

                    2024-06-16 21:12:52.899 - info: host.ioBrokerTestsystem instance system.adapter.worx.0 started with pid 46448
                    2024-06-16 21:12:53.736 - error: host.ioBrokerTestsystem Caught by controller[0]: node:internal/modules/cjs/loader:1143
                    2024-06-16 21:12:53.739 - error: host.ioBrokerTestsystem Caught by controller[0]: throw err;
                    2024-06-16 21:12:53.742 - error: host.ioBrokerTestsystem Caught by controller[0]: ^
                    2024-06-16 21:12:53.746 - error: host.ioBrokerTestsystem Caught by controller[0]: Error: Cannot find module '@iobroker/adapter-core'
                    2024-06-16 21:12:53.749 - error: host.ioBrokerTestsystem Caught by controller[0]: Require stack:
                    2024-06-16 21:12:53.752 - error: host.ioBrokerTestsystem Caught by controller[0]: - /opt/iobroker/node_modules/iobroker.worx/main.js
                    2024-06-16 21:12:53.755 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
                    2024-06-16 21:12:53.758 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:981:27)
                    2024-06-16 21:12:53.761 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                    2024-06-16 21:12:53.765 - error: host.ioBrokerTestsystem Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                    2024-06-16 21:12:53.768 - error: host.ioBrokerTestsystem Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.worx/main.js:7:15)
                    2024-06-16 21:12:53.771 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                    2024-06-16 21:12:53.788 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                    2024-06-16 21:12:53.792 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                    2024-06-16 21:12:53.807 - error: host.ioBrokerTestsystem Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                    2024-06-16 21:12:53.810 - error: host.ioBrokerTestsystem Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) {
                    2024-06-16 21:12:53.813 - error: host.ioBrokerTestsystem Caught by controller[0]: code: 'MODULE_NOT_FOUND',
                    2024-06-16 21:12:53.848 - error: host.ioBrokerTestsystem Caught by controller[0]: requireStack: [ '/opt/iobroker/node_modules/iobroker.worx/main.js' ]
                    2024-06-16 21:12:53.852 - error: host.ioBrokerTestsystem Caught by controller[0]: }
                    2024-06-16 21:12:53.883 - error: host.ioBrokerTestsystem Caught by controller[0]: Node.js v18.20.3
                    2024-06-16 21:12:53.914 - error: host.ioBrokerTestsystem instance system.adapter.worx.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                    2024-06-16 21:12:53.917 - info: host.ioBrokerTestsystem Adapter system.adapter.worx.0 needs rebuild and will be restarted afterwards.
                    2024-06-16 21:12:53.933 - info: host.ioBrokerTestsystem system.adapter.worx.0 will be rebuilt
                    2024-06-16 21:12:53.938 - warn: host.ioBrokerTestsystem adapter "worx" seems to be installed for a different version of Node.js. Trying to rebuild it... 1 attempt
                    2024-06-16 21:12:53.946 - info: host.ioBrokerTestsystem iobroker rebuild
                    

                    Der Adapter ist danach aber i.O. gestartet.

                    Update vom Slave über Admin. Es kommt wieder die Meldung
                    aa1153c9-aae2-498b-9020-64b30780f912-grafik.png

                    In der Browserconsole sehe ich nichts auffällgies:

                    system.adapter.ical.2 console.ts:40:19
                    system.adapter.ical.3 console.ts:40:19
                    system.adapter.ical.4 console.ts:40:19
                    system.adapter.ical.5 console.ts:40:19
                    system.adapter.icons-material-png.0 console.ts:40:19
                    system.adapter.icons-mfd-svg.0 console.ts:40:19
                    system.adapter.icons-ultimate-png.0 console.ts:40:19
                    system.adapter.influxdb.0 console.ts:40:19
                    system.adapter.javascript.0 console.ts:40:19
                    system.adapter.mqtt.0 console.ts:40:19
                    system.adapter.nina.0 console.ts:40:19
                    system.adapter.openweathermap.0 console.ts:40:19
                    system.adapter.proxmox.0 console.ts:40:19
                    system.adapter.radar-trap.0 console.ts:40:19
                    system.adapter.rainbird.0 console.ts:40:19
                    system.adapter.samsung.0 console.ts:40:19
                    system.adapter.sayit.0 console.ts:40:19
                    system.adapter.scenes.0 console.ts:40:19
                    system.adapter.scheduler.0 console.ts:40:19
                    system.adapter.simple-api.0 console.ts:40:19
                    system.adapter.socketio.0 console.ts:40:19
                    system.adapter.spotify-premium.0 console.ts:40:19
                    system.adapter.sql.0 console.ts:40:19
                    system.adapter.tankerkoenig.0 console.ts:40:19
                    system.adapter.telegram.0 console.ts:40:19
                    system.adapter.tr-064.0 console.ts:40:19
                    system.adapter.trashschedule.0 console.ts:40:19
                    system.adapter.unifi.0 console.ts:40:19
                    system.adapter.valloxmv.0 console.ts:40:19
                    system.adapter.vis.0 console.ts:40:19
                    system.adapter.vis-2.0 console.ts:40:19
                    system.adapter.vis-2-widgets-energy.0 console.ts:40:19
                    system.adapter.vis-2-widgets-gauges.0 console.ts:40:19
                    system.adapter.vis-2-widgets-jaeger-design.0 console.ts:40:19
                    system.adapter.vis-2-widgets-material.0 console.ts:40:19
                    system.adapter.vis-fancyswitch.0 console.ts:40:19
                    system.adapter.vis-google-fonts.0 console.ts:40:19
                    system.adapter.vis-history.0 console.ts:40:19
                    system.adapter.vis-inventwo.0 console.ts:40:19
                    system.adapter.vis-jqui-mfd.0 console.ts:40:19
                    system.adapter.vis-justgage.0 console.ts:40:19
                    system.adapter.vis-map.0 console.ts:40:19
                    system.adapter.vis-materialdesign.0 console.ts:40:19
                    system.adapter.vis-timeandweather.0 console.ts:40:19
                    system.adapter.web.0 console.ts:40:19
                    system.adapter.worx.0 console.ts:40:19
                    getInstances: 512 console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ 55 console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/ console.ts:40:19
                    Request update status from: http://192.168.178.77:8081/
                    

                    Update Testsystem2 (SingleHost)
                    Auch die Meldung
                    9f8b7e39-04ad-4c5f-b9f5-3c087e6a7ef1-grafik.png

                    Output Browserconsole vom ganzen Updateprozess:

                    iobroker.admin@6.17.14 1486.79b921ab.chunk.js:1:295856
                    [2024-06-16T19:30:39.690Z] Try to connect 1804.affd1d04.chunk.js:2:462544
                    Stored version: , new version: 6.17.14 1804.affd1d04.chunk.js:2:462544
                    Connected: true 1804.affd1d04.chunk.js:2:462544
                    Translate: esphome 1804.affd1d04.chunk.js:2:462544
                    Translate: time 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 8 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:06.567Z] ws connection error: CLOSE_ABNORMAL 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:06.568Z] Start reconnect 0 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:06.610Z] Try to connect 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 2 1804.affd1d04.chunk.js:2:462544
                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.105:8081/?sid=1718566266610&name=admin aufbauen. socket.io.js:140:22
                    [2024-06-16T19:31:08.910Z] Start reconnect 1 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:08.910Z] ws connection error: CLOSE_ABNORMAL 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:08.910Z] Reconnect is already running 1 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:09.914Z] Try to connect 1804.affd1d04.chunk.js:2:462544
                    Source-Map-Fehler: Error: NetworkError when attempting to fetch resource.
                    Ressourcen-Adresse: http://192.168.178.105:8081/static/js/1804.affd1d04.chunk.js
                    Source-Map-Adresse: 1804.affd1d04.chunk.js.map
                    
                    Source-Map-Fehler: Error: NetworkError when attempting to fetch resource.
                    Ressourcen-Adresse: http://192.168.178.105:8081/static/js/1486.79b921ab.chunk.js
                    Source-Map-Adresse: 1486.79b921ab.chunk.js.map
                    
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.105:8081/?sid=1718566269915&name=admin aufbauen. socket.io.js:140:22
                    [2024-06-16T19:31:11.993Z] Start reconnect 2 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:11.994Z] ws connection error: CLOSE_ABNORMAL 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:11.995Z] Reconnect is already running 2 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:14.006Z] Try to connect 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.105:8081/?sid=1718566274007&name=admin aufbauen. socket.io.js:140:22
                    [2024-06-16T19:31:16.075Z] Start reconnect 3 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:16.076Z] ws connection error: CLOSE_ABNORMAL 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:16.076Z] Reconnect is already running 3 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:19.089Z] Try to connect 1804.affd1d04.chunk.js:2:462544
                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.105:8081/?sid=1718566279090&name=admin aufbauen. socket.io.js:140:22
                    [2024-06-16T19:31:19.109Z] Start reconnect 4 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:19.110Z] ws connection error: CLOSE_ABNORMAL 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:19.111Z] Reconnect is already running 4 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:23.119Z] Try to connect 1804.affd1d04.chunk.js:2:462544
                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.105:8081/?sid=1718566283120&name=admin aufbauen. socket.io.js:140:22
                    [2024-06-16T19:31:23.151Z] Start reconnect 5 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:23.152Z] ws connection error: CLOSE_ABNORMAL 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:23.152Z] Reconnect is already running 5 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    Request update status from: http://192.168.178.105:8081/ 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:28.154Z] Try to connect 1804.affd1d04.chunk.js:2:462544
                    Firefox kann keine Verbindung zu dem Server unter ws://192.168.178.105:8081/?sid=1718566288155&name=admin aufbauen. socket.io.js:140:22
                    [2024-06-16T19:31:28.179Z] Start reconnect 5 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:28.180Z] ws connection error: CLOSE_ABNORMAL 1804.affd1d04.chunk.js:2:462544
                    [2024-06-16T19:31:28.180Z] Reconnect is already running 5 1804.affd1d04.chunk.js:2:462544
                    
                    

                    foxriver76 2 Replies Last reply Reply Quote 0
                    • D
                      Diamand2k22 last edited by

                      @oxident

                      danke für die neue Version 0.0.6 auf git, ich werde sie testen und dir Feedback geben!

                      1 Reply Last reply Reply Quote 1
                      • foxriver76
                        foxriver76 Developer @Feuersturm last edited by foxriver76

                        @feuersturm Upsi, eigentlich sollte die nicht als latest getaggt sein und daher nicht per UI verfügbar sein.. habe es gefixt, ist aber auch nicht so wild insgesamt

                        Bzgl der Fehglermeldung beim UI Upgrade habe ich was im Admin geändert aber es gibt noch keine neue Version, da BF da aktuell am umstrukturieren ist.

                        1 Reply Last reply Reply Quote 1
                        • foxriver76
                          foxriver76 Developer @Feuersturm last edited by

                          @feuersturm sagte in Beta Test js-controller Kiera (v6.0):

                          http://192.168.178.77:8081

                          Ansonsten ist http://192.168.178.77:8081 die IP vom Slave Admin? Und https ist disabled korrekt?

                          Feuersturm 1 Reply Last reply Reply Quote 0
                          • Feuersturm
                            Feuersturm @foxriver76 last edited by

                            @foxriver76 sagte in Beta Test js-controller Kiera (v6.0):

                            Ansonsten ist http://192.168.178.77:8081 die IP vom Slave Admin? Und https ist disabled korrekt?

                            http://192.168.178.77:8081 ist die IP vom Master wo Admin läuft
                            http://192.168.178.78 ist die IP vom Slave, dort läuft kein seperater Admin
                            https ist disabled, korrekt.

                            foxriver76 1 Reply Last reply Reply Quote 0
                            • foxriver76
                              foxriver76 Developer @Feuersturm last edited by foxriver76

                              @feuersturm ah okay, kannst du mal ein issue mit den Details im Admin machen. Weil er fragt da den falschen Host an wenn der Admin gar nicht auf dem Host läuft der geupgradet wird

                              Feuersturm 1 Reply Last reply Reply Quote 0
                              • Feuersturm
                                Feuersturm @foxriver76 last edited by

                                @foxriver76 die Erklärung passt aber nicht zu meinem zweiten Testsystem in dem Beitrag, wo auch der Fehler kommt, es aber nur ein singlehost ist.

                                F foxriver76 2 Replies Last reply Reply Quote 0
                                • F
                                  fuchs1978 @Feuersturm last edited by

                                  Gibt es eigentlich im neuen Controller nur die Möglichkeit als Admin ein Adapter Update durchzuführen? Früher konnte man dich einfach auf die neue Versionsnummer drücken. Das geht bei mir nicht mehr.

                                  Feuersturm mcm1957 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active last edited by

                                    @fuchs1978 sagte in Beta Test js-controller Kiera (v6.0):

                                    Das geht bei mir nicht mehr.

                                    Admin 7.x am Start? Der ist zurüückgezogen worden.

                                    1 Reply Last reply Reply Quote 0
                                    • Feuersturm
                                      Feuersturm @fuchs1978 last edited by

                                      @fuchs1978 die 6.0.4 ist die aktuelle Beta Version. Die 6.0.5 ist eine Alpha welche gestern fälschlicherweise gestern als beta getaggt war. Daher siehst du sie im Admin gerade nicht
                                      Beantwortet das deine Frage, ansonsten hab ich nicht verstanden was du wissen möchtest.

                                      da_Woody 1 Reply Last reply Reply Quote 0
                                      • da_Woody
                                        da_Woody @Feuersturm last edited by

                                        @feuersturm bei mir ist die 6.0.5 vor 10 minuten aufgetaucht. bis jetzt keine auffälligkeiten.

                                        1 Reply Last reply Reply Quote 0
                                        • foxriver76
                                          foxriver76 Developer @Feuersturm last edited by

                                          @feuersturm Jop aber hier ist es definitiv ein Problem mit der ip evtl auch noch was anderes aber von der ip kann er nix bekommen

                                          Feuersturm 1 Reply Last reply Reply Quote 0
                                          • Feuersturm
                                            Feuersturm @foxriver76 last edited by

                                            @foxriver76 ok, issue mache ich dann fertig.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            756
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            beta js-controller kiera test
                                            39
                                            331
                                            44232
                                            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