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.3 jetzt im Beta

NEWS

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

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

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

js-controller 3.3 jetzt im Beta

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
791 Beiträge 75 Kommentatoren 228.3k Aufrufe 56 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.
  • Jey CeeJ Jey Cee

    @jb_sullivan laut der Meldung soll der Wert ein boolean also true oder false sein. Über den web Adapter, also vis oder eine andere Visualisierung wird aber eine Zahl in das Objekt geschrieben.

    Also ist der Fehler das hier ein falschen Wert in das Objekt geschrieben wird.
    Schau mal in deine Visualisierung mit der du den Datenpunkt beschreibst was da für ein Wert geschrieben wird.

    JB_SullivanJ Offline
    JB_SullivanJ Offline
    JB_Sullivan
    schrieb am zuletzt editiert von JB_Sullivan
    #541

    @jey-cee

    Das ist ein jqui-radiobuttons ON/OFF, welcher mit dem Datenpunkt unten als True/False geschrieben wird. ICH sehe da jetzt keinen Fehler - oder doch?

    tr-064.0.callForwarding.7
    

    Wird im übrigen dann schon in den RAW Daten falsch vom Adapter definiert.

    {
      "from": "system.adapter.tr-064.0",
      "user": "system.user.admin",
      "ts": 1608319026747,
      "common": {
        "name": "fromAll  -> eine Telefonummer",
        "type": "boolean",
        "role": "state"
      },
      "native": {},
      "acl": {
        "object": 1636,
        "owner": "system.user.admin",
        "ownerGroup": "system.group.administrator",
        "state": 1636
      },
      "_id": "tr-064.0.callForwarding.7",
      "type": "state"
    }
    

    ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

    Jey CeeJ apollon77A 2 Antworten Letzte Antwort
    0
    • JB_SullivanJ JB_Sullivan

      @jey-cee

      Das ist ein jqui-radiobuttons ON/OFF, welcher mit dem Datenpunkt unten als True/False geschrieben wird. ICH sehe da jetzt keinen Fehler - oder doch?

      tr-064.0.callForwarding.7
      

      Wird im übrigen dann schon in den RAW Daten falsch vom Adapter definiert.

      {
        "from": "system.adapter.tr-064.0",
        "user": "system.user.admin",
        "ts": 1608319026747,
        "common": {
          "name": "fromAll  -> eine Telefonummer",
          "type": "boolean",
          "role": "state"
        },
        "native": {},
        "acl": {
          "object": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator",
          "state": 1636
        },
        "_id": "tr-064.0.callForwarding.7",
        "type": "state"
      }
      
      Jey CeeJ Online
      Jey CeeJ Online
      Jey Cee
      Developer
      schrieb am zuletzt editiert von
      #542

      @jb_sullivan sagte in js-controller 3.3 jetzt im Beta:

      Wird im übrigen dann schon in den RAW Daten falsch vom Adapter definiert.

      Wieso da ist type doch boolean und das ist nach meinem Verständnis für diesen Datenpunkt richtig. Oder wird damit nicht die Weiterleitung nummer 7 Aktiviert?

      @jb_sullivan sagte in js-controller 3.3 jetzt im Beta:

      Das ist ein jqui-radiobuttons ON/OFF, welcher mit dem Datenpunkt unten als True/False geschrieben wird.

      Ganz sicher? Meine Erfahrung mit den Widgets in VIS ist das sie nicht immer den Wert bzw. als den type schreiben den man erwartet.
      Und in der Vergangenheit wurde oft 0/1 anstatt true/false verwendet. Dazu passt dann auch die Meldung.

      Persönlicher Support
      Spenden -> paypal.me/J3YC33

      1 Antwort Letzte Antwort
      0
      • JB_SullivanJ JB_Sullivan

        @apollon77

        ist das jetzt ein tr64 Adapter oder web Adapter issue?

        web.0	2021-07-18 09:32:27.582	info	(6016) State value to set for "tr-064.0.callForwarding.7" has to be type "boolean" but received type "number"
        web.0	2021-07-18 09:32:25.614	info	(6016) State value to set for "tr-064.0.callForwarding.7" has to be type "boolean" but received type "number"
        
        apollon77A Offline
        apollon77A Offline
        apollon77
        schrieb am zuletzt editiert von apollon77
        #543

        @jb_sullivan oooohhh ... ja das ist irgendwie eine deiner Visus! Ich denke es ist web issue und kein tr-064 ... irgendwo scheint ein Visu widget oder so einen falschen Datentyp zu schreiben! Hier musst Du also schauen wo du es dort nutzt

        EDIT: Bzw was @Jey-Cee gesagt hatte :-))

        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 Marty56

          @apollon77
          Es kommt nur beim Start.

          Aber was auch noch kommt ist,

          tr-064.0	2021-07-18 10:03:07.552	info	(COMPACT) State value to set for "tr-064.0.callmonitor.lastCall.callee" has to be type "number" but received type "string"
          tr-064.0	2021-07-18 10:03:01.065	info	(COMPACT) State value to set for "tr-064.0.callmonitor.inbound.callee" has to be type "number" but received type "string"
          

          das ist keine Warning aber info.

          apollon77A Offline
          apollon77A Offline
          apollon77
          schrieb am zuletzt editiert von
          #544

          @marty56 Bitte GitHub Issue mit Debug Log vom Adapterstart

          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
          • JB_SullivanJ JB_Sullivan

            @jey-cee

            Das ist ein jqui-radiobuttons ON/OFF, welcher mit dem Datenpunkt unten als True/False geschrieben wird. ICH sehe da jetzt keinen Fehler - oder doch?

            tr-064.0.callForwarding.7
            

            Wird im übrigen dann schon in den RAW Daten falsch vom Adapter definiert.

            {
              "from": "system.adapter.tr-064.0",
              "user": "system.user.admin",
              "ts": 1608319026747,
              "common": {
                "name": "fromAll  -> eine Telefonummer",
                "type": "boolean",
                "role": "state"
              },
              "native": {},
              "acl": {
                "object": 1636,
                "owner": "system.user.admin",
                "ownerGroup": "system.group.administrator",
                "state": 1636
              },
              "_id": "tr-064.0.callForwarding.7",
              "type": "state"
            }
            
            apollon77A Offline
            apollon77A Offline
            apollon77
            schrieb am zuletzt editiert von
            #545

            @jb_sullivan Zeig mal die Widget config

            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
            JB_SullivanJ 1 Antwort Letzte Antwort
            0
            • apollon77A apollon77

              @jb_sullivan Zeig mal die Widget config

              JB_SullivanJ Offline
              JB_SullivanJ Offline
              JB_Sullivan
              schrieb am zuletzt editiert von
              #546

              @apollon77

              Im unkentlichen Teil steht die Telefonnummer drin, die sich der DP aus der Fritzbox holt, die dort als Weiterleitungsrufnummer definiert ist.

              5d1c79c4-d5dc-4257-bfa0-2f5792998721-image.png

              ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

              apollon77A 1 Antwort Letzte Antwort
              0
              • JB_SullivanJ JB_Sullivan

                @apollon77

                Im unkentlichen Teil steht die Telefonnummer drin, die sich der DP aus der Fritzbox holt, die dort als Weiterleitungsrufnummer definiert ist.

                5d1c79c4-d5dc-4257-bfa0-2f5792998721-image.png

                apollon77A Offline
                apollon77A Offline
                apollon77
                schrieb am zuletzt editiert von
                #547

                @jb_sullivan Istdas Widget Steuerbar? Wasa ist es für ein Widget?

                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
                JB_SullivanJ 1 Antwort Letzte Antwort
                0
                • apollon77A apollon77

                  @jb_sullivan Istdas Widget Steuerbar? Wasa ist es für ein Widget?

                  JB_SullivanJ Offline
                  JB_SullivanJ Offline
                  JB_Sullivan
                  schrieb am zuletzt editiert von
                  #548

                  @apollon77

                  Wie ich oben geschrieben habe ist es ein jqui-radiobuttons ON/OFF. Was meinst du mit "steuerbar" Im VIS ist es ein Button, den man Umsteuern kann, welcher aber in der Widget Konfig nicht separat definiert werden muss.

                  a80edc0d-5ca3-44e4-9653-f50581a0b996-image.png

                  Mit den Fehlermeldungen (F12) des Browsers hat es aber wohl nichts zu tun - oder?

                  Uncaught (in promise) ReferenceError: socket is not defined
                      at Object.getAdaptersAndcheckMessages (popupnews.js:214)
                      at Object.showPopup (popupnews.js:64)
                      at setData (info.js:67)
                      at Object.createMessage (info.js:40)
                      at info.js:30
                      at sentryWrapped (helpers.ts:87)
                  helpers.ts:111 Uncaught DOMException: Blocked a frame with origin "http://10.122.60.87:8082" from accessing a cross-origin frame.
                      at HTMLIFrameElement.<anonymous> (http://10.122.60.87:8082/vis/js/vis.js:3067:40)
                      at Function.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:2975)
                      at m.fn.init.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:835)
                      at Object.updateIframeZoom (http://10.122.60.87:8082/vis/js/vis.js:3066:25)
                      at Object.postChangeView (http://10.122.60.87:8082/vis/js/vis.js:1947:14)
                      at http://10.122.60.87:8082/vis/js/vis.js:1896:22
                      at http://10.122.60.87:8082/vis/js/vis.js:971:35
                      at Object.renderViews (http://10.122.60.87:8082/vis/js/vis.js:801:27)
                      at http://10.122.60.87:8082/vis/js/vis.js:807:18
                      at http://10.122.60.87:8082/vis/js/vis.js:990:35
                      at sentryWrapped (http://10.122.60.87:8082/vis/widgets/materialdesign/lib/raw/sentry/bundle.min.js:2:53837)
                  instrument.js:109 DashboardModel.on is deprecated use events.subscribe
                  2helpers.ts:111 Uncaught DOMException: Blocked a frame with origin "http://10.122.60.87:8082" from accessing a cross-origin frame.
                      at HTMLIFrameElement.<anonymous> (http://10.122.60.87:8082/vis/js/vis.js:3067:40)
                      at Function.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:2975)
                      at m.fn.init.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:835)
                      at Object.updateIframeZoom (http://10.122.60.87:8082/vis/js/vis.js:3066:25)
                      at Object.postChangeView (http://10.122.60.87:8082/vis/js/vis.js:1947:14)
                      at http://10.122.60.87:8082/vis/js/vis.js:1882:26
                      at http://10.122.60.87:8082/vis/js/vis.js:971:35
                      at Object.renderViews (http://10.122.60.87:8082/vis/js/vis.js:801:27)
                      at http://10.122.60.87:8082/vis/js/vis.js:807:18
                      at http://10.122.60.87:8082/vis/js/vis.js:990:35
                      at sentryWrapped (http://10.122.60.87:8082/vis/widgets/materialdesign/lib/raw/sentry/bundle.min.js:2:53837)
                  DevTools failed to load source map: Could not load content for http://10.122.60.87:8082/lib/js/socket.io.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                  helpers.ts:111 Uncaught DOMException: Blocked a frame with origin "http://10.122.60.87:8082" from accessing a cross-origin frame.
                      at HTMLIFrameElement.<anonymous> (http://10.122.60.87:8082/vis/js/vis.js:3067:40)
                      at Function.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:2975)
                      at m.fn.init.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:835)
                      at Object.updateIframeZoom (http://10.122.60.87:8082/vis/js/vis.js:3066:25)
                      at Object.postChangeView (http://10.122.60.87:8082/vis/js/vis.js:1947:14)
                      at http://10.122.60.87:8082/vis/js/vis.js:1882:26
                      at http://10.122.60.87:8082/vis/js/vis.js:971:35
                      at Object.renderViews (http://10.122.60.87:8082/vis/js/vis.js:801:27)
                      at http://10.122.60.87:8082/vis/js/vis.js:807:18
                      at http://10.122.60.87:8082/vis/js/vis.js:990:35
                      at sentryWrapped (http://10.122.60.87:8082/vis/widgets/materialdesign/lib/raw/sentry/bundle.min.js:2:53837)
                  sentryWrapped @ helpers.ts:111
                  setTimeout (async)
                  (anonymous) @ trycatch.ts:119
                  (anonymous) @ vis.js:988
                  subscribeStates @ vis.js:2857
                  renderView @ vis.js:844
                  renderViews @ vis.js:806
                  (anonymous) @ vis.js:807
                  (anonymous) @ vis.js:990
                  sentryWrapped @ helpers.ts:87
                  setTimeout (async)
                  (anonymous) @ trycatch.ts:119
                  (anonymous) @ vis.js:988
                  subscribeStates @ vis.js:2857
                  renderView @ vis.js:844
                  renderViews @ vis.js:806
                  (anonymous) @ vis.js:962
                  subscribeStates @ vis.js:2857
                  renderView @ vis.js:844
                  changeView @ vis.js:1855
                  (anonymous) @ vis.js:2696
                  sentryWrapped @ helpers.ts:87
                  helpers.ts:111 Uncaught DOMException: Blocked a frame with origin "http://10.122.60.87:8082" from accessing a cross-origin frame.
                      at HTMLIFrameElement.<anonymous> (http://10.122.60.87:8082/vis/js/vis.js:3067:40)
                      at Function.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:2975)
                      at m.fn.init.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:835)
                      at Object.updateIframeZoom (http://10.122.60.87:8082/vis/js/vis.js:3066:25)
                      at Object.postChangeView (http://10.122.60.87:8082/vis/js/vis.js:1947:14)
                      at http://10.122.60.87:8082/vis/js/vis.js:1882:26
                      at http://10.122.60.87:8082/vis/js/vis.js:971:35
                      at Object.renderViews (http://10.122.60.87:8082/vis/js/vis.js:801:27)
                      at http://10.122.60.87:8082/vis/js/vis.js:807:18
                      at http://10.122.60.87:8082/vis/js/vis.js:990:35
                      at sentryWrapped (http://10.122.60.87:8082/vis/widgets/materialdesign/lib/raw/sentry/bundle.min.js:2:53837)
                  

                  ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                  apollon77A 1 Antwort Letzte Antwort
                  0
                  • JB_SullivanJ JB_Sullivan

                    @apollon77

                    Wie ich oben geschrieben habe ist es ein jqui-radiobuttons ON/OFF. Was meinst du mit "steuerbar" Im VIS ist es ein Button, den man Umsteuern kann, welcher aber in der Widget Konfig nicht separat definiert werden muss.

                    a80edc0d-5ca3-44e4-9653-f50581a0b996-image.png

                    Mit den Fehlermeldungen (F12) des Browsers hat es aber wohl nichts zu tun - oder?

                    Uncaught (in promise) ReferenceError: socket is not defined
                        at Object.getAdaptersAndcheckMessages (popupnews.js:214)
                        at Object.showPopup (popupnews.js:64)
                        at setData (info.js:67)
                        at Object.createMessage (info.js:40)
                        at info.js:30
                        at sentryWrapped (helpers.ts:87)
                    helpers.ts:111 Uncaught DOMException: Blocked a frame with origin "http://10.122.60.87:8082" from accessing a cross-origin frame.
                        at HTMLIFrameElement.<anonymous> (http://10.122.60.87:8082/vis/js/vis.js:3067:40)
                        at Function.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:2975)
                        at m.fn.init.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:835)
                        at Object.updateIframeZoom (http://10.122.60.87:8082/vis/js/vis.js:3066:25)
                        at Object.postChangeView (http://10.122.60.87:8082/vis/js/vis.js:1947:14)
                        at http://10.122.60.87:8082/vis/js/vis.js:1896:22
                        at http://10.122.60.87:8082/vis/js/vis.js:971:35
                        at Object.renderViews (http://10.122.60.87:8082/vis/js/vis.js:801:27)
                        at http://10.122.60.87:8082/vis/js/vis.js:807:18
                        at http://10.122.60.87:8082/vis/js/vis.js:990:35
                        at sentryWrapped (http://10.122.60.87:8082/vis/widgets/materialdesign/lib/raw/sentry/bundle.min.js:2:53837)
                    instrument.js:109 DashboardModel.on is deprecated use events.subscribe
                    2helpers.ts:111 Uncaught DOMException: Blocked a frame with origin "http://10.122.60.87:8082" from accessing a cross-origin frame.
                        at HTMLIFrameElement.<anonymous> (http://10.122.60.87:8082/vis/js/vis.js:3067:40)
                        at Function.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:2975)
                        at m.fn.init.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:835)
                        at Object.updateIframeZoom (http://10.122.60.87:8082/vis/js/vis.js:3066:25)
                        at Object.postChangeView (http://10.122.60.87:8082/vis/js/vis.js:1947:14)
                        at http://10.122.60.87:8082/vis/js/vis.js:1882:26
                        at http://10.122.60.87:8082/vis/js/vis.js:971:35
                        at Object.renderViews (http://10.122.60.87:8082/vis/js/vis.js:801:27)
                        at http://10.122.60.87:8082/vis/js/vis.js:807:18
                        at http://10.122.60.87:8082/vis/js/vis.js:990:35
                        at sentryWrapped (http://10.122.60.87:8082/vis/widgets/materialdesign/lib/raw/sentry/bundle.min.js:2:53837)
                    DevTools failed to load source map: Could not load content for http://10.122.60.87:8082/lib/js/socket.io.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                    helpers.ts:111 Uncaught DOMException: Blocked a frame with origin "http://10.122.60.87:8082" from accessing a cross-origin frame.
                        at HTMLIFrameElement.<anonymous> (http://10.122.60.87:8082/vis/js/vis.js:3067:40)
                        at Function.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:2975)
                        at m.fn.init.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:835)
                        at Object.updateIframeZoom (http://10.122.60.87:8082/vis/js/vis.js:3066:25)
                        at Object.postChangeView (http://10.122.60.87:8082/vis/js/vis.js:1947:14)
                        at http://10.122.60.87:8082/vis/js/vis.js:1882:26
                        at http://10.122.60.87:8082/vis/js/vis.js:971:35
                        at Object.renderViews (http://10.122.60.87:8082/vis/js/vis.js:801:27)
                        at http://10.122.60.87:8082/vis/js/vis.js:807:18
                        at http://10.122.60.87:8082/vis/js/vis.js:990:35
                        at sentryWrapped (http://10.122.60.87:8082/vis/widgets/materialdesign/lib/raw/sentry/bundle.min.js:2:53837)
                    sentryWrapped @ helpers.ts:111
                    setTimeout (async)
                    (anonymous) @ trycatch.ts:119
                    (anonymous) @ vis.js:988
                    subscribeStates @ vis.js:2857
                    renderView @ vis.js:844
                    renderViews @ vis.js:806
                    (anonymous) @ vis.js:807
                    (anonymous) @ vis.js:990
                    sentryWrapped @ helpers.ts:87
                    setTimeout (async)
                    (anonymous) @ trycatch.ts:119
                    (anonymous) @ vis.js:988
                    subscribeStates @ vis.js:2857
                    renderView @ vis.js:844
                    renderViews @ vis.js:806
                    (anonymous) @ vis.js:962
                    subscribeStates @ vis.js:2857
                    renderView @ vis.js:844
                    changeView @ vis.js:1855
                    (anonymous) @ vis.js:2696
                    sentryWrapped @ helpers.ts:87
                    helpers.ts:111 Uncaught DOMException: Blocked a frame with origin "http://10.122.60.87:8082" from accessing a cross-origin frame.
                        at HTMLIFrameElement.<anonymous> (http://10.122.60.87:8082/vis/js/vis.js:3067:40)
                        at Function.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:2975)
                        at m.fn.init.each (http://10.122.60.87:8082/lib/js/jquery-1.11.2.min.js:2:835)
                        at Object.updateIframeZoom (http://10.122.60.87:8082/vis/js/vis.js:3066:25)
                        at Object.postChangeView (http://10.122.60.87:8082/vis/js/vis.js:1947:14)
                        at http://10.122.60.87:8082/vis/js/vis.js:1882:26
                        at http://10.122.60.87:8082/vis/js/vis.js:971:35
                        at Object.renderViews (http://10.122.60.87:8082/vis/js/vis.js:801:27)
                        at http://10.122.60.87:8082/vis/js/vis.js:807:18
                        at http://10.122.60.87:8082/vis/js/vis.js:990:35
                        at sentryWrapped (http://10.122.60.87:8082/vis/widgets/materialdesign/lib/raw/sentry/bundle.min.js:2:53837)
                    
                    apollon77A Offline
                    apollon77A Offline
                    apollon77
                    schrieb am zuletzt editiert von
                    #549

                    @jb_sullivan sagte in js-controller 3.3 jetzt im Beta:

                    Der erste Fehler ist unrelated und würde auf Info Adapter tippen.

                    Der Rest kommt von

                    materialdesign

                    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
                    • Dr. BakteriusD Dr. Bakterius

                      @apollon77 sagte in js-controller 3.3 jetzt im Beta:

                      Was sonst noch offen?

                      Nuki-Extended (https://github.com/Zefau/ioBroker.nuki-extended/issues/145) unverändert bisher (v2.3.0).

                      Dr. BakteriusD Online
                      Dr. BakteriusD Online
                      Dr. Bakterius
                      Most Active
                      schrieb am zuletzt editiert von
                      #550

                      @dr-bakterius sagte in js-controller 3.3 jetzt im Beta:

                      @apollon77 sagte in js-controller 3.3 jetzt im Beta:

                      Was sonst noch offen?

                      Nuki-Extended

                      @apollon77 Leider hat die Anpassung nichts geändert (https://github.com/iobroker-community-adapters/ioBroker.nuki-extended/issues/132).

                      apollon77A 2 Antworten Letzte Antwort
                      0
                      • Dr. BakteriusD Dr. Bakterius

                        @dr-bakterius sagte in js-controller 3.3 jetzt im Beta:

                        @apollon77 sagte in js-controller 3.3 jetzt im Beta:

                        Was sonst noch offen?

                        Nuki-Extended

                        @apollon77 Leider hat die Anpassung nichts geändert (https://github.com/iobroker-community-adapters/ioBroker.nuki-extended/issues/132).

                        apollon77A Offline
                        apollon77A Offline
                        apollon77
                        schrieb am zuletzt editiert von
                        #551

                        @dr-bakterius Naja am Ende ist es hier wie bei roomba ... ich muss jeden State einzeln korrigieren ... schreibe im GitHub issue wenns neuen versuch gibt

                        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
                        Dr. BakteriusD 1 Antwort Letzte Antwort
                        0
                        • Dr. BakteriusD Dr. Bakterius

                          @dr-bakterius sagte in js-controller 3.3 jetzt im Beta:

                          @apollon77 sagte in js-controller 3.3 jetzt im Beta:

                          Was sonst noch offen?

                          Nuki-Extended

                          @apollon77 Leider hat die Anpassung nichts geändert (https://github.com/iobroker-community-adapters/ioBroker.nuki-extended/issues/132).

                          apollon77A Offline
                          apollon77A Offline
                          apollon77
                          schrieb am zuletzt editiert von
                          #552

                          @dr-bakterius Ok, next try please

                          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 Offline
                            apollon77A Offline
                            apollon77
                            schrieb am zuletzt editiert von
                            #553

                            Also es ging gerade noch info Adapter raus als 1.9.0 ...

                            Sonst:

                            • roomba sollte fertig sein aber mir fehlen npm release rechte, sind dran
                            • innogy-smarthome ... identischzu roomba
                            • spotify-premium werde ich nicht anpassen können. Da muss man von einem Jahr COde changes raussuchen was es kaputt gemacht hat. Die Zeit, Lust und spotify-premium habe ich aktuell nicht. Bitte erst einmal Loglevel hoch setzen
                            • nuki-extended siehe oben. Kann denke auch raus sobald @Dr-Bakterius nochmal was dazu gesagt hat :-)

                            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
                            JB_SullivanJ FeuersturmF 2 Antworten Letzte Antwort
                            1
                            • apollon77A apollon77

                              Also es ging gerade noch info Adapter raus als 1.9.0 ...

                              Sonst:

                              • roomba sollte fertig sein aber mir fehlen npm release rechte, sind dran
                              • innogy-smarthome ... identischzu roomba
                              • spotify-premium werde ich nicht anpassen können. Da muss man von einem Jahr COde changes raussuchen was es kaputt gemacht hat. Die Zeit, Lust und spotify-premium habe ich aktuell nicht. Bitte erst einmal Loglevel hoch setzen
                              • nuki-extended siehe oben. Kann denke auch raus sobald @Dr-Bakterius nochmal was dazu gesagt hat :-)
                              JB_SullivanJ Offline
                              JB_SullivanJ Offline
                              JB_Sullivan
                              schrieb am zuletzt editiert von
                              #554

                              @apollon77

                              Ein state im Roomba Adapter ist eben noch aufgepoppt. Habt ihr den in der 1.1.4 schon berücksichtigt?

                              roomba.0	2021-07-20 14:34:13.597	info	(9004) State value to set for "roomba.0.states._connected" has to be type "string" but received type "boolean"
                              

                              ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                              apollon77A 1 Antwort Letzte Antwort
                              0
                              • apollon77A apollon77

                                @dr-bakterius Naja am Ende ist es hier wie bei roomba ... ich muss jeden State einzeln korrigieren ... schreibe im GitHub issue wenns neuen versuch gibt

                                Dr. BakteriusD Online
                                Dr. BakteriusD Online
                                Dr. Bakterius
                                Most Active
                                schrieb am zuletzt editiert von
                                #555

                                @apollon77 sagte in js-controller 3.3 jetzt im Beta:

                                schreibe im GitHub issue wenns neuen versuch gibt

                                Erstmal vielen Dank Ingo für die tolle Arbeit und die Zeit die du investierst! :+1:

                                Bei mir läuft nuki-extended jetzt ohne weitere Meldungen wegen falscher Datenpunktdeklaration.

                                apollon77A Dr. BakteriusD 2 Antworten Letzte Antwort
                                0
                                • JB_SullivanJ JB_Sullivan

                                  @apollon77

                                  Ein state im Roomba Adapter ist eben noch aufgepoppt. Habt ihr den in der 1.1.4 schon berücksichtigt?

                                  roomba.0	2021-07-20 14:34:13.597	info	(9004) State value to set for "roomba.0.states._connected" has to be type "string" but received type "boolean"
                                  
                                  apollon77A Offline
                                  apollon77A Offline
                                  apollon77
                                  schrieb am zuletzt editiert von
                                  #556

                                  @jb_sullivan sagte in js-controller 3.3 jetzt im Beta:

                                  _

                                  zeig bitte mal Debug log ... ich hab keine Ahnung wo der state her kommt und so

                                  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
                                  JB_SullivanJ 1 Antwort Letzte Antwort
                                  0
                                  • Dr. BakteriusD Dr. Bakterius

                                    @apollon77 sagte in js-controller 3.3 jetzt im Beta:

                                    schreibe im GitHub issue wenns neuen versuch gibt

                                    Erstmal vielen Dank Ingo für die tolle Arbeit und die Zeit die du investierst! :+1:

                                    Bei mir läuft nuki-extended jetzt ohne weitere Meldungen wegen falscher Datenpunktdeklaration.

                                    apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    schrieb am zuletzt editiert von
                                    #557

                                    @dr-bakterius Danke, geht raus sobald ich rechte habe oder Bluefox zeit hat also 2.3.1

                                    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
                                    • JB_SullivanJ Offline
                                      JB_SullivanJ Offline
                                      JB_Sullivan
                                      schrieb am zuletzt editiert von
                                      #558

                                      Ich habe gerade den Innogy Adapter in 0.3.6 angeboten bekommen und installiert. Als ich die GIT Version drauf hatte, war alles OK, mit der "offiziell" Installierten Adapter Version sieht es leider so aus.

                                      innogy-smarthome.0	2021-07-20 16:56:29.797	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.TotalMowingTime" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.796	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.SubStatus" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.796	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.SituationFlags" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.795	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.OperationTimeWR" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.794	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.OperationTimeWL" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.793	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.OperationTimeBlade" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.792	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.OperatingTime" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.791	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.MowingCycles" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.790	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.MowerStatus" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.788	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.BladeServiceTime" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.787	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.TiltSlope" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.787	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.RemainingOperationTime" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.786	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.RainSensor" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.786	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.RainDelay" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.785	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.NextOperationStartTime" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.784	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.EcoMode" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.784	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.CuttingHeight" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.783	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.Action" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.782	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.ErrorDescription" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.782	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.ChargingCycles" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.781	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.ChargingCurrent" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.780	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.BatteryLevel" has no existing object, this might lead to an error in future versions
                                      innogy-smarthome.0	2021-07-20 16:56:29.640	warn	(10168) setObject Garten.Wall-E.TotalMowingTime (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.640	warn	(10168) Unknown state (please report to dev):totalMowingTime {"name":"totalMowingTime","value":110590,"lastchanged":"2021-07-20T11:46:30.934Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.640	warn	(10168) setObject Garten.Wall-E.SubStatus (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) Unknown state (please report to dev):subStatus {"name":"subStatus","value":"READY","lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) setObject Garten.Wall-E.SituationFlags (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) Unknown state (please report to dev):situationFlags {"name":"situationFlags","value":"{\"OperationPermitted\": true,\"BatteryWeak\": false,\"BatteryFailure\": false,\"BatteryFailureSticky\":
                                      innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) setObject Garten.Wall-E.OperationTimeWR (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) Unknown state (please report to dev):operationTimeWR {"name":"operationTimeWR","value":116051,"lastchanged":"2021-07-20T11:46:31.114Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) setObject Garten.Wall-E.OperationTimeWL (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) Unknown state (please report to dev):operationTimeWL {"name":"operationTimeWL","value":116056,"lastchanged":"2021-07-20T11:46:30.937Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) setObject Garten.Wall-E.OperationTimeBlade (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) Unknown state (please report to dev):operationTimeBlade {"name":"operationTimeBlade","value":105472,"lastchanged":"2021-07-20T11:44:30.583Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) setObject Garten.Wall-E.OperatingTime (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) Unknown state (please report to dev):operatingTime {"name":"operatingTime","value":1559668,"lastchanged":"2021-07-20T14:57:28.937Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) setObject Garten.Wall-E.MowingCycles (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) Unknown state (please report to dev):mowingCycles {"name":"mowingCycles","value":3192,"lastchanged":"2021-07-20T11:08:04.617Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) setObject Garten.Wall-E.MowerStatus (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) Unknown state (please report to dev):mowerStatus {"name":"mowerStatus","value":"IDLE_BASE_STATION","lastchanged":"2021-07-20T14:41:14.866Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) setObject Garten.Wall-E.BladeServiceTime (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) Unknown state (please report to dev):bladeServiceTime {"name":"bladeServiceTime","value":100,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) setObject Garten.Wall-E.TiltSlope (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) Unknown state (please report to dev):tiltSlope {"name":"tiltSlope","value":22,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) setObject Garten.Wall-E.RemainingOperationTime (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) Unknown state (please report to dev):remainingOperationTime {"name":"remainingOperationTime","value":0,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) setObject Garten.Wall-E.RainSensor (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) Unknown state (please report to dev):rainSensor {"name":"rainSensor","value":true,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) setObject Garten.Wall-E.RainDelay (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) Unknown state (please report to dev):rainDelay {"name":"rainDelay","value":90,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) setObject Garten.Wall-E.NextOperationStartTime (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) Unknown state (please report to dev):nextOperationStartTime {"name":"nextOperationStartTime","value":0,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) setObject Garten.Wall-E.EcoMode (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) Unknown state (please report to dev):ecoMode {"name":"ecoMode","value":0,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) setObject Garten.Wall-E.CuttingHeight (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) Unknown state (please report to dev):cuttingHeight {"name":"cuttingHeight","value":30,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) setObject Garten.Wall-E.Action (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) Unknown state (please report to dev):action {"name":"action","value":"STOP_HOMING","lastchanged":"2021-07-20T11:46:44.913Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) setObject Garten.Wall-E.ErrorDescription (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) Unknown state (please report to dev):errorDescription {"name":"errorDescription","value":"CN999;ISSUE;UNKNOWN","lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) setObject Garten.Wall-E.ChargingCycles (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.632	warn	(10168) Unknown state (please report to dev):chargingCycles {"name":"chargingCycles","value":1817,"lastchanged":"2021-07-20T11:46:44.388Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.632	warn	(10168) setObject Garten.Wall-E.ChargingCurrent (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.632	warn	(10168) Unknown state (please report to dev):chargingCurrent {"name":"chargingCurrent","value":1000,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.632	warn	(10168) setObject Garten.Wall-E.BatteryLevel (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.631	warn	(10168) Unknown state (please report to dev):batteryLevel {"name":"batteryLevel","value":100,"lastchanged":"2021-07-20T13:40:50.642Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.631	warn	(10168) setObject Büro.Rauchmelder-Büro.IsSmokeAlarm (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.631	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.630	warn	(10168) setObject Garten.Rauchmelder-E-Bike-Ladestation.IsSmokeAlarm (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.630	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.629	warn	(10168) setObject Flur.Rauchmelder-Flur-OG.IsSmokeAlarm (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.629	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.629	warn	(10168) setObject Kinderzimmer-OG.Rauchmelder.IsSmokeAlarm (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.629	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.628	warn	(10168) setObject Keller.Rauchmelder-Speicher.IsSmokeAlarm (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.628	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.628	warn	(10168) setObject Ankleidezimmer.Rauchmelder.IsSmokeAlarm (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.627	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.627	warn	(10168) setObject Flur.Rauchmelder-Flur.IsSmokeAlarm (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.626	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.626	warn	(10168) setObject Variable.HTTP-Anfrage.IsSending (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.625	warn	(10168) Unknown state (please report to dev):isSending {"name":"isSending","value":false,"lastchanged":"2021-07-19T19:44:56.621Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.625	warn	(10168) setObject Variable.HTTP-Anfrage.HTTPResponseStatus (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.625	warn	(10168) Unknown state (please report to dev):HTTPResponseStatus {"name":"HTTPResponseStatus","value":"Success","lastchanged":"2021-07-19T19:44:56.620Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.623	warn	(10168) setObject Garten.Alarmsirene.ActiveChannel (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.622	warn	(10168) Unknown state (please report to dev):activeChannel {"name":"activeChannel","value":"None","lastchanged":"1970-01-01T00:00:00.000Z"}
                                      innogy-smarthome.0	2021-07-20 16:56:29.622	warn	(10168) setObject Garten.Alarmsirene.IsOn (type=state) property common.role missing!
                                      innogy-smarthome.0	2021-07-20 16:56:29.622	warn	(10168) Unknown state (please report to dev):isOn {"name":"isOn","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                      

                                      ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                                      apollon77A 1 Antwort Letzte Antwort
                                      0
                                      • JB_SullivanJ JB_Sullivan

                                        Ich habe gerade den Innogy Adapter in 0.3.6 angeboten bekommen und installiert. Als ich die GIT Version drauf hatte, war alles OK, mit der "offiziell" Installierten Adapter Version sieht es leider so aus.

                                        innogy-smarthome.0	2021-07-20 16:56:29.797	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.TotalMowingTime" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.796	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.SubStatus" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.796	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.SituationFlags" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.795	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.OperationTimeWR" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.794	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.OperationTimeWL" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.793	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.OperationTimeBlade" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.792	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.OperatingTime" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.791	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.MowingCycles" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.790	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.MowerStatus" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.788	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.BladeServiceTime" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.787	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.TiltSlope" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.787	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.RemainingOperationTime" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.786	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.RainSensor" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.786	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.RainDelay" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.785	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.NextOperationStartTime" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.784	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.EcoMode" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.784	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.CuttingHeight" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.783	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.Action" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.782	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.ErrorDescription" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.782	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.ChargingCycles" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.781	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.ChargingCurrent" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.780	warn	(10168) State "innogy-smarthome.0.Garten.Wall-E.BatteryLevel" has no existing object, this might lead to an error in future versions
                                        innogy-smarthome.0	2021-07-20 16:56:29.640	warn	(10168) setObject Garten.Wall-E.TotalMowingTime (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.640	warn	(10168) Unknown state (please report to dev):totalMowingTime {"name":"totalMowingTime","value":110590,"lastchanged":"2021-07-20T11:46:30.934Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.640	warn	(10168) setObject Garten.Wall-E.SubStatus (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) Unknown state (please report to dev):subStatus {"name":"subStatus","value":"READY","lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) setObject Garten.Wall-E.SituationFlags (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) Unknown state (please report to dev):situationFlags {"name":"situationFlags","value":"{\"OperationPermitted\": true,\"BatteryWeak\": false,\"BatteryFailure\": false,\"BatteryFailureSticky\":
                                        innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) setObject Garten.Wall-E.OperationTimeWR (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.639	warn	(10168) Unknown state (please report to dev):operationTimeWR {"name":"operationTimeWR","value":116051,"lastchanged":"2021-07-20T11:46:31.114Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) setObject Garten.Wall-E.OperationTimeWL (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) Unknown state (please report to dev):operationTimeWL {"name":"operationTimeWL","value":116056,"lastchanged":"2021-07-20T11:46:30.937Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) setObject Garten.Wall-E.OperationTimeBlade (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) Unknown state (please report to dev):operationTimeBlade {"name":"operationTimeBlade","value":105472,"lastchanged":"2021-07-20T11:44:30.583Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.638	warn	(10168) setObject Garten.Wall-E.OperatingTime (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) Unknown state (please report to dev):operatingTime {"name":"operatingTime","value":1559668,"lastchanged":"2021-07-20T14:57:28.937Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) setObject Garten.Wall-E.MowingCycles (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) Unknown state (please report to dev):mowingCycles {"name":"mowingCycles","value":3192,"lastchanged":"2021-07-20T11:08:04.617Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) setObject Garten.Wall-E.MowerStatus (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) Unknown state (please report to dev):mowerStatus {"name":"mowerStatus","value":"IDLE_BASE_STATION","lastchanged":"2021-07-20T14:41:14.866Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.637	warn	(10168) setObject Garten.Wall-E.BladeServiceTime (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) Unknown state (please report to dev):bladeServiceTime {"name":"bladeServiceTime","value":100,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) setObject Garten.Wall-E.TiltSlope (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) Unknown state (please report to dev):tiltSlope {"name":"tiltSlope","value":22,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) setObject Garten.Wall-E.RemainingOperationTime (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.636	warn	(10168) Unknown state (please report to dev):remainingOperationTime {"name":"remainingOperationTime","value":0,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) setObject Garten.Wall-E.RainSensor (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) Unknown state (please report to dev):rainSensor {"name":"rainSensor","value":true,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) setObject Garten.Wall-E.RainDelay (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) Unknown state (please report to dev):rainDelay {"name":"rainDelay","value":90,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.635	warn	(10168) setObject Garten.Wall-E.NextOperationStartTime (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) Unknown state (please report to dev):nextOperationStartTime {"name":"nextOperationStartTime","value":0,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) setObject Garten.Wall-E.EcoMode (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) Unknown state (please report to dev):ecoMode {"name":"ecoMode","value":0,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) setObject Garten.Wall-E.CuttingHeight (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.634	warn	(10168) Unknown state (please report to dev):cuttingHeight {"name":"cuttingHeight","value":30,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) setObject Garten.Wall-E.Action (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) Unknown state (please report to dev):action {"name":"action","value":"STOP_HOMING","lastchanged":"2021-07-20T11:46:44.913Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) setObject Garten.Wall-E.ErrorDescription (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) Unknown state (please report to dev):errorDescription {"name":"errorDescription","value":"CN999;ISSUE;UNKNOWN","lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.633	warn	(10168) setObject Garten.Wall-E.ChargingCycles (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.632	warn	(10168) Unknown state (please report to dev):chargingCycles {"name":"chargingCycles","value":1817,"lastchanged":"2021-07-20T11:46:44.388Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.632	warn	(10168) setObject Garten.Wall-E.ChargingCurrent (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.632	warn	(10168) Unknown state (please report to dev):chargingCurrent {"name":"chargingCurrent","value":1000,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.632	warn	(10168) setObject Garten.Wall-E.BatteryLevel (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.631	warn	(10168) Unknown state (please report to dev):batteryLevel {"name":"batteryLevel","value":100,"lastchanged":"2021-07-20T13:40:50.642Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.631	warn	(10168) setObject Büro.Rauchmelder-Büro.IsSmokeAlarm (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.631	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.630	warn	(10168) setObject Garten.Rauchmelder-E-Bike-Ladestation.IsSmokeAlarm (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.630	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.629	warn	(10168) setObject Flur.Rauchmelder-Flur-OG.IsSmokeAlarm (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.629	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.629	warn	(10168) setObject Kinderzimmer-OG.Rauchmelder.IsSmokeAlarm (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.629	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.628	warn	(10168) setObject Keller.Rauchmelder-Speicher.IsSmokeAlarm (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.628	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.628	warn	(10168) setObject Ankleidezimmer.Rauchmelder.IsSmokeAlarm (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.627	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.627	warn	(10168) setObject Flur.Rauchmelder-Flur.IsSmokeAlarm (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.626	warn	(10168) Unknown state (please report to dev):isSmokeAlarm {"name":"isSmokeAlarm","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.626	warn	(10168) setObject Variable.HTTP-Anfrage.IsSending (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.625	warn	(10168) Unknown state (please report to dev):isSending {"name":"isSending","value":false,"lastchanged":"2021-07-19T19:44:56.621Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.625	warn	(10168) setObject Variable.HTTP-Anfrage.HTTPResponseStatus (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.625	warn	(10168) Unknown state (please report to dev):HTTPResponseStatus {"name":"HTTPResponseStatus","value":"Success","lastchanged":"2021-07-19T19:44:56.620Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.623	warn	(10168) setObject Garten.Alarmsirene.ActiveChannel (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.622	warn	(10168) Unknown state (please report to dev):activeChannel {"name":"activeChannel","value":"None","lastchanged":"1970-01-01T00:00:00.000Z"}
                                        innogy-smarthome.0	2021-07-20 16:56:29.622	warn	(10168) setObject Garten.Alarmsirene.IsOn (type=state) property common.role missing!
                                        innogy-smarthome.0	2021-07-20 16:56:29.622	warn	(10168) Unknown state (please report to dev):isOn {"name":"isOn","value":false,"lastchanged":"1970-01-01T00:00:00.000Z"}
                                        
                                        apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        schrieb am zuletzt editiert von
                                        #559

                                        @jb_sullivan Neue innogy ist 0.3.7 ... das kommt erst später ins Latest ... da warste jetzt wohl zu schnell. Nimm Github version und fertig

                                        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

                                          @jb_sullivan sagte in js-controller 3.3 jetzt im Beta:

                                          _

                                          zeig bitte mal Debug log ... ich hab keine Ahnung wo der state her kommt und so

                                          JB_SullivanJ Offline
                                          JB_SullivanJ Offline
                                          JB_Sullivan
                                          schrieb am zuletzt editiert von
                                          #560

                                          @apollon77

                                          Mehr ist über DEBUG beim Roomba nicht raus zu bekommen.

                                          roomba.0	2021-07-20 20:03:29.694	info	(11856) State value to set for "roomba.0.states._connected" has to be type "string" but received type "boolean"
                                          roomba.0	2021-07-20 20:03:29.693	info	(11856) State value to set for "roomba.0.states._connected" has to be type "string" but received type "boolean"
                                          roomba.0	2021-07-20 20:03:29.691	debug	(11856) Updated state states._connected to value false (from null).
                                          roomba.0	2021-07-20 20:03:29.690	debug	(11856) Updated state states._connected to value false (from null).
                                          roomba.0	2021-07-20 20:03:29.685	debug	(11856) {"errno":-4077,"code":"ECONNRESET","syscall":"read"}
                                          roomba.0	2021-07-20 20:03:29.685	warn	(11856) Unknown error! Please see debug log for details.
                                          roomba.0	2021-07-20 20:03:29.685	info	(11856) Roomba Connection closed.
                                          roomba.0	2021-07-20 20:03:29.684	warn	(11856) Connection lost! Roomba offline.
                                          roomba.0	2021-07-20 20:03:13.317	debug	(11856) system.adapter.admin.0: logging true
                                          roomba.0	2021-07-20 20:03:11.759	debug	(11856) Updated state info.connection to value true (from null).
                                          roomba.0	2021-07-20 20:03:11.751	debug	(11856) Updated state info.connection to value false (from null).
                                          roomba.0	2021-07-20 20:03:11.651	info	(11856) Connecting to Roomba (10.122.60.10)..
                                          roomba.0	2021-07-20 20:03:11.597	info	(11856) starting. Version 1.1.4 in C:/iobroker/GLT/node_modules/iobroker.roomba, node: v14.16.0, js-controller: 3.3.14
                                          

                                          ioBroker auf Intel Core i3-5005U NUC und Windwos10 Pro

                                          apollon77A 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

                                          669

                                          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