Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. [gelöst] Fehlerlog bei Homematic Fensterkontakte über Aqara

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    5
    1
    109

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    8
    1
    152

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    865

[gelöst] Fehlerlog bei Homematic Fensterkontakte über Aqara

Scheduled Pinned Locked Moved Einsteigerfragen
aqarahomematic ipskripte
23 Posts 5 Posters 1.6k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • AlmixxA Almixx
    {
      "_id": "0_userdata.0.Fenster.Fenster_Büro_EG",
      "type": "state",
      "common": {
        "name": "Fenster_Büro_EG",
        "role": null,
        "type": "boolean",
        "read": true,
        "write": true,
        "desc": "Manuell erzeugt",
        "def": false
      },
      "native": {},
      "acl": {
        "object": 1636,
        "state": 1636,
        "owner": "system.user.admin",
        "ownerGroup": "system.group.administrator"
      },
      "from": "system.adapter.admin.0",
      "user": "system.user.admin",
      "ts": 1668588159978
    }
    
    CodierknechtC Online
    CodierknechtC Online
    Codierknecht
    Developer Most Active
    wrote on last edited by
    #10

    @almixx
    Das wissen wir schon.

    Interessant ist das Script bzw. der Bereich aus Deinem Blockly, wo dieser DP geschrieben wird.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
    HmIP|ZigBee|Tasmota|Unifi
    Zabbix Certified Specialist
    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

    1 Reply Last reply
    0
    • AlmixxA Almixx
      {
        "_id": "0_userdata.0.Fenster.Fenster_Büro_EG",
        "type": "state",
        "common": {
          "name": "Fenster_Büro_EG",
          "role": null,
          "type": "boolean",
          "read": true,
          "write": true,
          "desc": "Manuell erzeugt",
          "def": false
        },
        "native": {},
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1668588159978
      }
      
      AlmixxA Offline
      AlmixxA Offline
      Almixx
      wrote on last edited by
      #11

      Name ist egal, ist bei allen gleich... hier jetzt Fenster Büro..

      CinimodC CodierknechtC 3 Replies Last reply
      0
      • AlmixxA Almixx

        Name ist egal, ist bei allen gleich... hier jetzt Fenster Büro..

        CinimodC Offline
        CinimodC Offline
        Cinimod
        Most Active
        wrote on last edited by
        #12

        @almixx

        Ja dann hat es Paul ja schon gesagt ... dann musst du true und false senden nicht 1 und 0 ...

        Synology DS918+, Fritzbox 6690 Cable, #Docker #Blockly #Vis2 #Deconz #Tasmota

        1 Reply Last reply
        0
        • AlmixxA Almixx

          Name ist egal, ist bei allen gleich... hier jetzt Fenster Büro..

          CodierknechtC Online
          CodierknechtC Online
          Codierknecht
          Developer Most Active
          wrote on last edited by Codierknecht
          #13

          @almixx
          <Quatsch>
          Schreibe statt 0 oder 1 ein Falsch bzw. Wahr in die Datenpunkte.

          "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

          Proxmox 9.1.1 LXC|8 GB|Core i7-6700
          HmIP|ZigBee|Tasmota|Unifi
          Zabbix Certified Specialist
          Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

          1 Reply Last reply
          0
          • AlmixxA Almixx

            Name ist egal, ist bei allen gleich... hier jetzt Fenster Büro..

            CodierknechtC Online
            CodierknechtC Online
            Codierknecht
            Developer Most Active
            wrote on last edited by
            #14

            @almixx
            Das was Du uns zeigst passt überhaupt nicht zur Fehlermeldung und auch nicht zu der Definition des DP die Du zeigst.
            In der Fehlermeldung ist von 0_userdata.0.Fenster.Fenster_SZ_OG die Rede.
            Es wäre also äußerst praktisch, wenn Du den Teil des Blockly zeigst, in dem genau dieser DP geschrieben wird.
            Was wir sehen ist etwas mit ...WINDOW_STATE

            Mein Tipp: Auch dort steht
            e51fcde9-e3cb-42d4-8b2e-ba67e4abc4ad-image.png

            Die "1" musst Du (an allen relevanten Stellen) durch "Wahr" ersetzen - dann klappt's auch mit dem Nachbarn ;-)

            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
            HmIP|ZigBee|Tasmota|Unifi
            Zabbix Certified Specialist
            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

            CodierknechtC 1 Reply Last reply
            0
            • HomoranH Do not disturb
              HomoranH Do not disturb
              Homoran
              Global Moderator Administrators
              wrote on last edited by
              #15

              @Almixx
              der gesuchte Block ist zwar auch blau, befindet sich aber unter Logik

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              AlmixxA 1 Reply Last reply
              0
              • HomoranH Homoran

                @Almixx
                der gesuchte Block ist zwar auch blau, befindet sich aber unter Logik

                AlmixxA Offline
                AlmixxA Offline
                Almixx
                wrote on last edited by Homoran
                #16

                @homoran

                javascript.0
                2022-11-16 11:32:27.917	info	State value to set for "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                
                javascript.0
                2022-11-16 11:32:27.917	info	State value to set for "0_userdata.0.Fenster.Fenster_SZ_EG" has to be type "boolean" but received type "number"
                
                javascript.0
                2022-11-16 11:32:27.915	info	State value to set for "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" has to be type "boolean" but received type "number"
                
                javascript.0
                2022-11-16 11:32:27.901	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.901	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                
                javascript.0
                2022-11-16 11:32:27.901	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.901	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                
                javascript.0
                2022-11-16 11:32:27.901	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:38:5)
                
                javascript.0
                2022-11-16 11:32:27.901	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                
                javascript.0
                2022-11-16 11:32:27.900	warn	You are assigning a boolean to the state "hm-rpc.0.0012999395295D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.900	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.900	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                
                javascript.0
                2022-11-16 11:32:27.900	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.900	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                
                javascript.0
                2022-11-16 11:32:27.900	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:37:5)
                
                javascript.0
                2022-11-16 11:32:27.899	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                
                javascript.0
                2022-11-16 11:32:27.899	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.899	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.899	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                
                javascript.0
                2022-11-16 11:32:27.898	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.898	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                
                javascript.0
                2022-11-16 11:32:27.898	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:38:5)
                
                javascript.0
                2022-11-16 11:32:27.898	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                
                javascript.0
                2022-11-16 11:32:27.898	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.897	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.897	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                
                javascript.0
                2022-11-16 11:32:27.897	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.897	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                
                javascript.0
                2022-11-16 11:32:27.897	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:30:5)
                
                javascript.0
                2022-11-16 11:32:27.896	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                
                javascript.0
                2022-11-16 11:32:27.896	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.034	info	State value to set for "hm-rpc.0.0012999395295D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                
                javascript.0
                2022-11-16 11:32:27.033	info	State value to set for "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                
                javascript.0
                2022-11-16 11:32:27.032	info	State value to set for "0_userdata.0.Fenster.Fenster_SZ_EG" has to be type "boolean" but received type "number"
                
                javascript.0
                2022-11-16 11:32:27.022	info	State value to set for "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" has to be type "boolean" but received type "number"
                
                javascript.0
                2022-11-16 11:32:27.014	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.013	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:35:5)
                
                javascript.0
                2022-11-16 11:32:27.014	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.012	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.014	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                
                javascript.0
                2022-11-16 11:32:27.014	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.014	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                
                javascript.0
                2022-11-16 11:32:27.013	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:35:5)
                
                javascript.0
                2022-11-16 11:32:27.013	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                
                javascript.0
                2022-11-16 11:32:27.013	warn	You are assigning a boolean to the state "hm-rpc.0.0012999395295D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.012	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.010	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.009	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.012	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                
                javascript.0
                2022-11-16 11:32:27.012	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.012	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                
                javascript.0
                2022-11-16 11:32:27.012	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:34:5)
                
                javascript.0
                2022-11-16 11:32:27.011	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                
                javascript.0
                2022-11-16 11:32:27.010	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.008	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.010	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.010	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                
                javascript.0
                2022-11-16 11:32:27.009	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.007	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.009	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                
                javascript.0
                2022-11-16 11:32:27.009	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:36:5)
                
                javascript.0
                2022-11-16 11:32:27.009	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                
                javascript.0
                2022-11-16 11:32:27.008	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                
                javascript.0
                2022-11-16 11:32:27.008	warn	at processImmediate (node:internal/timers:466:21)
                
                javascript.0
                2022-11-16 11:32:27.008	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                
                javascript.0
                2022-11-16 11:32:27.007	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                
                javascript.0
                2022-11-16 11:32:27.007	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                
                javascript.0
                2022-11-16 11:32:27.007	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:28:5)
                
                javascript.0
                2022-11-16 11:32:27.007	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                
                javascript.0
                2022-11-16 11:32:27.006	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                

                dann kommt das...

                AlmixxA paul53P 2 Replies Last reply
                0
                • AlmixxA Almixx

                  @homoran

                  javascript.0
                  2022-11-16 11:32:27.917	info	State value to set for "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                  
                  javascript.0
                  2022-11-16 11:32:27.917	info	State value to set for "0_userdata.0.Fenster.Fenster_SZ_EG" has to be type "boolean" but received type "number"
                  
                  javascript.0
                  2022-11-16 11:32:27.915	info	State value to set for "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" has to be type "boolean" but received type "number"
                  
                  javascript.0
                  2022-11-16 11:32:27.901	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.901	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                  
                  javascript.0
                  2022-11-16 11:32:27.901	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.901	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                  
                  javascript.0
                  2022-11-16 11:32:27.901	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:38:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.901	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                  
                  javascript.0
                  2022-11-16 11:32:27.900	warn	You are assigning a boolean to the state "hm-rpc.0.0012999395295D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.900	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.900	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                  
                  javascript.0
                  2022-11-16 11:32:27.900	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.900	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                  
                  javascript.0
                  2022-11-16 11:32:27.900	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:37:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.899	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                  
                  javascript.0
                  2022-11-16 11:32:27.899	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.899	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.899	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                  
                  javascript.0
                  2022-11-16 11:32:27.898	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.898	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                  
                  javascript.0
                  2022-11-16 11:32:27.898	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:38:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.898	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                  
                  javascript.0
                  2022-11-16 11:32:27.898	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.897	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.897	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                  
                  javascript.0
                  2022-11-16 11:32:27.897	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.897	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                  
                  javascript.0
                  2022-11-16 11:32:27.897	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:30:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.896	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                  
                  javascript.0
                  2022-11-16 11:32:27.896	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.034	info	State value to set for "hm-rpc.0.0012999395295D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                  
                  javascript.0
                  2022-11-16 11:32:27.033	info	State value to set for "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                  
                  javascript.0
                  2022-11-16 11:32:27.032	info	State value to set for "0_userdata.0.Fenster.Fenster_SZ_EG" has to be type "boolean" but received type "number"
                  
                  javascript.0
                  2022-11-16 11:32:27.022	info	State value to set for "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" has to be type "boolean" but received type "number"
                  
                  javascript.0
                  2022-11-16 11:32:27.014	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.013	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:35:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.014	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.012	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.014	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                  
                  javascript.0
                  2022-11-16 11:32:27.014	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.014	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                  
                  javascript.0
                  2022-11-16 11:32:27.013	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:35:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.013	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                  
                  javascript.0
                  2022-11-16 11:32:27.013	warn	You are assigning a boolean to the state "hm-rpc.0.0012999395295D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.012	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.010	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.009	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.012	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                  
                  javascript.0
                  2022-11-16 11:32:27.012	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.012	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                  
                  javascript.0
                  2022-11-16 11:32:27.012	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:34:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.011	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                  
                  javascript.0
                  2022-11-16 11:32:27.010	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.008	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.010	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.010	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                  
                  javascript.0
                  2022-11-16 11:32:27.009	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.007	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.009	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                  
                  javascript.0
                  2022-11-16 11:32:27.009	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:36:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.009	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                  
                  javascript.0
                  2022-11-16 11:32:27.008	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                  
                  javascript.0
                  2022-11-16 11:32:27.008	warn	at processImmediate (node:internal/timers:466:21)
                  
                  javascript.0
                  2022-11-16 11:32:27.008	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                  
                  javascript.0
                  2022-11-16 11:32:27.007	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                  
                  javascript.0
                  2022-11-16 11:32:27.007	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                  
                  javascript.0
                  2022-11-16 11:32:27.007	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:28:5)
                  
                  javascript.0
                  2022-11-16 11:32:27.007	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                  
                  javascript.0
                  2022-11-16 11:32:27.006	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                  

                  dann kommt das...

                  AlmixxA Offline
                  AlmixxA Offline
                  Almixx
                  wrote on last edited by
                  #17

                  dann kommt das

                  HomoranH 1 Reply Last reply
                  0
                  • AlmixxA Almixx

                    dann kommt das

                    HomoranH Do not disturb
                    HomoranH Do not disturb
                    Homoran
                    Global Moderator Administrators
                    wrote on last edited by
                    #18

                    @almixx sagte in Fehlerlog bei Homematic Fensterkontakte über Aqara:

                    dann kommt das

                    wann?

                    da sind mindestens 3 Werte von falschem Typ

                    
                    2022-11-16 11:32:27.917	info	State value to set for "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                    
                    javascript.0
                    
                    2022-11-16 11:32:27.917	info	State value to set for "0_userdata.0.Fenster.Fenster_SZ_EG" has to be type "boolean" but received type "number"
                    
                    javascript.0
                    
                    2022-11-16 11:32:27.915	info	State value to set for "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" has to be type "boolean" but received type "number"
                    
                    

                    liest du das log auch, oder postest du es nur?

                    kein Support per PN! - Fragen im Forum stellen -
                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    1 Reply Last reply
                    0
                    • AlmixxA Almixx

                      @homoran

                      javascript.0
                      2022-11-16 11:32:27.917	info	State value to set for "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                      
                      javascript.0
                      2022-11-16 11:32:27.917	info	State value to set for "0_userdata.0.Fenster.Fenster_SZ_EG" has to be type "boolean" but received type "number"
                      
                      javascript.0
                      2022-11-16 11:32:27.915	info	State value to set for "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" has to be type "boolean" but received type "number"
                      
                      javascript.0
                      2022-11-16 11:32:27.901	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.901	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                      
                      javascript.0
                      2022-11-16 11:32:27.901	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.901	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                      
                      javascript.0
                      2022-11-16 11:32:27.901	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:38:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.901	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                      
                      javascript.0
                      2022-11-16 11:32:27.900	warn	You are assigning a boolean to the state "hm-rpc.0.0012999395295D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.900	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.900	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                      
                      javascript.0
                      2022-11-16 11:32:27.900	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.900	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                      
                      javascript.0
                      2022-11-16 11:32:27.900	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:37:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.899	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                      
                      javascript.0
                      2022-11-16 11:32:27.899	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.899	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.899	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                      
                      javascript.0
                      2022-11-16 11:32:27.898	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.898	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                      
                      javascript.0
                      2022-11-16 11:32:27.898	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:38:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.898	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                      
                      javascript.0
                      2022-11-16 11:32:27.898	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.897	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.897	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                      
                      javascript.0
                      2022-11-16 11:32:27.897	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.897	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                      
                      javascript.0
                      2022-11-16 11:32:27.897	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:30:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.896	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                      
                      javascript.0
                      2022-11-16 11:32:27.896	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.034	info	State value to set for "hm-rpc.0.0012999395295D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                      
                      javascript.0
                      2022-11-16 11:32:27.033	info	State value to set for "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" has to be type "number" but received type "boolean"
                      
                      javascript.0
                      2022-11-16 11:32:27.032	info	State value to set for "0_userdata.0.Fenster.Fenster_SZ_EG" has to be type "boolean" but received type "number"
                      
                      javascript.0
                      2022-11-16 11:32:27.022	info	State value to set for "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" has to be type "boolean" but received type "number"
                      
                      javascript.0
                      2022-11-16 11:32:27.014	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.013	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:35:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.014	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.012	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.014	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                      
                      javascript.0
                      2022-11-16 11:32:27.014	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.014	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                      
                      javascript.0
                      2022-11-16 11:32:27.013	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:35:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.013	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                      
                      javascript.0
                      2022-11-16 11:32:27.013	warn	You are assigning a boolean to the state "hm-rpc.0.0012999395295D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.012	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.010	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.009	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.012	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                      
                      javascript.0
                      2022-11-16 11:32:27.012	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.012	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                      
                      javascript.0
                      2022-11-16 11:32:27.012	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Homematic:34:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.011	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                      
                      javascript.0
                      2022-11-16 11:32:27.010	warn	You are assigning a boolean to the state "hm-rpc.0.000A9F298FC85D.1.WINDOW_STATE" which expects a number. Please fix your code to use a number or change the state type to boolean. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.008	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.010	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.010	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                      
                      javascript.0
                      2022-11-16 11:32:27.009	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.007	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.009	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                      
                      javascript.0
                      2022-11-16 11:32:27.009	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:36:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.009	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                      
                      javascript.0
                      2022-11-16 11:32:27.008	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                      
                      javascript.0
                      2022-11-16 11:32:27.008	warn	at processImmediate (node:internal/timers:466:21)
                      
                      javascript.0
                      2022-11-16 11:32:27.008	warn	at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5375:56)
                      
                      javascript.0
                      2022-11-16 11:32:27.007	warn	at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:596:29)
                      
                      javascript.0
                      2022-11-16 11:32:27.007	warn	at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1214:38)
                      
                      javascript.0
                      2022-11-16 11:32:27.007	warn	at Object.<anonymous> (script.js.Fenster.Fensterkontakte_in_Heizview:28:5)
                      
                      javascript.0
                      2022-11-16 11:32:27.007	warn	at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1689:20)
                      
                      javascript.0
                      2022-11-16 11:32:27.006	warn	You are assigning a number to the state "0_userdata.0.Fenster.Fenster_Tür_SZ_EG" which expects a boolean. Please fix your code to use a boolean or change the state type to number. This warning might become an error in future versions.
                      

                      dann kommt das...

                      paul53P Offline
                      paul53P Offline
                      paul53
                      wrote on last edited by paul53
                      #19

                      @almixx
                      Also sind die WINDOW_STATE-Datenpunkte vom Typ "number" und erwarten 0 und 1. Die eigenen Datenpunkte unter "0_userdata.0" sind von Typ "boolean" und erwarten falsch und wahr.
                      EDIT: Wozu dienen die eigenen Datenpunkte unter "0_userdata.0"?

                      Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                      Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                      1 Reply Last reply
                      1
                      • CodierknechtC Codierknecht

                        @almixx
                        Das was Du uns zeigst passt überhaupt nicht zur Fehlermeldung und auch nicht zu der Definition des DP die Du zeigst.
                        In der Fehlermeldung ist von 0_userdata.0.Fenster.Fenster_SZ_OG die Rede.
                        Es wäre also äußerst praktisch, wenn Du den Teil des Blockly zeigst, in dem genau dieser DP geschrieben wird.
                        Was wir sehen ist etwas mit ...WINDOW_STATE

                        Mein Tipp: Auch dort steht
                        e51fcde9-e3cb-42d4-8b2e-ba67e4abc4ad-image.png

                        Die "1" musst Du (an allen relevanten Stellen) durch "Wahr" ersetzen - dann klappt's auch mit dem Nachbarn ;-)

                        CodierknechtC Online
                        CodierknechtC Online
                        Codierknecht
                        Developer Most Active
                        wrote on last edited by
                        #20

                        @codierknecht sagte in Fehlerlog bei Homematic Fensterkontakte über Aqara:

                        an allen relevanten Stellen

                        Lesen und verstehen: ... an allen relevanten Stellen ...
                        Nicht an den falschen Stellen!

                        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                        HmIP|ZigBee|Tasmota|Unifi
                        Zabbix Certified Specialist
                        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                        AlmixxA 1 Reply Last reply
                        1
                        • CodierknechtC Codierknecht

                          @codierknecht sagte in Fehlerlog bei Homematic Fensterkontakte über Aqara:

                          an allen relevanten Stellen

                          Lesen und verstehen: ... an allen relevanten Stellen ...
                          Nicht an den falschen Stellen!

                          AlmixxA Offline
                          AlmixxA Offline
                          Almixx
                          wrote on last edited by
                          #21

                          @codierknecht
                          habs gefunden, war in einem anderem Skript. Habe von 0/1 auf Wahr/falsch geswitcht. Trotzdem habe ich die Fehlermeldung nicht so ganz verstanden :man-shrugging:
                          Trotzdem Danke an alle !!

                          CodierknechtC 1 Reply Last reply
                          0
                          • AlmixxA Almixx

                            @codierknecht
                            habs gefunden, war in einem anderem Skript. Habe von 0/1 auf Wahr/falsch geswitcht. Trotzdem habe ich die Fehlermeldung nicht so ganz verstanden :man-shrugging:
                            Trotzdem Danke an alle !!

                            CodierknechtC Online
                            CodierknechtC Online
                            Codierknecht
                            Developer Most Active
                            wrote on last edited by
                            #22

                            @almixx
                            Schön dass es wieder läuft!
                            Dann ändere bitte Deinen Eingangspost und schreibe ein "[gelöst] - " vor den Titel.

                            Für zukünftige Probleme:
                            Die Fehlermeldung ist da eigentlich eindeutig.
                            10bb352d-460d-4fae-9169-e07ae6684cd9-image.png
                            Dort steht, dass Du versuchst eine Zahl (number) in den genannten Datenpunkt zu schreiben, der einen Wahr/Falsch-Wert (boolean) erwartet.

                            Zwei Einträge später steht sogar, in welchem Script der Fehler auftritt.
                            d359fe94-39e4-42c9-833a-52a1022d4066-image.png

                            Macht die Fehlersuche dann einfacher ;-)

                            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                            HmIP|ZigBee|Tasmota|Unifi
                            Zabbix Certified Specialist
                            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                            AlmixxA 1 Reply Last reply
                            1
                            • CodierknechtC Codierknecht

                              @almixx
                              Schön dass es wieder läuft!
                              Dann ändere bitte Deinen Eingangspost und schreibe ein "[gelöst] - " vor den Titel.

                              Für zukünftige Probleme:
                              Die Fehlermeldung ist da eigentlich eindeutig.
                              10bb352d-460d-4fae-9169-e07ae6684cd9-image.png
                              Dort steht, dass Du versuchst eine Zahl (number) in den genannten Datenpunkt zu schreiben, der einen Wahr/Falsch-Wert (boolean) erwartet.

                              Zwei Einträge später steht sogar, in welchem Script der Fehler auftritt.
                              d359fe94-39e4-42c9-833a-52a1022d4066-image.png

                              Macht die Fehlersuche dann einfacher ;-)

                              AlmixxA Offline
                              AlmixxA Offline
                              Almixx
                              wrote on last edited by
                              #23

                              @codierknecht
                              Danke! jetzt hab ich es 🙈

                              1 Reply Last reply
                              0

                              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                              With your input, this post could be even better 💗

                              Register Login
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              502

                              Online

                              32.8k

                              Users

                              82.7k

                              Topics

                              1.3m

                              Posts
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                              ioBroker Community 2014-2025
                              logo
                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Home
                              • Recent
                              • Tags
                              • Unread 0
                              • Categories
                              • Unreplied
                              • Popular
                              • GitHub
                              • Docu
                              • Hilfe