Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. [Vorstellung] Meine zweite Visualisierung

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [Vorstellung] Meine zweite Visualisierung

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Blane67 @Kuddel last edited by

      @Kuddel Ja

      1 Reply Last reply Reply Quote 0
      • B
        Blane67 @Kuddel last edited by

        @Kuddel Das Skript für IOBroker funktioniert.
        uptime | awk '{print $3_$4_$5}'
        liefert 0 Tage, 04 Std, 27 Min

        Skript für CCU geht nicht.
        ssh root@192.168.1.11 uptime | awk '{print $3_$4_$5}'
        liefert 0 Tage, 00 Std, Min

        über die Konsole als root:
        root@IOBroker:~# ssh root@192.168.1.11 uptime | awk '{print $3_$4_$5}'
        9days,5:49,

        und als pi:
        pi@IOBroker:~ $ ssh root@192.168.1.11 uptime | awk '{print $3_$4_$5}'
        9days,5:50,

        Erlaube das Kommando "exec" in der Instanz ist angehakt.

        Irgendwas fehlt doch 🤔

        1 Reply Last reply Reply Quote 0
        • B
          Blane67 last edited by

          Habs gelöst.

          Der public key musste auch für den User iobroker erstellt werden. 🙄

          Konsole als root anmelden
          Dann

          su -s /bin/bash iobroker
          

          Dann den public key erstellen und mit

          ssh-copy-id -i /home/iobroker/.ssh/id_rsa.pub benutzer@entfernter rechner
          

          auf den entfernten Rechner kopieren. Passwort 1 x eingeben. Fertig.

          1 Reply Last reply Reply Quote 0
          • C
            cTech last edited by

            Hallo @Kuddel

            super VIS. Konnte mir schon einiges an Ideen dazu abschauen.
            Meine Frage bezieht sich auf die Überwachung der Adapter. Das funktioniert bei mir nicht. Hast du da dazu auch einen Tip?

            Fehler die Überwachung der Adapter funktioniert nicht, Log ist mit Fehlern gefüllt.
            Hast du eine Idee dazu? Ich weiß nicht mehr weiter. Die Adapter sind bei mir installiert.

            javascript.0	2020-04-10 01:52:52.051	info	(2942) Stop script script.js.java.abfragen.adapter_infos
            javascript.0	2020-04-10 01:52:46.192	error	(2942) at processImmediate (timers.js:658:5)
            javascript.0	2020-04-10 01:52:46.191	error	(2942) at tryOnImmediate (timers.js:676:5)
            javascript.0	2020-04-10 01:52:46.191	error	(2942) at runCallback (timers.js:705:18)
            javascript.0	2020-04-10 01:52:46.191	error	(2942) at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4851:37)
            javascript.0	2020-04-10 01:52:46.191	error	(2942) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:439:25)
            javascript.0	2020-04-10 01:52:46.191	error	(2942) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1101:38)
            javascript.0	2020-04-10 01:52:46.191	error	(2942) at Object.<anonymous> (script.js.java.abfragen.adapter_infos:13:19)
            javascript.0	2020-04-10 01:52:46.191	error	(2942) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:846:29)
            javascript.0	2020-04-10 01:52:46.190	error	(2942) at script.js.java.abfragen.adapter_infos:14:39
            javascript.0	2020-04-10 01:52:46.190	error	(2942) Error in callback: TypeError: Cannot read property 'common' of null
            javascript.0	2020-04-10 01:52:46.189	warn	(2942) Object "system.adapter.vis.0.alive" does not exist
            javascript.0	2020-04-10 01:52:46.172	warn	(2942) at processImmediate (timers.js:658:5)
            javascript.0	2020-04-10 01:52:46.172	warn	(2942) at tryOnImmediate (timers.js:676:5)
            javascript.0	2020-04-10 01:52:46.172	warn	(2942) at runCallback (timers.js:705:18)
            javascript.0	2020-04-10 01:52:46.172	warn	(2942) at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4851:37)
            javascript.0	2020-04-10 01:52:46.171	warn	(2942) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:439:25)
            javascript.0	2020-04-10 01:52:46.171	warn	(2942) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1101:38)
            javascript.0	2020-04-10 01:52:46.171	warn	(2942) at Object.<anonymous> (script.js.java.abfragen.adapter_infos:13:19)
            javascript.0	2020-04-10 01:52:46.171	warn	(2942) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:846:29)
            javascript.0	2020-04-10 01:52:46.170	warn	(2942) at script.js.java.abfragen.adapter_infos:35:18
            javascript.0	2020-04-10 01:52:46.170	warn	(2942) getState "system.adapter.tr-064.0.uptime" not found (3) states[id]=null
            javascript.0	2020-04-10 01:52:46.014	warn	(2942) at processImmediate (timers.js:658:5)
            javascript.0	2020-04-10 01:52:46.014	warn	(2942) at tryOnImmediate (timers.js:676:5)
            javascript.0	2020-04-10 01:52:46.014	warn	(2942) at runCallback (timers.js:705:18)
            javascript.0	2020-04-10 01:52:46.014	warn	(2942) at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4851:37)
            javascript.0	2020-04-10 01:52:46.014	warn	(2942) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:439:25)
            javascript.0	2020-04-10 01:52:46.013	warn	(2942) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1101:38)
            javascript.0	2020-04-10 01:52:46.013	warn	(2942) at Object.<anonymous> (script.js.java.abfragen.adapter_infos:13:19)
            javascript.0	2020-04-10 01:52:46.013	warn	(2942) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:846:29)
            javascript.0	2020-04-10 01:52:46.013	warn	(2942) at script.js.java.abfragen.adapter_infos:47:19
            javascript.0	2020-04-10 01:52:46.012	warn	(2942) getState "system.adapter.fullybrowser.0.alive" not found (3) states[id]=null
            javascript.0	2020-04-10 01:52:46.012	warn	(2942) at processImmediate (timers.js:658:5)
            javascript.0	2020-04-10 01:52:46.012	warn	(2942) at tryOnImmediate (timers.js:676:5)
            javascript.0	2020-04-10 01:52:46.012	warn	(2942) at runCallback (timers.js:705:18)
            javascript.0	2020-04-10 01:52:46.011	warn	(2942) at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4851:37)
            javascript.0	2020-04-10 01:52:46.011	warn	(2942) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:439:25)
            javascript.0	2020-04-10 01:52:46.011	warn	(2942) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1101:38)
            javascript.0	2020-04-10 01:52:46.011	warn	(2942) at Object.<anonymous> (script.js.java.abfragen.adapter_infos:13:19)
            javascript.0	2020-04-10 01:52:46.011	warn	(2942) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:846:29)
            javascript.0	2020-04-10 01:52:46.010	warn	(2942) at script.js.java.abfragen.adapter_infos:35:18
            javascript.0	2020-04-10 01:52:46.009	warn	(2942) getState "system.adapter.fullybrowser.0.uptime" not found (3) states[id]=null
            javascript.0	2020-04-10 01:52:31.272	error	(2942) at processImmediate (timers.js:658:5)
            javascript.0	2020-04-10 01:52:31.272	error	(2942) at tryOnImmediate (timers.js:676:5)
            javascript.0	2020-04-10 01:52:31.271	error	(2942) at runCallback (timers.js:705:18)
            javascript.0	2020-04-10 01:52:31.271	error	(2942) at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4851:37)
            javascript.0	2020-04-10 01:52:31.271	error	(2942) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:439:25)
            javascript.0	2020-04-10 01:52:31.271	error	(2942) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1101:38)
            javascript.0	2020-04-10 01:52:31.270	error	(2942) at Object.<anonymous> (script.js.java.abfragen.adapter_infos:13:19)
            javascript.0	2020-04-10 01:52:31.270	error	(2942) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:846:29)
            javascript.0	2020-04-10 01:52:31.270	error	(2942) at script.js.java.abfragen.adapter_infos:14:39
            javascript.0	2020-04-10 01:52:31.269	error	(2942) Error in callback: TypeError: Cannot read property 'common' of null
            javascript.0	2020-04-10 01:52:31.267	warn	(2942) Object "system.adapter.vis.0.alive" does not exist
            javascript.0	2020-04-10 01:52:31.249	warn	(2942) at processImmediate (timers.js:658:5)
            javascript.0	2020-04-10 01:52:31.249	warn	(2942) at tryOnImmediate (timers.js:676:5)
            javascript.0	2020-04-10 01:52:31.249	warn	(2942) at runCallback (timers.js:705:18)
            javascript.0	2020-04-10 01:52:31.248	warn	(2942) at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4851:37)
            javascript.0	2020-04-10 01:52:31.247	warn	(2942) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:439:25)
            javascript.0	2020-04-10 01:52:31.247	warn	(2942) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1101:38)
            javascript.0	2020-04-10 01:52:31.247	warn	(2942) at Object.<anonymous> (script.js.java.abfragen.adapter_infos:13:19)
            javascript.0	2020-04-10 01:52:31.247	warn	(2942) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:846:29)
            javascript.0	2020-04-10 01:52:31.246	warn	(2942) at script.js.java.abfragen.adapter_infos:35:18
            javascript.0	2020-04-10 01:52:31.246	warn	(2942) getState "system.adapter.tr-064.0.uptime" not found (3) states[id]=null
            javascript.0	2020-04-10 01:52:31.083	warn	(2942) at processImmediate (timers.js:658:5)
            javascript.0	2020-04-10 01:52:31.083	warn	(2942) at tryOnImmediate (timers.js:676:5)
            javascript.0	2020-04-10 01:52:31.083	warn	(2942) at runCallback (timers.js:705:18)
            javascript.0	2020-04-10 01:52:31.083	warn	(2942) at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4851:37)
            javascript.0	2020-04-10 01:52:31.083	warn	(2942) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:439:25)
            javascript.0	2020-04-10 01:52:31.082	warn	(2942) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1101:38)
            javascript.0	2020-04-10 01:52:31.082	warn	(2942) at Object.<anonymous> (script.js.java.abfragen.adapter_infos:13:19)
            javascript.0	2020-04-10 01:52:31.082	warn	(2942) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:846:29)
            javascript.0	2020-04-10 01:52:31.082	warn	(2942) at script.js.java.abfragen.adapter_infos:47:19
            javascript.0	2020-04-10 01:52:31.081	warn	(2942) getState "system.adapter.fullybrowser.0.alive" not found (3) states[id]=null
            javascript.0	2020-04-10 01:52:31.081	warn	(2942) at processImmediate (timers.js:658:5)
            javascript.0	2020-04-10 01:52:31.081	warn	(2942) at tryOnImmediate (timers.js:676:5)
            javascript.0	2020-04-10 01:52:31.081	warn	(2942) at runCallback (timers.js:705:18)
            javascript.0	2020-04-10 01:52:31.080	warn	(2942) at Immediate.setImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4851:37)
            javascript.0	2020-04-10 01:52:31.080	warn	(2942) at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:439:25)
            javascript.0	2020-04-10 01:52:31.080	warn	(2942) at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1101:38)
            javascript.0	2020-04-10 01:52:31.080	warn	(2942) at Object.<anonymous> (script.js.java.abfragen.adapter_infos:13:19)
            javascript.0	2020-04-10 01:52:31.080	warn	(2942) at Object.result.each (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:846:29)
            javascript.0	2020-04-10 01:52:31.079	warn	(2942) at script.js.java.abfragen.adapter_infos:35:18
            javascript.0	2020-04-10 01:52:31.073	warn	(2942) getState "system.adapter.fullybrowser.0.uptime" not found (3) states[id]=null
            javascript.0	2020-04-10 01:52:21.887	info	(2942) script.js.java.abfragen.adapter_infos: registered 2 subscriptions and 0 schedules
            
            Glasfaser 1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @cTech last edited by

              @cTech sagte in [Vorstellung] Meine zweite Visualisierung:

              Die Adapter sind bei mir installiert.

              Dann muss auch der Datenpunkt vorhanden sein ... laut Log fehlt er z.B.

              (2942) getState "system.adapter.fullybrowser.0.uptime" not found (3) states[id]=null
              
              1 Reply Last reply Reply Quote 0
              • harrym
                harrym last edited by harrym

                und der fullybrowser auch installiert sein ... g

                Bildschirmfoto vom 2020-04-10 02-05-30.png

                C 1 Reply Last reply Reply Quote 0
                • C
                  cTech @harrym last edited by cTech

                  @harrym
                  diese Ansicht habe ich nicht. Ich bin gerade etwas verwirrt. Der Adapter ist installiert aber ich habe bei den Datenpunkten keinen Ordner System.Adapter....
                  Unter Objecte ist sofort der Fullybrowser. Oder habe ich einen Denkfehler?

                  ##Expertenmodus hilft weiter. 😉

                  @Kuddel
                  Irgendwie will das Script das ja überwachen. Wie kann ich denn zur Not den Fullybrowser davon ausschließen? Blicke da durch das Script nicht durch 😉

                  1 Reply Last reply Reply Quote 0
                  • C
                    cTech @Glasfaser last edited by

                    @Glasfaser hierzu habe ich auch eine Frage. Wenn ich Simple-SSH zum JavaScript hinzufüge, gibt es Fehler und es kann nicht installiert werden. Was kann ich hier noch machen?

                    Glasfaser 1 Reply Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @cTech last edited by

                      @cTech sagte in [Vorstellung] Meine zweite Visualisierung:

                      Was kann ich hier noch machen?

                      Das Log davon hier posten !

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        cTech @Glasfaser last edited by

                        @Glasfaser

                        
                        javascript.0	2020-04-10 16:20:04.151	info	(32676) received all objects
                        javascript.0	2020-04-10 16:20:02.829	info	(32676) received all states
                        host.ioBroker	2020-04-10 16:20:01.872	info	instance system.adapter.dwd.0 started with pid 626
                        javascript.0	2020-04-10 16:19:58.028	info	(32676) requesting all objects
                        javascript.0	2020-04-10 16:19:58.024	info	(32676) requesting all states
                        javascript.0	2020-04-10 16:19:57.952	error	(32676) Cannot install npm packet: Simple-ssh
                        javascript.0	2020-04-10 16:19:57.951	error	(32676) Cannot install Simple-ssh: 1
                        javascript.0	2020-04-10 16:19:57.935	error	(32676) npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2020-04-10T14_19_57_533Z-debug.log
                        javascript.0	2020-04-10 16:19:57.933	error	(32676)
                        javascript.0	2020-04-10 16:19:57.530	error	(32676) 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
                        javascript.0	2020-04-10 16:19:57.528	error	(32676) npm ERR! 404 Your package name is not valid, because npm ERR! 404 1. name can no longer contain capital letters npm ERR! 404 npm ERR!
                        javascript.0	2020-04-10 16:19:57.526	error	(32676) 404 Not Found - GET https://registry.npmjs.org/Simple-ssh - Not found npm ERR! 404 npm ERR! 404 'Simple-ssh@latest' is not in the npm registry.
                        javascript.0	2020-04-10 16:19:57.524	error	(32676) npm ERR!
                        javascript.0	2020-04-10 16:19:57.516	error	(32676) ERR! code E404
                        javascript.0	2020-04-10 16:19:57.514	error	(32676) npm
                        javascript.0	2020-04-10 16:19:54.780	info	(32676) npm install Simple-ssh --production --prefix "/opt/iobroker/node_modules/iobroker.javascript" (System call)
                        javascript.0	2020-04-10 16:19:54.780	error	(32676) Cannot install Simple-ssh: 1
                        javascript.0	2020-04-10 16:19:54.770	error	(32676) npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2020-04-10T14_19_54_381Z-debug.log
                        javascript.0	2020-04-10 16:19:54.378	error	(32676) Your package name is not valid, because npm ERR! 404 1. name can no longer contain capital letters npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, fol
                        javascript.0	2020-04-10 16:19:54.375	error	(32676) Not Found - GET https://registry.npmjs.org/Simple-ssh - Not found npm ERR! 404 npm ERR! 404 'Simple-ssh@latest' is not in the npm registry. npm ERR! 404
                        javascript.0	2020-04-10 16:19:54.373	error	(32676) npm ERR! 404
                        javascript.0	2020-04-10 16:19:54.367	error	(32676) ERR! code E404
                        javascript.0	2020-04-10 16:19:54.365	error	(32676) npm
                        javascript.0	2020-04-10 16:19:49.391	info	(32676) npm install Simple-ssh --production --prefix "/opt/iobroker/node_modules/iobroker.javascript" (System call)
                        javascript.0	2020-04-10 16:19:49.390	error	(32676) Cannot install Simple-ssh: 1
                        javascript.0	2020-04-10 16:19:49.381	error	(32676) npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2020-04-10T14_19_49_369Z-debug.log
                        javascript.0	2020-04-10 16:19:49.379	error	(32676)
                        javascript.0	2020-04-10 16:19:49.367	error	(32676) 404 Your package name is not valid, because npm ERR! 404 1. name can no longer contain capital letters npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball,
                        javascript.0	2020-04-10 16:19:49.366	error	(32676) ERR! 404 Not Found - GET https://registry.npmjs.org/Simple-ssh - Not found npm ERR! 404 npm ERR! 404 'Simple-ssh@latest' is not in the npm registry. npm ERR!
                        javascript.0	2020-04-10 16:19:49.364	error	(32676) npm
                        javascript.0	2020-04-10 16:19:49.362	error	(32676) npm ERR! code E404
                        host.ioBroker	2020-04-10 16:19:38.680	info	instance system.adapter.javascript.0 started with pid 32676
                        host.ioBroker	2020-04-10 16:19:36.793	info	instance system.adapter.javascript.0 terminated with code 156 (156)
                        
                        
                        Glasfaser 1 Reply Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @cTech last edited by Glasfaser

                          @cTech

                          Laut Log erreicht er die URL nicht ( error 404 )!!!

                          Gehen sonst alle Update´s ??

                          Text Edit:
                          Error bezog sich auf URL https://registry.npmjs.org ....

                          C 1 Reply Last reply Reply Quote 0
                          • C
                            cTech @Glasfaser last edited by

                            @Glasfaser jetzt geht es. Habe neu gestartet und nochmal ein paar sachen probiert.

                            Beim Script für die Abfragen geht es auch alles soweit aber ich bekomme jetzt diese Fehler...

                            javascript.0	2020-04-11 14:41:46.605	warn	(2639) at Timer.processTimers (timers.js:223:10)
                            javascript.0	2020-04-11 14:41:46.605	warn	(2639) at listOnTimeout (timers.js:263:5)
                            javascript.0	2020-04-11 14:41:46.604	warn	(2639) at tryOnTimeout (timers.js:300:5)
                            javascript.0	2020-04-11 14:41:46.604	warn	(2639) at ontimeout (timers.js:438:13)
                            javascript.0	2020-04-11 14:41:46.603	warn	(2639) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1460:29)
                            javascript.0	2020-04-11 14:41:46.603	warn	(2639) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1404:20)
                            javascript.0	2020-04-11 14:41:46.601	warn	(2639) You are assigning a object to the state "javascript.0.Adapter.Adapter1.Connected" which expects a number. Please fix your code to use a number or change the state type to object. This warning m
                            javascript.0	2020-04-11 14:41:46.589	warn	(2639) at Timer.processTimers (timers.js:223:10)
                            javascript.0	2020-04-11 14:41:46.589	warn	(2639) at listOnTimeout (timers.js:263:5)
                            javascript.0	2020-04-11 14:41:46.589	warn	(2639) at tryOnTimeout (timers.js:300:5)
                            javascript.0	2020-04-11 14:41:46.588	warn	(2639) at ontimeout (timers.js:438:13)
                            javascript.0	2020-04-11 14:41:46.588	warn	(2639) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1460:29)
                            javascript.0	2020-04-11 14:41:46.588	warn	(2639) at Object.setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1404:20)
                            javascript.0	2020-04-11 14:41:46.579	warn	(2639) You are assigning a object to the state "javascript.0.Adapter.Adapter1.Uptime" which expects a string. Please fix your code to use a string or change the state type to object. This warning migh
                            javascript.0	2020-04-11 14:41:38.136	info	(2639) script.js.java.abfragen.adapter_infos: registered 2 subscriptions and 0 schedules
                            
                            Glasfaser 1 Reply Last reply Reply Quote 0
                            • Glasfaser
                              Glasfaser @cTech last edited by Glasfaser

                              @cTech

                              Steht doch alles drin ... was du machen sollst !!

                              javascript.0	2020-04-11 14:41:46.601	warn	(2639) You are assigning a object to the state "javascript.0.Adapter.Adapter1.Connected" which expects a number. Please fix your code to use a number or change the state type to object. This warning m
                              
                              javascript.0	2020-04-11 14:41:46.579	warn	(2639) You are assigning a object to the state "javascript.0.Adapter.Adapter1.Uptime" which expects a string. Please fix your code to use a string or change the state type to object. This warning migh
                              
                              C 1 Reply Last reply Reply Quote 0
                              • C
                                cTech @Glasfaser last edited by

                                @Glasfaser
                                Ich werde aber nicht schlau draus was ich machen soll. Ich finde im Code nichts mit Adapter1. Daher die Frage 😉 Hast du noch einen Tip? 😉

                                Glasfaser 1 Reply Last reply Reply Quote 0
                                • Glasfaser
                                  Glasfaser @cTech last edited by

                                  @cTech sagte in [Vorstellung] Meine zweite Visualisierung:

                                  Ich finde im Code nichts mit Adapter1.

                                  Nee .. nicht im Skript ... der Datenpunkt selber ist gemeint ...z.b . javascript.0.Adapter.Adapter1.Connected, den sollst du umstellen ..

                                  hier dieser Punkt ist gemeint..

                                  Beispiel :

                                  1.JPG

                                  C 1 Reply Last reply Reply Quote 0
                                  • C
                                    cTech @Glasfaser last edited by

                                    @Glasfaser
                                    Das ist es nicht gewesen. Die sind so eingestellt wie die anderen Adapter Ordner. Dann kann wohl nur Kuddel als Skriptersteller weiterhelfen. Bei mir klappt das zumindest nicht.

                                    Glasfaser 1 Reply Last reply Reply Quote 0
                                    • Glasfaser
                                      Glasfaser @cTech last edited by

                                      @cTech

                                      Die sind so eingestellt wie die anderen Adapter Ordner.

                                      Die beiden Datenpunkt sind aber nicht von Kuddel , die dort als warn erscheinen !!!

                                      Das Script selber ist im Ordner "abfragen" und das Script heißt : adapter_infos und das ist von Kuddel und das stellt fest ... das die Datenpunkte geändert werden sollen

                                      Hast du es jetzt die beiden Datenpunkten geändert/angepasst , laut dem Log !?

                                      C 1 Reply Last reply Reply Quote 0
                                      • C
                                        cTech @Glasfaser last edited by cTech

                                        @Glasfaser
                                        Ja auf object. Funktioniert nicht.

                                        Zeichenkette habe ich auch probiert.

                                        K 1 Reply Last reply Reply Quote 0
                                        • K
                                          Kuddel @cTech last edited by

                                          @cTech am besten mal alle objekte unter javascript.0.Adapter löschen, Skrippt stoppen, Javascript-Instanz stoppen und neustarten und das Skript auch wieder starten

                                          C 1 Reply Last reply Reply Quote 0
                                          • C
                                            cTech @Kuddel last edited by

                                            Hmm ich geb es auf 😉
                                            Ih versuche die Adapter anderweitig zu überwachen.

                                            Eine andere Frage...
                                            Ich bekomme die DWD Warnungen in so einer komischen Uhrzeit; 1505156151855
                                            Was kann man dagegen machen?
                                            Auch bekomme ich öfters mal folgende Fehlermeldung:
                                            no connection to objects DB
                                            no connection to states DB
                                            Kommt immer mal von unterschiedlichen Adaptern

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            template vis
                                            148
                                            1324
                                            456090
                                            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