Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter SmartControl 0.3.x-0.6.x Latest

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter SmartControl 0.3.x-0.6.x Latest

    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      Kueppert last edited by Kueppert

      Hallo zusammen, ich hab jetzt nach und nach alle meine Geräte auf Alias umgestellt. Im SmartControl hab ich das gestern und heute nachgezogen und dort auch auf ALias umgestellt - führt dazu, dass nun keine Auslöser reagieren???
      Beispiel:
      Schlafzimmerschranktür (RAW):

      {
        "type": "state",
        "common": {
          "name": "Schlafzimmer Schrank",
          "type": "state",
          "read": true,
          "write": true,
          "role": "state",
          "alias": {
            "id": "zigbee.0.00158d0002753c0b.opened"
          },
          "states": {
            "true": "geöffnet",
            "false": "geschlossen"
          }
        },
        "native": {},
        "from": "system.adapter.javascript.0",
        "user": "system.user.admin",
        "ts": 1615230099502,
        "_id": "alias.0.Tueren.Schlafzimmerschrank",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      

      und das RAW von der Steckdose für das Schranklicht:

      {
        "type": "state",
        "common": {
          "type": "state",
          "role": "switch",
          "read": true,
          "write": true,
          "storeMap": true,
          "name": "Schlafzimmer Schrank",
          "alias": {
            "id": "sonoff.0.Sonoff-S20-Schlafzimmer.POWER"
          },
          "states": {
            "true": "an",
            "false": "aus"
          }
        },
        "native": {},
        "from": "system.adapter.javascript.0",
        "user": "system.user.admin",
        "ts": 1615230437825,
        "_id": "alias.0.Steckdosen.Schlafzimmer Schrank",
        "acl": {
          "object": 1636,
          "state": 1636,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        }
      }
      

      im Smartcontrol (lief vorher alles supi) so eingetragen:
      37d6b362-38ed-4040-b4ef-16633dd9dbac-image.png
      Zielgerät:
      e36c5798-a2cf-4e5b-b37d-463145e3b1e6-image.png
      unter Zonen wie folgt:
      c9b215d2-145e-4cc5-8e45-da80438b5196-image.png

      Irgendwas mag der Adapter nicht mehr. Hab das Logging erweitert. Da kommt beim Öffnen/Schließen vom Schrank garnichts...keine Meldung 😕 Der Alias-DP für das Öffnen/Schließen von der Schranktür verändert sich aber wenn ich die Schranktür öffne/schließe...

      NACHTRAG:
      Die Option für ALias hab ich bereits eingeschaltet gehabt:
      7b5fa3e9-f99a-4a4a-b148-d6e61024245a-image.png

      da_Woody 1 Reply Last reply Reply Quote 0
      • da_Woody
        da_Woody @Kueppert last edited by

        @kueppert said in Test Adapter SmartControl 0.3.x-0.6.x Latest:

        "name": "Schlafzimmer Schrank",

        beide selben name? eventuell noch bei zielgeräte prüfung deaktivieren anhaken.
        du hast auch überall rechts oben in der blauen leiste ein 5ded99b1-e1f7-4582-8844-cf2ecc785c09-grafik.png mit erklärungen...

        K 1 Reply Last reply Reply Quote 0
        • K
          Kueppert @da_Woody last edited by Kueppert

          @da_woody hab ja den Adapter schon ewig laufen und kenne mich mit der Gerät schon einigermaßen aus 😉 Danke dir trotzdem für deine Hinweise 👍 Ich habe jetzt aber die Lösung gefunden:
          ich übersetze bei den Alias den Status zB von true/false => an/aus oder geöffnet/geschlossen. Diesen Status muss man auch in den Alias übergeben, damit der schaltet ^^ mit true/false funktioniert es dann bei Alias nicht mehr.

          da_Woody 1 Reply Last reply Reply Quote 0
          • da_Woody
            da_Woody @Kueppert last edited by

            @kueppert 😄 das ist mir nach dem posten auch noch eingefallen, war aber gerade in einem anderen posting bei shelly...

            K 1 Reply Last reply Reply Quote 0
            • K
              Kueppert @da_Woody last edited by

              @da_woody und wichtig ist, dass die Aliase hier keine Boolean sind, denn dann kann man kein AN/AUS angeben, sondern nur true/false. Hab den einen Alias-DP dann auf State umgeschlüsselt im RAW, und nun klappt es auch 🙂

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

                Komme irgendwie nicht weiter, obwohl ich denke das alles passt.

                Ich möchte das täglich 30min nach Sonnenuntergang, ein Licht angeht und um 21:30Uhr (wenn das Licht an ist) wieder ausgeschaltet wird. Finde aber meinen Fehler nicht 😕

                Zielobjekt
                2021-03-26 11.09.44 192.168.2.88 c977071960dc.png

                Auslöser
                2021-03-26 11.10.19 192.168.2.88 66f36445a4b0.png

                Zone
                2021-03-26 11.11.33 192.168.2.88 8a4adbf4fe90.png

                Wo ist mein Fehler?

                da_Woody 1 Reply Last reply Reply Quote 0
                • da_Woody
                  da_Woody @Slowman last edited by

                  @slowman zielobjekt: doppelt. dort hast du ja schon true/false
                  auslöser: fehlt haken bei ziel aus erste zeile.
                  zone: was macht du im sommer? sonnenuntergang nach 21:30?
                  is mal das was ich sofort sehe...

                  Slowman 1 Reply Last reply Reply Quote 0
                  • Slowman
                    Slowman @da_Woody last edited by Slowman

                    @da_woody

                    Zielobjekt korregiert. Nur noch 1x drin. Dürfte aber nicht gestört haben, oder?

                    2021-03-26 13.47.53 192.168.2.88 ae011145e15f.png

                    Auslöser gelassen --> er soll nach Sonnenuntergang plus 30min angehen und um 21:30 Uhr aus

                    2021-03-26 13.48.23 192.168.2.88 ef9bf4c464eb.png

                    Zone --> einmal für Einschalten und einmal für Ausschalten

                    2021-03-26 13.48.56 192.168.2.88 b31031de1b97.png

                    Gerade gelesen mit Sommer hmm.... ok neues Problem. Muss doch auch mit Smartcontrol gehen ohne gleich ein Blockly zu erstellen.

                    da_Woody 1 Reply Last reply Reply Quote 0
                    • da_Woody
                      da_Woody @Slowman last edited by da_Woody

                      @slowman 1 und 2 sollten mal passen.
                      zu 3... eventuell Abenddämmerung verwenden statt Sonnenuntergang. k.a. ob sich das im sommer ausgeht.
                      allerdings brauchst du das im sommer ja eh nicht wenns um 21:30 ausgeschalten wird.
                      vllt kannst du das mit einer zusätzlichen bedingung verknüpfen.
                      ich verwende z.b. die anwesenheit mit dem terrassenlicht. musst du selbst überlegen was du da eventuell verwenden könntest. vllt followthesun adapter?
                      139e4439-de0c-4040-9c93-12d811bd1e07-image.png

                      S Slowman 2 Replies Last reply Reply Quote 1
                      • S
                        Speedy012 @da_Woody last edited by Speedy012

                        Moin,
                        ich habe meine Türklingel mit einem Fensterkontaktsensor smart gemacht.
                        Ausgabe über Alexa klappt soweit.

                        Kann ich auch eine Nachricht über Telegram senden?
                        Unter Zielgeräte telegram.0 eintragen bekomme ich eine Fehlermeldung.

                        Über response ging es eben... vielleicht fehlte ein haken 😛

                        1 Reply Last reply Reply Quote 0
                        • Slowman
                          Slowman @da_Woody last edited by

                          @da_woody

                          Danke, angeschaltet ist das Licht erst mal 😊
                          Was ich mit dem followthesun anfangen kann, weiß ich noch nicht.

                          da_Woody 1 Reply Last reply Reply Quote 0
                          • da_Woody
                            da_Woody @Slowman last edited by

                            @slowman na geht ja! 🙂
                            follow the sun... eventuell mit dem azimut experimentieren als zusätzliche bedingung.
                            ganz schick wäre natürlich wie bei shuttercontrol, die jahreszeit.
                            aea1fae8-6a08-4b31-ab36-bcd2956d5833-grafik.png
                            gibt vllt einen adapter für sowas?

                            Stephan Schleich 1 Reply Last reply Reply Quote 0
                            • Stephan Schleich
                              Stephan Schleich @da_Woody last edited by

                              @mic ich bekomm diese Meldung, was muss ich da machen? ist die variable hardcoreded?
                              1744db00-06c9-48d7-9252-4093716e0704-image.png

                              1 Reply Last reply Reply Quote 0
                              • K
                                Kueppert last edited by Kueppert

                                Hi @Mic
                                ich meine ich hätte einen Fehler festgestellt. Vorab einige Infos:
                                ich habe für meine States Aliase angelegt - so auch für meine Türsensoren (von Xiaomi). Hier habe ich jeweils den State von true auf geöffnet umgestellt

                                RAW Beispiel-Alias:

                                {
                                  "type": "state",
                                  "common": {
                                    "name": "Eingangstür",
                                    "type": "state",
                                    "read": true,
                                    "write": false,
                                    "role": "state",
                                    "alias": {
                                      "id": "zigbee.0.00158d00019f4fbf.opened"
                                    },
                                    "states": {
                                      "true": "geöffnet",
                                      "false": "geschlossen"
                                    }
                                  },
                                  "native": {},
                                  "from": "system.adapter.javascript.0",
                                  "user": "system.user.admin",
                                  "ts": 1597134520657,
                                  "_id": "alias.0.Tueren.Eingangstuer",
                                  "acl": {
                                    "object": 1636,
                                    "state": 1636,
                                    "owner": "system.user.admin",
                                    "ownerGroup": "system.group.administrator"
                                  }
                                }
                                

                                nun möchte ich bei "geöffnet"er Tür eine Aktion auslösen (hab den Adapter schon lang in Nutzung und bin generell mit diesem vertraut). In der Hilfe steht, dass nur für DPs, die true/false lauten, ein boolean als DP im Stamrtcontrol angelegt wird. Bei meinem Alias handelt es sich aber nicht um einen Boolean und ich habe auch im Smartcontrol unter Auslöser kein true/false eingetragen:
                                571a5d40-5883-4efa-9c46-6243c4f181d7-image.png
                                trotzdem wird unter Smartcontrol ein boolean-DP erzeugt:

                                {
                                  "type": "state",
                                  "common": {
                                    "read": true,
                                    "write": true,
                                    "role": "value",
                                    "name": "Please note: Changing this state restarts the adapter instance for being able to apply the change.",
                                    "type": "boolean",
                                    "def": true
                                  },
                                  "native": {},
                                  "from": "system.adapter.smartcontrol.0",
                                  "user": "system.user.admin",
                                  "ts": 1606681699580,
                                  "_id": "smartcontrol.0.options.TriggerDevices.EG Eingangstür AUF.active",
                                  "acl": {
                                    "object": 1636,
                                    "state": 1636,
                                    "owner": "system.user.admin",
                                    "ownerGroup": "system.group.administrator"
                                  }
                                }
                                

                                Führt m.E. dann natürlich dazu, dass auf "geöffnet" bzw "geschlossen" nicht reagiert wird.

                                Könntest du dir das einmal anschauen? Ist der letzte Teil, der mir noch fehlt, um komplett auf Alias-DPs umstellen zu können für mich 🙂
                                Danke dir und vG, Thorsten

                                PS: Einen neuen Auslöser Eingangstür2 mit geöffnet hab ich auch ausprobiert, weil ich dachte, ggf merkt sich der Adapter, dass da mal true stand...ändert nichts daran, dass der DP unter Smartcontrol ein boolean wird.

                                PPS: Die DPs unter Smartcontrol scheinen alle boolean zu sein. Schade, dachte ich ändere im RAW mal auf state ^^ Dann lass ich das lieber mal.

                                1 Reply Last reply Reply Quote 0
                                • G
                                  Grinface last edited by Grinface

                                  Moin,

                                  mal eine grundsätzliche Frage zu ENUM und SmartControl.

                                  Wenn ich für meine 8 Spots im Flur An/Aus, Lichtfarbe, Helligkeit per enum ansteuern möchte, muß ich dann 3 enums anlegen (also jeweils die expliziten Datenpunkte für on, level, brightness), oder kann ich das mit einer enum erledigen (also dem Datenpunkt des Spots)? Wie ist dann die Syntax zur Detailansteuerung?

                                  Konkret habe ich innr GU10 Comfort Spots an einem Paulmann uRail System, die Spots sind über Hue eingebunden. Das Ganze kombiniert mit 2 Aqara Bewegungsmeldern, also die ideale Anwendung für SmartControl.

                                  Falls es dafür ein Beispiel gibt, gefunden habe ich nichts...

                                  Edit: Ich habe die ENUM jetzt nur mit ON definiert, funktioniert soweit auch prima.

                                  Ich versuche jetzt ein Nachtlich zu steuern, wie in den UseCases beschrieben. Allerdings bekomme ich beim Speichern immer eine Fehlermeldung, dass ich den ON Wert nur mit Boolean setzen kann. Wie kann ich den Helligkeitswert ansteuern?

                                  Grinface

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

                                    Bekomme per MQTT durch meine Kamera AI Erkennung solche werte in meinem DP: Person (72,14%),Dog (98,42%)
                                    Gibt es eine Möglichkeit einen Auslöser zu erstellen der "Person" erhalten muss ? Quasi Person,Car
                                    Optimal mit mehreren Möglichkeiten ?
                                    Das wäre super dann könnte ich mit deinem Adapter einiges mehr anstellen 😄

                                    da_Woody 1 Reply Last reply Reply Quote 0
                                    • da_Woody
                                      da_Woody @ChrisXY last edited by

                                      @Mic im prinzip läuft ja alles, wie es soll. habe aber schon lange diverse warning und errors im log. im zuge admin5 schau ich natürlich etwas mehr drauf und würde das gerne wegbekommen. kann aber mit den meldungen nicht wirklich was anfangen.
                                      vllt hast du, oder wer anderer ein paar ideas dazu...

                                      smartcontrol.0
                                      	2021-05-09 14:58:52.917	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-4" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.876	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-4" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.875	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-4" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.869	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-4" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.798	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.797	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.796	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.796	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.796	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.795	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.795	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.795	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.774	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.774	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.772	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.772	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.772	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.771	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.702	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:52.702	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.760	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-6" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.760	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-6" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.759	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-6" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.666	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-6" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.637	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.637	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.636	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.636	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.628	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.627	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.567	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.567	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_3 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.566	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.566	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.565	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.565	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.551	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.550	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.548	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:51.547	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:49.435	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:49.435	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:49.434	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:49.434	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:49.434	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:49.433	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:49.059	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:49.057	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_2 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:46.473	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:46.471	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:46.470	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:46.469	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:46.469	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:46.469	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:46.467	error	[asyncGetForeignState] – Error: Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2254:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6895:42) at processImmediate (internal/timers.js:463:21)
                                      smartcontrol.0
                                      	2021-05-09 14:58:46.466	warn	Alias alias.0.Drassburg.Terrasse.RGBW.Lampe_1 has no target 9
                                      smartcontrol.0
                                      	2021-05-09 14:58:41.695	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-3" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:41.694	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-3" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:41.694	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-3" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:41.673	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-3" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:40.109	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-1" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:40.109	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-1" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:40.108	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-1" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:39.904	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-1" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:34.985	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-2" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:34.985	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-2" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:34.944	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-2" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:34.941	warn	State "smartcontrol.0.targetDevices.Werkstatt Licht_enum-2" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:34.333	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-2" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:34.290	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-2" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:34.288	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-2" has no existing object, this might lead to an error in future versions
                                      smartcontrol.0
                                      	2021-05-09 14:58:34.285	warn	State "smartcontrol.0.targetDevices.Terrassen Licht_enum-2" has no existing object, this might lead to an error in future versions
                                      
                                      W 1 Reply Last reply Reply Quote 0
                                      • W
                                        Wurlitzer @da_Woody last edited by

                                        Hi,
                                        ich möchte in einer Zone "Wohnzimmer" mehrere Lampen mit einem Taster (Ikea Tradfri) schalten.
                                        Es sind einige Steckdosen und eine Tradfri-Lampe, die ich mit den Werten für Brightness 0=AUS und 50=gedimmt EIN schalte.
                                        Funktioniert soweit alles. Allerdings habe ich das Problem, dass bei der Verwendung mit Toggle offensichtlich nicht der IST-Zustand der zu schaltenden Aktoren vorher geprüft wird.
                                        Denn wenn ich z.B. für die Tradfri-Birne per APP, oder Objekt-Browser in iobroker den Wert für brightness auf 50 setze und anderen Aktoren noch aus (State false haben) anschließende die Zone schalte, schalten sich die anderen Aktoren korrekterweise an, die Tradfri Birne über den Wert = aus.

                                        2021-05-16 11_50_06-instances - ioBroker und 10 weitere Seiten - Persönlich – Microsoft​ Edge.png

                                        2021-05-16 11_49_36-instances - ioBroker und 10 weitere Seiten - Persönlich – Microsoft​ Edge.png

                                        da_Woody 1 Reply Last reply Reply Quote 0
                                        • F
                                          FuXXz2 last edited by

                                          Ich habe leider auch Tonnenweise folgende Meldung und weiß nicht wie ich sie weg bekomme.
                                          Gibt es hier einen Rat?


                                          smartcontrol.0 2021-06-02 02:47:40.630 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:47:30.640 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:47:20.629 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:47:10.626 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:47:00.631 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:46:50.625 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:46:40.626 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:46:30.625 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:46:20.630 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:46:10.626 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:46:00.624 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:45:50.726 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:45:40.623 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:45:32.169 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          host.iobroker 2021-06-02 02:45:29.678 info Updating repository "Stable (default)" under "http://download.iobroker.net/sources-dist.json"
                                          smartcontrol.0 2021-06-02 02:45:20.624 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:45:10.707 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:45:00.614 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:44:50.628 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:44:40.630 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:44:30.616 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:44:20.679 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:44:10.629 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:44:00.624 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:50.624 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:40.626 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:33.886 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-7" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:30.626 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:20.629 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:19.974 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-8" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:19.881 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-9" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:10.681 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:43:00.622 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:42:50.623 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:42:40.623 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:42:30.625 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:42:20.623 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:42:10.654 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:42:00.622 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:41:50.628 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:41:40.645 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:41:30.625 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:41:20.617 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:41:10.654 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:41:00.622 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:40:50.622 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:40:40.681 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:40:30.626 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:40:20.669 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:40:10.674 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:40:00.623 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:39:50.627 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:39:40.626 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:39:30.627 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:39:20.621 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:39:10.653 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:39:00.615 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:50.626 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:40.671 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:33.921 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-7" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:30.622 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:21.373 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-8" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:20.622 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:19.879 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-9" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:10.622 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:38:00.620 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:37:50.617 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:37:40.624 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:37:30.613 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions
                                          smartcontrol.0 2021-06-02 02:37:20.613 warn (8648) State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-2" has no existing object, this might lead to an error in future versions

                                          da_Woody 1 Reply Last reply Reply Quote 0
                                          • da_Woody
                                            da_Woody @Wurlitzer last edited by

                                            @wurlitzer versuch mal in der zone die prüfung zu deaktivieren...

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter bewegungsmelder ifttt lichter smartcontrol test zeitplan
                                            91
                                            981
                                            233992
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo