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 3.0.x auf GitHub

    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 3.0.x auf GitHub

    This topic has been deleted. Only users with topic management privileges can see it.
    • Chaot
      Chaot @Kueppert last edited by

      @Kueppert Die Fehlermeldungen im Unifi Script habe ich auch seit V. 3.0.9 soweit ich mich erinnere

      1 Reply Last reply Reply Quote 0
      • K
        Kueppert last edited by Kueppert

        Mist,
        rebuild vom Zigbee hat auch nix geholfen 😞

        zigbee.0	2020-04-17 20:47:11.658	error	at /opt/iobroker/node_modules/iobroker.zigbee/node_modules/@serialport/stream/lib/index.js:242:12
        zigbee.0	2020-04-17 20:47:11.658	error	at SerialPort._error (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/@serialport/stream/lib/index.js:198:14)
        zigbee.0	2020-04-17 20:47:11.658	error	at SerialPort.<anonymous> (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:111:49)
        zigbee.0	2020-04-17 20:47:11.658	error	at __awaiter (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:4:12)
        zigbee.0	2020-04-17 20:47:11.658	error	at new Promise (<anonymous>)
        zigbee.0	2020-04-17 20:47:11.658	error	at /opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:8:71
        zigbee.0	2020-04-17 20:47:11.658	error	at Generator.next (<anonymous>)
        zigbee.0	2020-04-17 20:47:11.658	error	at Znp.<anonymous> (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:113:32)
        zigbee.0	2020-04-17 20:47:11.658	error	(9723) Error: Error while opening serialport 'Error: Error Resource temporarily unavailable Cannot lock port' at Znp.<anonymous> (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-her
        zigbee.0	2020-04-17 20:47:11.657	error	(9723) Failed to start Zigbee
        zigbee.0	2020-04-17 20:47:11.422	info	(9723) Starting Zigbee...
        zigbee.0	2020-04-17 20:47:11.421	info	(9723) Try to reconnect. 1 attempts left
        zigbee.0	2020-04-17 20:47:01.419	error	(9723) Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) at ZStackAdapter.<anonymous> (/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/dist/ad
        zigbee.0	2020-04-17 20:47:01.418	error	(9723) Failed to start Zigbee
        

        Vielleicht hat @arteck hier ja auch ne Idee?? 😥
        Den Fehler im Unifi-Skript hab ich erst jetzt (gesehen)

        Hm, hab den Stick gezogen und mal wieder in nen anderen Port gedrückt...läuft gerade wieder...

        apollon77 1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 @Kueppert last edited by

          @Kueppert unify: hatten wir nicht das Thema oben schonmal? Zeigt die Code stelle und wir sehen weiter. Ich tippe darauf das einfach das JavaScript ohne viel Fehlerbehandlung geschrieben wurde. Und irgendwo Ein Fall passiert der unerwartet ist. Ob es am Controller liegt bezweifle ich ziemlich. Aber muss man sehen.

          1 Reply Last reply Reply Quote 0
          • apollon77
            apollon77 @Kueppert last edited by

            @Kueppert zigbee ist ein Fehler vom Adapter. Der Controller kann nicht schuldig sein.

            1 Reply Last reply Reply Quote 0
            • R
              Ritter last edited by Ritter

              Hallo,

              hab beim DWD Adapter unter Windows 10 seit dem update diese Fehler im log:

              dwd.0 2020-04-17 21:48:34.064 info (2336) Terminated (NO_ERROR): Without reason
              dwd.0 2020-04-17 21:48:34.064 info (2336) terminating
              dwd.0 2020-04-17 21:48:33.559 error (2336) ReferenceError: lat is not defined at adapter.getForeignObjectAsync.then.sys_conf (C:\iobroker\node_modules\iobroker.dwd\main.js:260:114) at process._tickCallback (internal/process/next
              dwd.0 2020-04-17 21:48:33.558 error (2336) uncaught exception: lat is not defined
              dwd.0 2020-04-17 21:48:33.539 info (2336) starting. Version 2.4.6 in C:/iobroker/node_modules/iobroker.dwd, node: v10.16.0, js-controller: 3.0.12

              foxriver76 apollon77 2 Replies Last reply Reply Quote 0
              • foxriver76
                foxriver76 Developer @Ritter last edited by

                @Ritter liegt daran dass rejections jetzt als Fehler fliegen. Muss im Adapter gefixt werden.

                1 Reply Last reply Reply Quote 0
                • R
                  Ritter last edited by

                  OK, Danke

                  1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 @Ritter last edited by

                    @Ritter exakt. Issue Im Adapter anlegen.

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

                      Die 3.0.13 mit noch ein paar Fixes ist auf GitHub

                      3.0.13 (2020-04-18) Release Elena

                      • (Apollon77) fix in objects lib when db connection closes while loading view results
                      • (bluefox) fixes and optimizations
                      sigi234 1 Reply Last reply Reply Quote 0
                      • apollon77
                        apollon77 last edited by

                        Und neben ein paar anderen Adaptern hat Admin eine 4.0.7 bekommen die das obige ZIP-Log-Download Problem fixen sollte und auch sonst js-controller Features unterstützt.

                        E 1 Reply Last reply Reply Quote 1
                        • sigi234
                          sigi234 Forum Testing Most Active @apollon77 last edited by

                          @apollon77 sagte in Beta Test js-controller 3.0.x auf GitHub:

                          Die 3.0.13 mit noch ein paar Fixes ist auf GitHub

                          Derzeit keine Warn Meldungen mehr. 👍

                          1 Reply Last reply Reply Quote 0
                          • E
                            Einstein67 @apollon77 last edited by

                            @apollon77 said in Beta Test js-controller 3.0.x auf GitHub:

                            nd neben ein paar anderen Adaptern hat Admin eine 4.0.7 bekommen die das obige ZIP-Log-Download Problem fixen sollte

                            Zip-Logs funktionieren nun wieder wie gewünscht. Hab mein GitHub-Issue "geclosed"!!

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

                              Perfekt, Danke!

                              Ich will heute noch was an History&Co machen und danach geht es heute Abend oder morgen dann ins Latest denke ich. Danke in jedem Fall bisher an Eure Super Mitarbeit!

                              Neuschwansteini 1 Reply Last reply Reply Quote 0
                              • Neuschwansteini
                                Neuschwansteini @apollon77 last edited by

                                @apollon77 wir haben zu danken!

                                3.0.13 mit den ganzen Updates Admin, IOT, etc. läuft sehr ruhig.
                                Von iogo gabs die 0.5.8, die wollte auch mit iobroker rebuild neu gemacht werden, ebenso der iot Adapter mal wieder.

                                Das Verzeichnis und BLE hab ich komplett gelöscht, musste die restlichen Ordner halt mit der Hand löschen.
                                Das Kapitel beobachte ich mal weiter.

                                apollon77 1 Reply Last reply Reply Quote 0
                                • M
                                  msauer last edited by

                                  Hi..ich habe ein seltsames Phänomen im Pushover Adapter seit dem ich die 3.0.13 installiert habe. Ich kann Änderungen im Admin nicht mehr speichern. Die beiden Buttons sind ohne Funktion. Nur Abbrechen geht. Bei der Version 3.0.11 und natürlich mit der älteren Admin Version, ging das noch. Wenn gleich der API Key da leider trotzdem invalid war.

                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • Mic
                                    Mic Developer last edited by

                                    Gerade die Version 3.0.13 auf meinem Produktivsystem installiert (44 Adapter-Instanzen), läuft perfekt.
                                    Vielen Dank für eure Arbeit 👍

                                    1 Reply Last reply Reply Quote 0
                                    • apollon77
                                      apollon77 @Neuschwansteini last edited by

                                      @ilovegym warum wieder rebuild? Das kapier ich net. Wenn du frisch installiert hast sollte das doch das mit behandeln. Hast du mal die install logs?

                                      Neuschwansteini 1 Reply Last reply Reply Quote 0
                                      • apollon77
                                        apollon77 @msauer last edited by

                                        @msauer die buttons im Admin sind schon immer nur dann aktiv wenn man auch etwas geändert hat. Also ändere ein Feld (im Zweifel Klick, Buchstabe löschen, wieder gleichen hinschreiben. Und schwups sind die Buttons aktiv 😉 hat mit dem Controller nix zu tun.

                                        1 Reply Last reply Reply Quote 0
                                        • Neuschwansteini
                                          Neuschwansteini @apollon77 last edited by

                                          @apollon77 sagte in Beta Test js-controller 3.0.x auf GitHub:

                                          @ilovegym warum wieder rebuild? Das kapier ich net. Wenn du frisch installiert hast sollte das doch das mit behandeln. Hast du mal die install logs?

                                          Wie der Herr befiehlt 🙂

                                          ilovegym@iobroker /opt/iobroker/log $ cat iobroker.2020-04-18.log | grep iot
                                          2020-04-18 02:20:15.054  - error: iot.0 (4080) Error by device connection: "read ECONNRESET"
                                          2020-04-18 10:05:53.276  - info: host.iobroker iobroker upgrade iot
                                          2020-04-18 10:05:55.118  - info: host.iobroker iobroker Update iot from @1.4.4 to @1.4.6
                                          2020-04-18 10:05:55.149  - info: host.iobroker iobroker host.iobroker Adapter "system.adapter.iot.0" is stopped.
                                          2020-04-18 10:05:55.176  - info: host.iobroker "system.adapter.iot.0" disabled
                                          2020-04-18 10:05:55.177  - info: host.iobroker stopInstance system.adapter.iot.0 (force=false, process=true)
                                          2020-04-18 10:05:55.178  - info: host.iobroker stopInstance system.adapter.iot.0 send kill signal
                                          2020-04-18 10:05:55.412  - info: host.iobroker iobroker npm install iobroker.iot@1.4.6 --loglevel error --prefix "/opt/iobroker" (System call)
                                          2020-04-18 10:05:55.715  - info: host.iobroker instance system.adapter.iot.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2020-04-18 10:06:32.156  - info: host.iobroker iobroker Update "system.adapter.iot.0"
                                          2020-04-18 10:06:32.314  - info: host.iobroker iobroker upload [20] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/runtime-main.8b3eca34.js.map static/js/runtime-main.8b3eca34.js.map application/json
                                          2020-04-18 10:06:32.373  - info: host.iobroker iobroker upload [19] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/runtime-main.8b3eca34.js static/js/runtime-main.8b3eca34.js application/javascript
                                          2020-04-18 10:06:32.438  - info: host.iobroker iobroker upload [18] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/main.44a24180.chunk.js.map static/js/main.44a24180.chunk.js.map application/json
                                          2020-04-18 10:06:32.496  - info: host.iobroker iobroker upload [17] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/main.44a24180.chunk.js static/js/main.44a24180.chunk.js application/javascript
                                          2020-04-18 10:06:32.556  - info: host.iobroker iobroker upload [16] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.3144159a.chunk.js.map static/js/2.3144159a.chunk.js.map application/json
                                          2020-04-18 10:06:33.227  - info: host.iobroker iobroker upload [15] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.3144159a.chunk.js.LICENSE.txt static/js/2.3144159a.chunk.js.LICENSE.txt text/plain
                                          2020-04-18 10:06:33.296  - info: host.iobroker iobroker upload [14] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/js/2.3144159a.chunk.js static/js/2.3144159a.chunk.js application/javascript
                                          2020-04-18 10:06:33.457  - info: host.iobroker iobroker upload [13] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/main.d4bed9c6.chunk.css.map static/css/main.d4bed9c6.chunk.css.map application/json
                                          2020-04-18 10:06:33.514  - info: host.iobroker iobroker upload [12] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/main.d4bed9c6.chunk.css static/css/main.d4bed9c6.chunk.css text/css
                                          2020-04-18 10:06:33.595  - info: host.iobroker iobroker upload [11] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/2.0302007b.chunk.css.map static/css/2.0302007b.chunk.css.map application/json
                                          2020-04-18 10:06:33.658  - info: host.iobroker iobroker upload [10] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/static/css/2.0302007b.chunk.css static/css/2.0302007b.chunk.css text/css
                                          2020-04-18 10:06:33.716  - info: host.iobroker iobroker upload [9] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/service-worker.js service-worker.js application/javascript
                                          2020-04-18 10:06:33.770  - info: host.iobroker iobroker upload [8] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/precache-manifest.722328941d33037d9541d5581c66eb93.js precache-manifest.722328941d33037d9541d5581c66eb93.js application/javascript
                                          2020-04-18 10:06:33.827  - info: host.iobroker iobroker upload [7] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/manifest.json manifest.json application/json
                                          2020-04-18 10:06:33.882  - info: host.iobroker iobroker upload [6] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/iot.png iot.png image/png
                                          2020-04-18 10:06:33.938  - info: host.iobroker iobroker upload [5] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/index_m.html index_m.html text/html
                                          2020-04-18 10:06:33.992  - info: host.iobroker iobroker upload [4] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/favicon.ico favicon.ico image/vnd.microsoft.icon
                                          2020-04-18 10:06:34.047  - info: host.iobroker iobroker upload [3] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/blockly.js blockly.js application/javascript
                                          2020-04-18 10:06:34.101  - info: host.iobroker iobroker upload [2] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/asset-manifest.json asset-manifest.json application/json
                                          2020-04-18 10:06:34.156  - info: host.iobroker iobroker upload [1] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/alexalogo.png alexalogo.png image/png
                                          2020-04-18 10:06:34.212  - info: host.iobroker iobroker upload [0] iot.admin /opt/iobroker/node_modules/iobroker.iot/admin/actions.js actions.js application/javascript
                                          2020-04-18 10:06:34.267  - info: host.iobroker iobroker Adapter "iot" updated
                                          2020-04-18 10:06:34.270  - info: host.iobroker iobroker host.iobroker Adapter "system.adapter.iot.0" is started
                                          2020-04-18 10:06:34.302  - info: host.iobroker "system.adapter.iot.0" enabled
                                          2020-04-18 10:06:34.343  - info: host.iobroker instance system.adapter.iot.0 started with pid 5756
                                          2020-04-18 10:06:36.747  - warn: iot.0 (5756) Cannot initialize getImage: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.no
                                          
                                          apollon77 1 Reply Last reply Reply Quote 0
                                          • apollon77
                                            apollon77 @Neuschwansteini last edited by

                                            @ilovegym schau mal bitte besser zeitlich. Das Grep iot lässt bei installs wegen npm und so zuuu viel weg.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            685
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            39
                                            416
                                            54316
                                            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