Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

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

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. js-controller 3.0/3.1 jetzt im Latest!

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

js-controller 3.0/3.1 jetzt im Latest!

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
js-controller
1.3k Beiträge 127 Kommentatoren 494.4k Aufrufe 89 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • kmxakK kmxak

    @apollon77

    Habe aktuell probleme mit dem RFLink:

    
    root@raspberrypi:/opt/iobroker# iobroker rebuild RFLink  --install
    internal/validators.js:117
        throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
        ^
    
    TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received null
        at validateString (internal/validators.js:117:11)
        at Object.join (path.js:1039:7)
        at installNpm (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2231:31)
        at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:491:13)
        at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2583:5)
        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
        at Module._compile (internal/modules/cjs/loader.js:1156:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)
        at Module.load (internal/modules/cjs/loader.js:1000:32)
        at Function.Module._load (internal/modules/cjs/loader.js:899:14) {
      code: 'ERR_INVALID_ARG_TYPE'
    }
    
    
    rflink.0	2020-04-21 11:20:33.676	error	(25746) Cannot write "rflink.0.channels.Kaku_1.SWITCH_4": Serial not opened
    

    https://github.com/ioBroker/ioBroker.rflink/issues/28
    Der scheint hier Pakete nicht zu finden.

    apollon77A Online
    apollon77A Online
    apollon77
    schrieb am zuletzt editiert von
    #65

    @kmxak Seit wann hat der adaptername grossbuchstaben??

    "iobroker rebuild rflink --install"

    should be your friend

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

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

      @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

      iobroker rebuild ham --install

      Da da ein paar hundert Logeinträge rumfliegen poste ich erstmal nur das:

      2020-04-21 01:33:00.209 - info: host.tims-pi1 instance system.adapter.ham.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
      2020-04-21 01:33:00.209 - info: host.tims-pi1 Adapter system.adapter.ham.0 needs rebuild and will be restarted afterwards.
      2020-04-21 01:33:00.210 - info: host.tims-pi1 system.adapter.ham.0 will be rebuilt
      2020-04-21 01:33:00.210 - warn: host.tims-pi1 adapter "ham" seems to be installed for a different version of Node.js. Trying to rebuild it... 2 attempt
      2020-04-21 01:33:00.211 - info: host.tims-pi1 iobroker rebuild ham --install
      2020-04-21 01:33:00.745 - info: host.tims-pi1 iobroker npm-rebuild: npm install --loglevel error --production (System call) in "/opt/iobroker/node_modules/iobroker.ham"
      2020-04-21 01:33:01.480 - info: host.tims-pi1 instance system.adapter.iot.0 started with pid 22888
      2020-04-21 01:33:03.485 - info: iot.0 (22888) starting. Version 1.4.6 in /opt/iobroker/node_modules/iobroker.iot, node: v12.16.2, js-controller: 3.0.14
      2020-04-21 01:33:04.510 - warn: iot.0 (22888) Cannot initialize getImage: Error: The module '/opt/iobroker/node_modules/canvas/build/Release/canvas.node'
      was compiled against a different Node.js version using
      NODE_MODULE_VERSION 64. This version of Node.js requires
      NODE_MODULE_VERSION 72. Please try re-compiling or re-installing
      the module (for instance, using `npm rebuild` or `npm install`).
      2
      

      iobroker rebuild ham --install
      Terminal:

      iobroker rebuild ham --install
      npm install --loglevel error --production (System call) in "/opt/iobroker/node_modules/iobroker.ham"
      
      Rebuild ham done
      

      Instanzen aktiviert:

      host.tims-pi1	2020-04-21 11:55:44.200	info	Rebuild for adapter system.adapter.ham.0 not successful in 3 tries. Adapter will not be restarted again. Please execute "npm install --production" in adapter directory manually.
      host.tims-pi1	2020-04-21 11:55:44.199	info	instance system.adapter.ham.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
      
      ...
      
      ham.0	2020-04-21 11:55:42.014	info	(13030) No additional Libraries to install ...
      ham.0	2020-04-21 11:55:41.983	info	(13030) starting. Version 1.1.2 in /opt/iobroker/node_modules/iobroker.ham, node: v12.16.2, js-controller: 3.0.14
      host.tims-pi1	2020-04-21 11:55:40.990	info	instance system.adapter.ham.0 started with pid 13030
      host.tims-pi1	2020-04-21 11:55:40.970	info	"system.adapter.ham.0" enabled
      host.tims-pi1	2020-04-21 11:51:59.261	info	"system.adapter.ham.0" disabled
      

      Ich bekomme den Adapter nicht auf grün, ist aber für mich jetzt nicht wirklich relevant, nutze ihn nicht mehr.

      apollon77A Online
      apollon77A Online
      apollon77
      schrieb am zuletzt editiert von
      #66

      @ticaki ok, das "kastrierte log" hilft mir nicht wirklich :-) Schick mal voll an meine Email bitte mit Verweis hierzu!
      iobroker@fischer-ka.de

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

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

        Fehler beim Smartgarden-Adapter (Startet nicht)

        host.SmartHome 2020-04-21 08:28:17.917 error startInstance system.adapter.smartgarden.0: required adapter "@jpgorganizer/utils" not found!

        Verzeichnis vorhanden. Rechte passen.
        rebuild löst das Problem auch nicht.
        Adapter neu installieren funktioniert auch nicht.

        JS-Controller 3.0.14
        node.js 12.16.2

        mit node.js 10.x funktioniert es lt. einem anderen User.
        siehe: https://forum.iobroker.net/topic/31289/neuer-adapter-smartgarden-adapter-for-gardena-smart-system/222

        apollon77A Online
        apollon77A Online
        apollon77
        schrieb am zuletzt editiert von
        #67

        @muckel Ja ist simple. die "dependencies" im io.-package sind bullshit. Da wurde früher einiges nicht sauber geprüft - jetzt wirds :-( Adapter Dev muss fixen

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

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

          @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

          Der js-controller hat jetzt standardmässig Sentry als Fehler-Reporting eingebaut und aktiviert. Wenn also der js-controller mit einer Fehlermeldung abstürzt (und nur dann!) werden die Fehlerdetails anonymisiert an einen von uns selbst in Deutschland betriebenen Sentry-Server gemeldet. IPs o.ä. personalisierte Daten werden nicht gespeichert. Dieses Fehler-Reporting hilft uns bei Crashes schneller und genauer zu sehen was los ist und solche Fehler noch schneller beheben zu können. Bitte legt für Crashes die Ihr seht bitte trotzdem weiterhin GitHub-Issues an und unterstützt uns indem Ihr das Fehler-Reporting aktiviert lasst. Weitere Details und wie es deaktivierbar ist findet Ihr unter https://github.com/ioBroker/plugin-sentry#what-is-sentrysentryio .
          Auch immer mehr Adapter nutzen diese Form des Fehler-Reportings.

          Hi,

          kann man das dauerhaft für alle Adapter zeitgleich deaktivieren? Gibt es so etwas wie einen Master Switch oder muss ich das für jeden Adapter einzeln machen.

          EDIT: Gibt es bei neu Installationen oder späteren Upgrades (JS-Controller oder einzelner Adapter) einen "prominenten" Hinweis auf das sammeln der Daten im Fehlerfall ?

          Gruß

          apollon77A Online
          apollon77A Online
          apollon77
          schrieb am zuletzt editiert von
          #68

          @wendy2702 Bein es gibt keinen zentralen Switch. Pro Host und Adapter getrennt

          Jeder Adapter hat am Anfang seiner README einen Absatz von Sentry drin ist.

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

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

            Leider bleibt mein hmip-Adapter (Version: 0.0.12) auf gelb

            Betriebssystem: linux
            Node.js: v10.16.0
            NPM: 6.13.7

            hmip.0	2020-04-21 15:34:54.254	error	(26624) error starting homematic: Error: undefined is not a valid state value
            hmip.0	2020-04-21 15:34:54.253	info	(26624) unkown channel type - CHANGE_OVER_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdate":158747
            hmip.0	2020-04-21 15:34:54.253	info	(26624) unkown channel type - DEHUMIDIFIER_DEMAND_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdate
            hmip.0	2020-04-21 15:34:54.252	info	(26624) unkown channel type - HEAT_DEMAND_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdate":158747
            hmip.0	2020-04-21 15:34:54.251	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:54.250	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:54.250	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:54.249	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:54.248	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:54.248	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:54.247	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:54.246	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:54.245	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:53.931	info	(26624) ws connection opened
            hmip.0	2020-04-21 15:34:47.090	info	(26624) unkown channel type - CHANGE_OVER_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdate":158747
            hmip.0	2020-04-21 15:34:47.089	info	(26624) unkown channel type - DEHUMIDIFIER_DEMAND_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdate
            hmip.0	2020-04-21 15:34:47.088	info	(26624) unkown channel type - HEAT_DEMAND_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdate":158747
            hmip.0	2020-04-21 15:34:47.087	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:47.086	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:47.086	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:47.085	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:47.084	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:47.083	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:47.082	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:47.081	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:47.079	info	(26624) unkown channel type - FLOOR_TERMINAL_BLOCK_CHANNEL - {"id":"3014F711A00005D5699CF519","homeId":"ff19da28-0d1f-4c45-a47f-84b75bb3d610","label":"Fußbodenheizungsaktor - 10-fach","lastStatusUpdat
            hmip.0	2020-04-21 15:34:46.101	info	(26624) starting. Version 0.0.12 in /opt/iobroker/node_modules/iobroker.hmip, node: v10.16.0, js-controller: 3.0.14
            host.odroidxu4	2020-04-21 15:34:44.174	info	instance system.adapter.hmip.0 started with pid 26624```
            apollon77A Online
            apollon77A Online
            apollon77
            schrieb am zuletzt editiert von
            #69

            @bkiss Bitte Issue beim Adapter anlegen

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

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

              Bei mir sind nach dem Update mehrere Adapter rot auf dem Slave. Den tr-064 habe ich schon neu installiert - wie soll ich vorgehen?

              Bildschirmfoto 2020-04-21 um 15.33.38.png

              Bildschirmfoto 2020-04-21 um 15.37.06.png

              Ausserdem bekomme ich bei Adapterinstallation auf dem Tinkerboard immer einen pixman-1 Error.

              apollon77A Online
              apollon77A Online
              apollon77
              schrieb am zuletzt editiert von
              #70

              @LJSven Der kommt eher vom iot Adapter der neuesten version. Bzw bitte nochmal updaten auf Latest ... da haben wir mal versuche die nötigen Linux Pakete mit zu installieren

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

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

                @Kueppert sagte in js-controller 3.0 jetzt im Latest!:

                @LJSven ohne Fehler-Log kann da glaube ich niemand etwas zu sagen

                Es kommt ja keine Fehlermeldung - das ist das kuriose.

                apollon77A Online
                apollon77A Online
                apollon77
                schrieb am zuletzt editiert von
                #71

                @LJSven Dann lada Admin mal neu :-) Vllt hat der einfach nur ein State Update nicht bekommen

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

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

                  @LJSven Der kommt eher vom iot Adapter der neuesten version. Bzw bitte nochmal updaten auf Latest ... da haben wir mal versuche die nötigen Linux Pakete mit zu installieren

                  L Offline
                  L Offline
                  LJSven
                  schrieb am zuletzt editiert von
                  #72

                  @apollon77 Der iot-Adapter ist auf 1.4.6 - beim Raspberry sind die Fehler auch weg (waren auch da) / beim Tinkerboard sind sie noch da.

                  apollon77A 1 Antwort Letzte Antwort
                  0
                  • apollon77A apollon77

                    @muckel Ja ist simple. die "dependencies" im io.-package sind bullshit. Da wurde früher einiges nicht sauber geprüft - jetzt wirds :-( Adapter Dev muss fixen

                    M Offline
                    M Offline
                    muckel
                    schrieb am zuletzt editiert von muckel
                    #73

                    @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                    Ja ist simple. die "dependencies" im io.-package sind bullshit. Da wurde früher einiges nicht sauber geprüft - jetzt wirds 😞 Adapter Dev muss fixen

                    Da ich kein Entwickler bin: wo gehören die eigentlich hin?

                    apollon77A 1 Antwort Letzte Antwort
                    0
                    • lobomauL Offline
                      lobomauL Offline
                      lobomau
                      schrieb am zuletzt editiert von lobomau
                      #74

                      Bei mir lief Update von 2.x auf 3.0.14 ohne Probleme.
                      Nur der worx-Adapter will grad nicht. Aber liegt es an dem Update?

                      worx.0	2020-04-21 16:28:00.933	error	at processTicksAndRejections (internal/process/task_queues.js:84:21)
                      worx.0	2020-04-21 16:28:00.933	error	at endReadableNT (_stream_readable.js:1187:12)
                      worx.0	2020-04-21 16:28:00.933	error	at IncomingMessage.emit (events.js:322:22)
                      worx.0	2020-04-21 16:28:00.933	error	at Object.onceWrapper (events.js:416:28)
                      worx.0	2020-04-21 16:28:00.933	error	at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
                      worx.0	2020-04-21 16:28:00.933	error	at Request.emit (events.js:310:20)
                      worx.0	2020-04-21 16:28:00.933	error	at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
                      worx.0	2020-04-21 16:28:00.933	error	at Request.emit (events.js:310:20)
                      worx.0	2020-04-21 16:28:00.933	error	at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                      worx.0	2020-04-21 16:28:00.933	error	at Request.RP$callback [as _callback] (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/plumbing.js:46:31)
                      worx.0	2020-04-21 16:28:00.933	error	at Request.plumbing.callback (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/plumbing.js:104:33)
                      worx.0	2020-04-21 16:28:00.933	error	at new StatusCodeError (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/errors.js:32:15)
                      worx.0	2020-04-21 16:28:00.933	error	(18114) StatusCodeError: 422 - {"message":"Missing coordinates","code":"422.005"}
                      worx.0	2020-04-21 16:28:00.932	error	(18114) uncaught exception: 422 - {"message":"Missing coordinates","code":"422.005"}
                      

                      Host: NUC8i3 mit Proxmox:

                      • ioBroker CT Debian 13, npm 10.9.3, nodejs 22.20.0
                      • Slave: Pi4
                      B apollon77A 2 Antworten Letzte Antwort
                      0
                      • lobomauL lobomau

                        Bei mir lief Update von 2.x auf 3.0.14 ohne Probleme.
                        Nur der worx-Adapter will grad nicht. Aber liegt es an dem Update?

                        worx.0	2020-04-21 16:28:00.933	error	at processTicksAndRejections (internal/process/task_queues.js:84:21)
                        worx.0	2020-04-21 16:28:00.933	error	at endReadableNT (_stream_readable.js:1187:12)
                        worx.0	2020-04-21 16:28:00.933	error	at IncomingMessage.emit (events.js:322:22)
                        worx.0	2020-04-21 16:28:00.933	error	at Object.onceWrapper (events.js:416:28)
                        worx.0	2020-04-21 16:28:00.933	error	at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
                        worx.0	2020-04-21 16:28:00.933	error	at Request.emit (events.js:310:20)
                        worx.0	2020-04-21 16:28:00.933	error	at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
                        worx.0	2020-04-21 16:28:00.933	error	at Request.emit (events.js:310:20)
                        worx.0	2020-04-21 16:28:00.933	error	at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                        worx.0	2020-04-21 16:28:00.933	error	at Request.RP$callback [as _callback] (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/plumbing.js:46:31)
                        worx.0	2020-04-21 16:28:00.933	error	at Request.plumbing.callback (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/plumbing.js:104:33)
                        worx.0	2020-04-21 16:28:00.933	error	at new StatusCodeError (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/errors.js:32:15)
                        worx.0	2020-04-21 16:28:00.933	error	(18114) StatusCodeError: 422 - {"message":"Missing coordinates","code":"422.005"}
                        worx.0	2020-04-21 16:28:00.932	error	(18114) uncaught exception: 422 - {"message":"Missing coordinates","code":"422.005"}
                        
                        B Offline
                        B Offline
                        bkiss
                        schrieb am zuletzt editiert von
                        #75

                        @lobomau
                        Der Worx Adapter (Version 1.0.0) läuft bei mir nach dem Update ohne Probleme

                        1 Antwort Letzte Antwort
                        0
                        • L LJSven

                          @apollon77 Der iot-Adapter ist auf 1.4.6 - beim Raspberry sind die Fehler auch weg (waren auch da) / beim Tinkerboard sind sie noch da.

                          apollon77A Online
                          apollon77A Online
                          apollon77
                          schrieb am zuletzt editiert von
                          #76

                          @LJSven SInd aber am Ende nicht so wichtig weil nur ein kleines Feature von iot dann nicht tut.

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

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

                            @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                            Ja ist simple. die "dependencies" im io.-package sind bullshit. Da wurde früher einiges nicht sauber geprüft - jetzt wirds 😞 Adapter Dev muss fixen

                            Da ich kein Entwickler bin: wo gehören die eigentlich hin?

                            apollon77A Online
                            apollon77A Online
                            apollon77
                            schrieb am zuletzt editiert von
                            #77

                            @muckel In dem Fall done ... siehe https://forum.iobroker.net/post/416368

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

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

                              Bei mir lief Update von 2.x auf 3.0.14 ohne Probleme.
                              Nur der worx-Adapter will grad nicht. Aber liegt es an dem Update?

                              worx.0	2020-04-21 16:28:00.933	error	at processTicksAndRejections (internal/process/task_queues.js:84:21)
                              worx.0	2020-04-21 16:28:00.933	error	at endReadableNT (_stream_readable.js:1187:12)
                              worx.0	2020-04-21 16:28:00.933	error	at IncomingMessage.emit (events.js:322:22)
                              worx.0	2020-04-21 16:28:00.933	error	at Object.onceWrapper (events.js:416:28)
                              worx.0	2020-04-21 16:28:00.933	error	at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
                              worx.0	2020-04-21 16:28:00.933	error	at Request.emit (events.js:310:20)
                              worx.0	2020-04-21 16:28:00.933	error	at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
                              worx.0	2020-04-21 16:28:00.933	error	at Request.emit (events.js:310:20)
                              worx.0	2020-04-21 16:28:00.933	error	at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                              worx.0	2020-04-21 16:28:00.933	error	at Request.RP$callback [as _callback] (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/plumbing.js:46:31)
                              worx.0	2020-04-21 16:28:00.933	error	at Request.plumbing.callback (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/plumbing.js:104:33)
                              worx.0	2020-04-21 16:28:00.933	error	at new StatusCodeError (/opt/iobroker/node_modules/request-promise/node_modules/request-promise-core/lib/errors.js:32:15)
                              worx.0	2020-04-21 16:28:00.933	error	(18114) StatusCodeError: 422 - {"message":"Missing coordinates","code":"422.005"}
                              worx.0	2020-04-21 16:28:00.932	error	(18114) uncaught exception: 422 - {"message":"Missing coordinates","code":"422.005"}
                              
                              apollon77A Online
                              apollon77A Online
                              apollon77
                              schrieb am zuletzt editiert von
                              #78

                              @lobomau eher nicht. Mach mal Issue beim Adapter auf

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

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

                                @LJSven SInd aber am Ende nicht so wichtig weil nur ein kleines Feature von iot dann nicht tut.

                                L Offline
                                L Offline
                                LJSven
                                schrieb am zuletzt editiert von
                                #79

                                @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                                @LJSven SInd aber am Ende nicht so wichtig weil nur ein kleines Feature von iot dann nicht tut.

                                Glaube ich dir - aber wenn ich eins nicht mag, sind das Fehler- & Warnmeldungen ;-) PS. Die Meldung (pixman-1) kommt jetzt aber bei jedem Adapter Update - nicht nur bei iot.

                                apollon77A 1 Antwort Letzte Antwort
                                0
                                • L LJSven

                                  @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                                  @LJSven SInd aber am Ende nicht so wichtig weil nur ein kleines Feature von iot dann nicht tut.

                                  Glaube ich dir - aber wenn ich eins nicht mag, sind das Fehler- & Warnmeldungen ;-) PS. Die Meldung (pixman-1) kommt jetzt aber bei jedem Adapter Update - nicht nur bei iot.

                                  apollon77A Online
                                  apollon77A Online
                                  apollon77
                                  schrieb am zuletzt editiert von apollon77
                                  #80

                                  @LJSven Ja ich weiss. Das liegt an npm weil der immer alles prüft

                                  Kannst höchsten nochmal manuell ein

                                  sudo apt install libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

                                  versuchen und schauen ob es danach weg ist

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

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

                                    @LJSven Ja ich weiss. Das liegt an npm weil der immer alles prüft

                                    Kannst höchsten nochmal manuell ein

                                    sudo apt install libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

                                    versuchen und schauen ob es danach weg ist

                                    L Offline
                                    L Offline
                                    LJSven
                                    schrieb am zuletzt editiert von
                                    #81

                                    @apollon77 sagte in js-controller 3.0 jetzt im Latest!:

                                    sudo apt install libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

                                    Habe es mal ausgeführt - lief durch - werde beobachten, ob es jetzt weg ist.

                                    1 Antwort Letzte Antwort
                                    0
                                    • P Offline
                                      P Offline
                                      peer69
                                      Forum Testing
                                      schrieb am zuletzt editiert von
                                      #82

                                      Kann man die Meldungen zum invalid object type deaktivieren? Ich hab es den devs gemeldet, hätte jetzt aber gern wieder ein sauberes logfile.

                                      deconz.0	2020-04-21 16:44:54.251	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                      deconz.0	2020-04-21 16:44:54.251	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                      deconz.0	2020-04-21 16:44:53.241	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                      deconz.0	2020-04-21 16:44:53.240	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                      deconz.0	2020-04-21 16:44:38.212	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                      deconz.0	2020-04-21 16:44:38.212	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                      netatmo.0	2020-04-21 16:44:10.582	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                      netatmo.0	2020-04-21 16:44:10.579	warn	(27317) Object netatmo.0.My-Home.Events.5e9f06b99asdfasdfasddfasdfabb09.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                      deconz.0	2020-04-21 16:44:08.259	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                      deconz.0	2020-04-21 16:44:08.258	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                      netatmo.0	2020-04-21 16:43:59.394	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                      netatmo.0	2020-04-21 16:43:59.393	warn	(27317) Object netatmo.0.My-Home.Events.5e9fasdffdsafasd3fb06d.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                      netatmo.0	2020-04-21 16:43:19.367	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                      netatmo.0	2020-04-21 16:43:19.366	warn	(27317) Object netatmo.0.My-Home.Events.231067c231219694e4f1389.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                      deconz.0	2020-04-21 16:42:49.430	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                      deconz.0	2020-04-21 16:42:49.429	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                      deconz.0	2020-04-21 16:42:38.297	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                      deconz.0	2020-04-21 16:42:38.296	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                      deconz.0	2020-04-21 16:42:37.298	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                      deconz.0	2020-04-21 16:42:37.297	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                      
                                      harrymH apollon77A 2 Antworten Letzte Antwort
                                      0
                                      • P peer69

                                        Kann man die Meldungen zum invalid object type deaktivieren? Ich hab es den devs gemeldet, hätte jetzt aber gern wieder ein sauberes logfile.

                                        deconz.0	2020-04-21 16:44:54.251	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                        deconz.0	2020-04-21 16:44:54.251	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                        deconz.0	2020-04-21 16:44:53.241	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                        deconz.0	2020-04-21 16:44:53.240	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                        deconz.0	2020-04-21 16:44:38.212	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                        deconz.0	2020-04-21 16:44:38.212	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                        netatmo.0	2020-04-21 16:44:10.582	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                        netatmo.0	2020-04-21 16:44:10.579	warn	(27317) Object netatmo.0.My-Home.Events.5e9f06b99asdfasdfasddfasdfabb09.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                        deconz.0	2020-04-21 16:44:08.259	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                        deconz.0	2020-04-21 16:44:08.258	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                        netatmo.0	2020-04-21 16:43:59.394	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                        netatmo.0	2020-04-21 16:43:59.393	warn	(27317) Object netatmo.0.My-Home.Events.5e9fasdffdsafasd3fb06d.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                        netatmo.0	2020-04-21 16:43:19.367	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                        netatmo.0	2020-04-21 16:43:19.366	warn	(27317) Object netatmo.0.My-Home.Events.231067c231219694e4f1389.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                        deconz.0	2020-04-21 16:42:49.430	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                        deconz.0	2020-04-21 16:42:49.429	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                        deconz.0	2020-04-21 16:42:38.297	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                        deconz.0	2020-04-21 16:42:38.296	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                        deconz.0	2020-04-21 16:42:37.298	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                        deconz.0	2020-04-21 16:42:37.297	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                        
                                        harrymH Offline
                                        harrymH Offline
                                        harrym
                                        schrieb am zuletzt editiert von
                                        #83

                                        @peer69 stell den loglevel auf error

                                        ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                                        1 Antwort Letzte Antwort
                                        0
                                        • P peer69

                                          Kann man die Meldungen zum invalid object type deaktivieren? Ich hab es den devs gemeldet, hätte jetzt aber gern wieder ein sauberes logfile.

                                          deconz.0	2020-04-21 16:44:54.251	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                          deconz.0	2020-04-21 16:44:54.251	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                          deconz.0	2020-04-21 16:44:53.241	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                          deconz.0	2020-04-21 16:44:53.240	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                          deconz.0	2020-04-21 16:44:38.212	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                          deconz.0	2020-04-21 16:44:38.212	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                          netatmo.0	2020-04-21 16:44:10.582	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                          netatmo.0	2020-04-21 16:44:10.579	warn	(27317) Object netatmo.0.My-Home.Events.5e9f06b99asdfasdfasddfasdfabb09.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                          deconz.0	2020-04-21 16:44:08.259	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                          deconz.0	2020-04-21 16:44:08.258	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                          netatmo.0	2020-04-21 16:43:59.394	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                          netatmo.0	2020-04-21 16:43:59.393	warn	(27317) Object netatmo.0.My-Home.Events.5e9fasdffdsafasd3fb06d.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                          netatmo.0	2020-04-21 16:43:19.367	warn	(27317) This object will not be created in future versions. Please report this to the developer.
                                          netatmo.0	2020-04-21 16:43:19.366	warn	(27317) Object netatmo.0.My-Home.Events.231067c231219694e4f1389.time is invalid: obj.common.type has an invalid value (date) but has to be one of number, string, boolean, array, object, mixed, file,
                                          deconz.0	2020-04-21 16:42:49.430	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                          deconz.0	2020-04-21 16:42:49.429	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                          deconz.0	2020-04-21 16:42:38.297	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                          deconz.0	2020-04-21 16:42:38.296	warn	(25582) State value to set is invalid for deconz.0.Groups.1.bri: The state is missing the required property val!
                                          deconz.0	2020-04-21 16:42:37.298	warn	(25582) This value will not be set in future versions. Please report this to the developer.
                                          deconz.0	2020-04-21 16:42:37.297	warn	(25582) State value to set is invalid for deconz.0.Groups.1.on: The state is missing the required property val!
                                          
                                          apollon77A Online
                                          apollon77A Online
                                          apollon77
                                          schrieb am zuletzt editiert von
                                          #84

                                          @peer69 Und Issues bei den Adaptern anlegen nicht vergessen bevor Du auf "Ignore" schaltest

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

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          426

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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