Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. js-controller 3.0/3.1 jetzt im Latest!

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    js-controller 3.0/3.1 jetzt im Latest!

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @Dr. Bakterius last edited by crunchip

      @Dr-Bakterius danke für den Hinweis, scheinbar überlesen
      Hatte sowas schon im Verdacht, da Die Meldungen bei mir um 5:30Uhr waren...jedoch wird das backup bereits um 5:00Uhr erstellt, deshalb hatte ich da keinen zusammenhang gesehen.

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

        So ich habe nun auch mal geupdated. Folgendes bekomme ich nun nicht in den Griff. Erst habe ich alle Adapter geupdated, danach auf die neuste node.js und direkt im Anschluss den Controller.

        Soweit läuft alles, nur der maxcul Adapter nicht. Folgendes taucht dazu in der Log auf.

        
        host.iobroker	2020-05-19 18:31:25.938	info	Do not restart adapter system.adapter.maxcul.0 because disabled or deleted
        host.iobroker	2020-05-19 18:31:25.937	error	instance system.adapter.maxcul.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
        host.iobroker	2020-05-19 18:31:25.936	error	Caught by controller[0]: Cannot load serialport module
        maxcul.0	2020-05-19 18:31:25.390	warn	(17710) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
        maxcul.0	2020-05-19 18:31:25.299	error	(17710) adapter disabled
        host.iobroker	2020-05-19 18:30:58.482	info	"system.adapter.maxcul.0" disabled
        host.iobroker	2020-05-19 18:30:53.198	info	Restart adapter system.adapter.maxcul.0 because enabled
        host.iobroker	2020-05-19 18:30:53.198	info	instance system.adapter.maxcul.0 terminated with code 0 (NO_ERROR)
        host.iobroker	2020-05-19 18:30:53.197	error	Caught by controller[0]: Cannot load serialport module
        maxcul.0	2020-05-19 18:30:52.648	info	(17689) Terminated (NO_ERROR): Without reason
        maxcul.0	2020-05-19 18:30:52.647	info	(17689) terminating
        maxcul.0	2020-05-19 18:30:52.630	error	at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
        maxcul.0	2020-05-19 18:30:52.630	error	at Module._compile (internal/modules/cjs/loader.js:1133:30)
        maxcul.0	2020-05-19 18:30:52.630	error	at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/index.js:14:22)
        maxcul.0	2020-05-19 18:30:52.630	error	at require (internal/modules/cjs/helpers.js:77:18)
        maxcul.0	2020-05-19 18:30:52.630	error	at Module.require (internal/modules/cjs/loader.js:1019:19)
        maxcul.0	2020-05-19 18:30:52.630	error	at Function.Module._load (internal/modules/cjs/loader.js:877:14)
        maxcul.0	2020-05-19 18:30:52.630	error	at Module.load (internal/modules/cjs/loader.js:977:32)
        maxcul.0	2020-05-19 18:30:52.630	error	at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
        maxcul.0	2020-05-19 18:30:52.630	error	at Module._compile (internal/modules/cjs/loader.js:1133:30)
        maxcul.0	2020-05-19 18:30:52.630	error	at Object.<anonymous> (/opt/iobroker/node_modules/@serialport/bindings/lib/linux.js:2:36)
        maxcul.0	2020-05-19 18:30:52.630	error	at bindings (/opt/iobroker/node_modules/bindings/bindings.js:112:48)
        maxcul.0	2020-05-19 18:30:52.630	error	at require (internal/modules/cjs/helpers.js:77:18)
        maxcul.0	2020-05-19 18:30:52.630	error	at Module.require (internal/modules/cjs/loader.js:1019:19)
        maxcul.0	2020-05-19 18:30:52.630	error	at Function.Module._load (internal/modules/cjs/loader.js:877:14)
        maxcul.0	2020-05-19 18:30:52.630	error	at Module.load (internal/modules/cjs/loader.js:977:32)
        maxcul.0	2020-05-19 18:30:52.630	error	at Object.Module._extensions..node (internal/modules/cjs/loader.js:1183:18)
        maxcul.0	2020-05-19 18:30:52.630	error	(17689) Error: Module did not self-register: '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node'.
        maxcul.0	2020-05-19 18:30:52.629	error	(17689) unhandled promise rejection: Module did not self-register: '/opt/iobroker/node_modules/@serialport/bindings/build/Release/bindings.node'.
        Unhandled	2020-05-19 18:30:52.627	error	promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
        maxcul.0	2020-05-19 18:30:52.241	info	(17689) starting. Version 1.3.0 in /opt/iobroker/node_modules/iobroker.maxcul, node: v12.16.3, js-controller: 3.1.4
        

        Habe den Adapter schon gestoppt und aus Git Hub neu installiert, aber hat nichts gebracht. Was kann ich hier noch tun. Glaube das kommt vom Serialport Modul, sehe ich das richtig ?

        Müsste ich hier mal ein iobroker rebuild maxcul.0 ausführen ?

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

          @D3ltoroxp sagte in js-controller 3.0/3.1 jetzt im Latest!:

          unhandled promise rejection: Module did not self-register:

          Hast du ein rebuild nach den Updates durchgeführt?

          iobroker rebuild maxcul
          
          D3ltoroxp 2 Replies Last reply Reply Quote 1
          • D3ltoroxp
            D3ltoroxp @Thomas Braun last edited by

            @Thomas-Braun Ich hatte maxcul.0 eingegeben, das war wohl falsch. Mittlerweile habe ich folgendes gemacht und das hat scheints wohl auch funktioniert.

            Adapter stopp, dann in Putty ::

            rm -R /opt/iobroker/node_modules/@serialport
            

            Danach dann unter Adapter im ioBroker auf Github installation, dort den Maxcul ausgewählt und installiert. Danach habe ich den Adapter gestartet und es ging direkt wieder, ohne Log Fehler und die HT's haben gleich reagiert.

            Denkmal so ähnlich wäre auch rebuild abgelaufen ?

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

              @D3ltoroxp Nee, ein Rebuild hätte nicht das Modul mit Gewalt rausgelöscht sondern gegen die laufende node-Version richtig gebaut. (Zumindest in der Theorie). Aber mit der groben Axt und puTTY kann man es auch machen. Auch wenn es nicht schön ist.

              D3ltoroxp 1 Reply Last reply Reply Quote 1
              • D3ltoroxp
                D3ltoroxp @Thomas Braun last edited by

                @Thomas-Braun Aber nach beiden Varianten sollte wieder der gleiche Zustand herrschen ?

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

                  @D3ltoroxp Nee, du hast da jetzt maxcul in einer Alpha-Version drauf.

                  D3ltoroxp 1 Reply Last reply Reply Quote 0
                  • M
                    Marty56 @Dr. Bakterius last edited by

                    @Dr-Bakterius Danke, das wars!

                    1 Reply Last reply Reply Quote 0
                    • D3ltoroxp
                      D3ltoroxp @Thomas Braun last edited by

                      @Thomas-Braun Ich habe vorher als Quelle auch schon latest, ist das nicht auch immer die neuste aus github ?

                      Thomas Braun J 2 Replies Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @D3ltoroxp last edited by

                        @D3ltoroxp Nein. 'latest' ist Beta und schon etwas vorgetestet. git ist immer als Alpha zu betrachten.

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

                          Ok, dann hatte ich das ein wenig verwechselt. Danke für die Aufklärung. Indem Fall muss ich mich dann mal an den Dev vom Adapter wenden.
                          Es tauchen wieder Fehler in der Log auf, aber irgendwie läuft der Adapter und auch die HT's reagieren.

                          maxcul.0	2020-05-19 19:19:18.380	info	(18098) terminating
                          maxcul.0	2020-05-19 19:19:18.336	info	(18098) Terminated (NO_ERROR): Without reason
                          maxcul.0	2020-05-19 19:19:18.335	info	(18098) terminating
                          maxcul.0	2020-05-19 19:19:17.529	error	at processImmediate (internal/timers.js:456:21)
                          maxcul.0	2020-05-19 19:19:17.529	error	at Immediate.Async.drainQueues [as _onImmediate] (/opt/iobroker/node_modules/bluebird/js/release/async.js:15:14)
                          maxcul.0	2020-05-19 19:19:17.529	error	at Async._drainQueues (/opt/iobroker/node_modules/bluebird/js/release/async.js:102:5)
                          maxcul.0	2020-05-19 19:19:17.529	error	at _drainQueue (/opt/iobroker/node_modules/bluebird/js/release/async.js:86:9)
                          maxcul.0	2020-05-19 19:19:17.529	error	at _drainQueueStep (/opt/iobroker/node_modules/bluebird/js/release/async.js:93:12)
                          maxcul.0	2020-05-19 19:19:17.529	error	at Promise._settlePromises (/opt/iobroker/node_modules/bluebird/js/release/promise.js:725:18)
                          maxcul.0	2020-05-19 19:19:17.529	error	at Promise._settlePromise0 (/opt/iobroker/node_modules/bluebird/js/release/promise.js:649:10)
                          maxcul.0	2020-05-19 19:19:17.529	error	at Promise._settlePromise (/opt/iobroker/node_modules/bluebird/js/release/promise.js:604:18)
                          maxcul.0	2020-05-19 19:19:17.529	error	at Promise._settlePromiseFromHandler (/opt/iobroker/node_modules/bluebird/js/release/promise.js:547:31)
                          maxcul.0	2020-05-19 19:19:17.529	error	at tryCatcher (/opt/iobroker/node_modules/bluebird/js/release/util.js:16:23)
                          maxcul.0	2020-05-19 19:19:17.529	error	at /opt/iobroker/node_modules/iobroker.maxcul/lib/communication-layer.js:331:61
                          maxcul.0	2020-05-19 19:19:17.529	error	(18098) TypeError: Cannot read property 'getRawPacket' of null
                          maxcul.0	2020-05-19 19:19:17.528	error	(18098) unhandled promise rejection: Cannot read property 'getRawPacket' of null
                          Unhandled	2020-05-19 19:19:17.514	error	promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                          

                          Oder kann das durch meine Axt Methode kommen und wäre mit rebuild nicht ?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • J
                            Jan1 @D3ltoroxp last edited by

                            @D3ltoroxp sagte in js-controller 3.0/3.1 jetzt im Latest!:

                            @Thomas-Braun Ich habe vorher als Quelle auch schon latest, ist das nicht auch immer die neuste aus github ?

                            Was glaubst Du warum das dort steht?
                            b2195b79-82ee-4e0c-b68a-d4f94a86bac1-grafik.png

                            Damit man es liest und wenn man es nicht versteht, dann lässt man das besser.
                            Wie deutlich muss dass denn noch gemacht werden, soll es noch blinken? 😂

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

                              @D3ltoroxp Ich würde ja einfach den Adapter maximal aus 'Latest' installieren, an deiner Stelle. (Eigentlich würde ich sogar 'default' empfehlen...)

                              1 Reply Last reply Reply Quote 0
                              • D3ltoroxp
                                D3ltoroxp @Jan1 last edited by D3ltoroxp

                                @Jan1 Naja das mit Github wurde mir gestern empfohlen und das habe ich befolgt. Indem Fall wars nicht richtig. Also spiele ich noch mal das Backup der VM ein mach noch mal die beiden Updates und dann "rebuild maxcul"

                                Der Adapter aus dem Latest lief die letzte Zeit und das ohne Probleme.

                                Version ist komischerweise bei latest und github 1.3.0

                                Thomas Braun J 2 Replies Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @D3ltoroxp last edited by

                                  @D3ltoroxp sagte in js-controller 3.0/3.1 jetzt im Latest!:

                                  Version ist komischerweise bei latest und github 1.3.0

                                  Dann hat sich seit dem letzten checkin in 'latest' in git halt nichts mehr getan. Das kann aber auch ganz anders aussehen.

                                  1 Reply Last reply Reply Quote 1
                                  • J
                                    Jan1 @D3ltoroxp last edited by Jan1

                                    @D3ltoroxp
                                    Wenn das ne Empfehlung vom Entwickler war, ist das OK. Denn nur der weiß, ob die Version überhaupt lauffähig ist.
                                    Die angegebene Versions Nummer kann durchaus gleich sein, nur ob es tatsächlich auch der Inhalt ist, kommt drauf an, wie der Entwickler das pflegt. Deshalb ist das nichts wenn man nicht weiß was man da gerade tut.

                                    1 Reply Last reply Reply Quote 1
                                    • apollon77
                                      apollon77 @e-i-k-e last edited by

                                      @e-i-k-e Ja der hat nen Bug, müssen wir fixen. sql Adapter Downgraden bitte. Hat mit dem controller nichts zu tun.

                                      E 1 Reply Last reply Reply Quote 1
                                      • E
                                        e-i-k-e @apollon77 last edited by

                                        @apollon77
                                        Leider nicht möglich, zumindest nicht über die Web Oberfläche.

                                        host.ioBroker-Rock	2020-05-19 22:02:23.028	info	iobroker exit 0
                                        host.ioBroker-Rock	2020-05-19 22:02:22.020	info	iobroker Adapter "sql" updated
                                        host.ioBroker-Rock	2020-05-19 22:02:21.615	info	iobroker upload [0] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom.html custom.html text/html
                                        host.ioBroker-Rock	2020-05-19 22:02:20.831	info	iobroker upload [1] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/custom_m.html custom_m.html text/html
                                        host.ioBroker-Rock	2020-05-19 22:02:20.809	info	iobroker Update "system.adapter.sql.0"
                                        host.ioBroker-Rock	2020-05-19 22:02:20.771	info	iobroker upload [2] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index.html index.html text/html
                                        host.ioBroker-Rock	2020-05-19 22:02:20.713	info	iobroker upload [3] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/index_m.html index_m.html text/html
                                        host.ioBroker-Rock	2020-05-19 22:02:20.646	info	iobroker upload [4] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/sql.png sql.png image/png
                                        host.ioBroker-Rock	2020-05-19 22:02:20.508	info	iobroker upload [5] sql.admin /opt/iobroker/node_modules/iobroker.sql/admin/words.js words.js application/javascript
                                        host.ioBroker-Rock	2020-05-19 22:02:20.409	info	iobroker npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2020-05-19T22_02_20_364Z-debug.log
                                        host.ioBroker-Rock	2020-05-19 22:02:20.407	info	iobroker
                                        host.ioBroker-Rock	2020-05-19 22:02:20.361	info	iobroker a package version that doesn't exist.
                                        host.ioBroker-Rock	2020-05-19 22:02:20.360	info	iobroker notarget
                                        host.ioBroker-Rock	2020-05-19 22:02:20.359	info	iobroker npm ERR! notarget No matching version found for iobroker.sql@1.12.6.npm ERR! notarget In most cases you or one of your dependencies are requestingnpm ERR!
                                        host.ioBroker-Rock	2020-05-19 22:02:20.356	info	iobroker ERR! code ETARGET
                                        host.ioBroker-Rock	2020-05-19 22:02:20.355	info	iobroker npm
                                        host.ioBroker-Rock	2020-05-19 22:02:02.422	info	iobroker npm install iobroker.sql@1.12.6 --loglevel error --prefix "/opt/iobroker" (System call)
                                        host.ioBroker-Rock	2020-05-19 22:02:02.420	info	iobroker NPM version: 6.14.4
                                        host.ioBroker-Rock	2020-05-19 22:02:02.020	info	iobroker Update sql from @1.13.0 to @1.12.6
                                        host.ioBroker-Rock	2020-05-19 22:01:59.554	info	iobroker upgrade sql@1.12.6
                                        host.ioBroker-Rock	2020-05-19 22:01:46.249	info	Do not restart adapter system.adapter.sql.0 because disabled or deleted
                                        host.ioBroker-Rock	2020-05-19 22:01:46.245	error	instance system.adapter.sql.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                                        
                                        host.ioBroker-Rock	2020-05-20 00:03:34.386	info	Restart adapter system.adapter.sql.0 because enabled
                                        host.ioBroker-Rock	2020-05-20 00:03:34.386	info	instance system.adapter.sql.0 terminated with code 0 (NO_ERROR)
                                        host.ioBroker-Rock	2020-05-20 00:03:34.385	error	Caught by controller[1]: at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                        host.ioBroker-Rock	2020-05-20 00:03:34.385	error	Caught by controller[1]: at _0x30230c._applyViewFunc (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:115328)
                                        host.ioBroker-Rock	2020-05-20 00:03:34.385	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1482:21
                                        host.ioBroker-Rock	2020-05-20 00:03:34.384	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:7066:26
                                        host.ioBroker-Rock	2020-05-20 00:03:34.384	error	Caught by controller[1]: at Array.map (<anonymous>)
                                        host.ioBroker-Rock	2020-05-20 00:03:34.384	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:7066:39
                                        host.ioBroker-Rock	2020-05-20 00:03:34.384	error	Caught by controller[1]: TypeError: Cannot read property 'startsWith' of undefined
                                        host.ioBroker-Rock	2020-05-20 00:03:34.383	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected
                                        sql.0	2020-05-20 00:03:32.155	info	(22223) Terminated (NO_ERROR): Without reason
                                        sql.0	2020-05-20 00:03:32.153	info	(22223) terminating
                                        sql.0	2020-05-20 00:03:31.648	error	(22223) TypeError: Cannot read property 'startsWith' of undefined at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:7066:39 at Array.map (<anonymous>) at /opt/iobroker/no
                                        sql.0	2020-05-20 00:03:31.637	error	(22223) unhandled promise rejection: Cannot read property 'startsWith' of undefined
                                        sql.0	2020-05-20 00:03:31.636	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                        sql.0	2020-05-20 00:03:31.293	info	(22223) enabled logging of discovergy.0.61234183.energy, Alias=false, 49 points now activated
                                        sql.0	2020-05-20 00:03:31.292	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Speicher_Laden, Alias=false, 48 points now activated
                                        sql.0	2020-05-20 00:03:31.292	info	(22223) enabled logging of hm-rega.0.OEQ0608543.0.DUTY_CYCLE, Alias=false, 47 points now activated
                                        sql.0	2020-05-20 00:03:31.292	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage.ENERGY_Power, Alias=false, 46 points now activated
                                        sql.0	2020-05-20 00:03:31.292	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage_Garage.ENERGY_Power, Alias=false, 45 points now activated
                                        sql.0	2020-05-20 00:03:31.291	info	(22223) enabled logging of rpi2.2.temperature.soc_temp, Alias=false, 44 points now activated
                                        sql.0	2020-05-20 00:03:31.291	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage.ENERGY_Voltage, Alias=false, 43 points now activated
                                        sql.0	2020-05-20 00:03:31.291	info	(22223) enabled logging of discovergy.0.4dd9ddc3cebe4ca5aa6c8e1693583fae.Power_Consumption, Alias=false, 42 points now activated
                                        sql.0	2020-05-20 00:03:31.291	info	(22223) enabled logging of hm-rpc.0.LEQ0422550.4.ACTUAL_TEMPERATURE, Alias=false, 41 points now activated
                                        sql.0	2020-05-20 00:03:31.290	info	(22223) enabled logging of hm-rpc.0.LEQ0594565.1.TEMPERATURE, Alias=false, 40 points now activated
                                        sql.0	2020-05-20 00:03:31.290	info	(22223) enabled logging of hm-rpc.0.LEQ0423259.4.ACTUAL_TEMPERATURE, Alias=false, 39 points now activated
                                        sql.0	2020-05-20 00:03:31.290	info	(22223) enabled logging of discovergy.0.61234183.energyOut, Alias=false, 38 points now activated
                                        sql.0	2020-05-20 00:03:31.289	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.zwischenZaehler, Alias=false, 37 points now activated
                                        sql.0	2020-05-20 00:03:31.289	info	(22223) enabled logging of sonoff.0.Schaltbaresteckdose_Kinderzimmer.ENERGY_Total, Alias=false, 36 points now activated
                                        sql.0	2020-05-20 00:03:31.289	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Leistung_Garage, Alias=false, 35 points now activated
                                        sql.0	2020-05-20 00:03:31.289	info	(22223) enabled logging of sonoff.0.Schaltbaresteckdose_Kinderzimmer.ENERGY_Power, Alias=false, 34 points now activated
                                        sql.0	2020-05-20 00:03:31.288	info	(22223) enabled logging of hm-rpc.0.UNITEMP001.1.TEMPERATURE, Alias=false, 33 points now activated
                                        sql.0	2020-05-20 00:03:31.288	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage.ENERGY_Total, Alias=false, 32 points now activated
                                        sql.0	2020-05-20 00:03:31.288	info	(22223) enabled logging of hm-rpc.0.UNITEMP001.2.TEMPERATURE, Alias=false, 31 points now activated
                                        sql.0	2020-05-20 00:03:31.286	info	(22223) enabled logging of mihome.0.devices.weather_v1_158d00023a7ec9.temperature, Alias=false, 30 points now activated
                                        sql.0	2020-05-20 00:03:31.286	info	(22223) enabled logging of discovergy.0.61234183.Power_Consumption, Alias=false, 29 points now activated
                                        sql.0	2020-05-20 00:03:31.286	info	(22223) enabled logging of rpi2.4.temperature.soc_temp, Alias=false, 28 points now activated
                                        sql.0	2020-05-20 00:03:31.285	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Gesamtleistung, Alias=false, 27 points now activated
                                        sql.0	2020-05-20 00:03:31.285	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Gesamtertrag_Tag, Alias=false, 26 points now activated
                                        sql.0	2020-05-20 00:03:31.285	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage_Garage.ENERGY_Today, Alias=false, 25 points now activated
                                        sql.0	2020-05-20 00:03:31.284	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage.ENERGY_Today, Alias=false, 24 points now activated
                                        sql.0	2020-05-20 00:03:31.284	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage.ENERGY_Yesterday, Alias=false, 23 points now activated
                                        sql.0	2020-05-20 00:03:31.283	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Gesamtertrag1, Alias=false, 22 points now activated
                                        sql.0	2020-05-20 00:03:31.283	info	(22223) enabled logging of discovergy.0.61234183.Power_Delivery, Alias=false, 21 points now activated
                                        sql.0	2020-05-20 00:03:31.283	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage_Garage.ENERGY_Yesterday, Alias=false, 20 points now activated
                                        sql.0	2020-05-20 00:03:31.283	info	(22223) enabled logging of mihome.0.devices.weather_v1_158d000277247f.temperature, Alias=false, 19 points now activated
                                        sql.0	2020-05-20 00:03:31.282	info	(22223) enabled logging of mihome.0.devices.weather_v1_158d00023a7f01.temperature, Alias=false, 18 points now activated
                                        sql.0	2020-05-20 00:03:31.282	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Leistung_Speicher, Alias=false, 17 points now activated
                                        sql.0	2020-05-20 00:03:31.282	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Gesamtverbrauch, Alias=false, 16 points now activated
                                        sql.0	2020-05-20 00:03:31.281	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage_Garage.ENERGY_Total, Alias=false, 15 points now activated
                                        sql.0	2020-05-20 00:03:31.281	info	(22223) enabled logging of sonoff.0.Leistungsmesser_PVAnlage_Garage.ENERGY_Voltage, Alias=false, 14 points now activated
                                        sql.0	2020-05-20 00:03:31.281	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Speicher_Speisen_direkt_von_PV, Alias=false, 13 points now activated
                                        sql.0	2020-05-20 00:03:31.281	info	(22223) enabled logging of hm-rpc.0.JPSENACT01.1.STATE, Alias=false, 12 points now activated
                                        sql.0	2020-05-20 00:03:31.280	info	(22223) enabled logging of sonoff.0.Schaltbaresteckdose_Kinderzimmer.POWER1, Alias=false, 11 points now activated
                                        sql.0	2020-05-20 00:03:31.280	info	(22223) enabled logging of hm-rpc.0.LEQ0420912.4.ACTUAL_TEMPERATURE, Alias=false, 10 points now activated
                                        sql.0	2020-05-20 00:03:31.279	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Gesamtertrag_PV-Anlagen, Alias=false, 9 points now activated
                                        sql.0	2020-05-20 00:03:31.279	info	(22223) enabled logging of javascript.0.variablen.Photovoltaik.Speicher_Speisen_vom_Akku, Alias=false, 8 points now activated
                                        sql.0	2020-05-20 00:03:31.279	info	(22223) enabled logging of hm-rpc.0.LEQ0596527.1.TEMPERATURE, Alias=false, 7 points now activated
                                        sql.0	2020-05-20 00:03:31.278	info	(22223) enabled logging of sonoff.0.Schaltbaresteckdose_Kinderzimmer.ENERGY_Today, Alias=false, 6 points now activated
                                        sql.0	2020-05-20 00:03:31.278	info	(22223) enabled logging of mihome.0.devices.weather_v1_158d0002478275.temperature, Alias=false, 5 points now activated
                                        sql.0	2020-05-20 00:03:31.277	info	(22223) enabled logging of rpi2.1.temperature.soc_temp, Alias=false, 4 points now activated
                                        sql.0	2020-05-20 00:03:31.277	info	(22223) enabled logging of hm-rpc.0.LEQ0594586.1.TEMPERATURE, Alias=false, 3 points now activated
                                        sql.0	2020-05-20 00:03:31.276	info	(22223) enabled logging of discovergy.0.4dd9ddc3cebe4ca5aa6c8e1693583fae.Power_Delivery, Alias=false, 2 points now activated
                                        sql.0	2020-05-20 00:03:31.275	info	(22223) enabled logging of mihome.0.devices.weather_v1_158d0002325c93.temperature, Alias=false, 1 points now activated
                                        sql.0	2020-05-20 00:03:30.593	info	(22223) Connected to sqlite
                                        sql.0	2020-05-20 00:03:30.518	info	(22223) starting. Version 1.13.0 in /opt/iobroker/node_modules/iobroker.sql, node: v12.16.3, js-controller: 3.1.4
                                        host.ioBroker-Rock	2020-05-19 22:03:29.370	info	instance system.adapter.sql.0 started with pid 22223
                                        
                                        apollon77 1 Reply Last reply Reply Quote 0
                                        • apollon77
                                          apollon77 @e-i-k-e last edited by

                                          @e-i-k-e Die 1.12.6 gab es nie auf nom ... 1.12. 5 is your friend

                                          1 Reply Last reply Reply Quote 1
                                          • F
                                            freak1051 last edited by

                                            Hallo Zusammen,

                                            habe versucht das Upgrade zu machen. Habe zu erst den Node auf 12.16.3 erfolgreich upgedatet. Leider kommt mit die unten angezeigte Meldung immer wieder.

                                            Habe auch die "fixes" veruscht, und leider klappt das nicht. An was kann dies Liegen?

                                            5293e3ad-6ebd-47f8-942b-f81ee030da68-image.png

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

                                            Support us

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

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            js-controller
                                            127
                                            1340
                                            357010
                                            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