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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter SmartControl 0.3.x-0.6.x Latest

NEWS

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

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

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

Test Adapter SmartControl 0.3.x-0.6.x Latest

Geplant Angeheftet Gesperrt Verschoben Tester
testadaptersmartcontrolbewegungsmelderiftttlichterzeitplan
1.0k Beiträge 93 Kommentatoren 340.5k Aufrufe 88 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • SlowmanS Slowman

    @da_woody

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

    da_WoodyD Online
    da_WoodyD Online
    da_Woody
    schrieb am zuletzt editiert von
    #563

    @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?

    gruß vom Woody
    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

    Stephan SchleichS 1 Antwort Letzte Antwort
    0
    • da_WoodyD da_Woody

      @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 SchleichS Offline
      Stephan SchleichS Offline
      Stephan Schleich
      schrieb am zuletzt editiert von
      #564

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

      1 Antwort Letzte Antwort
      0
      • K Offline
        K Offline
        Kueppert
        schrieb am zuletzt editiert von Kueppert
        #565

        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.

        UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

        1 Antwort Letzte Antwort
        0
        • G Offline
          G Offline
          Grinface
          schrieb am zuletzt editiert von Grinface
          #566

          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 Antwort Letzte Antwort
          0
          • C Offline
            C Offline
            ChrisXY
            schrieb am zuletzt editiert von
            #567

            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 :D

            da_WoodyD 1 Antwort Letzte Antwort
            0
            • C ChrisXY

              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 :D

              da_WoodyD Online
              da_WoodyD Online
              da_Woody
              schrieb am zuletzt editiert von
              #568

              @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
              

              gruß vom Woody
              HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

              W 1 Antwort Letzte Antwort
              0
              • da_WoodyD da_Woody

                @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 Offline
                W Offline
                Wurlitzer
                schrieb am zuletzt editiert von
                #569

                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_WoodyD 1 Antwort Letzte Antwort
                0
                • F Offline
                  F Offline
                  FuXXz2
                  schrieb am zuletzt editiert von
                  #570

                  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_WoodyD 1 Antwort Letzte Antwort
                  0
                  • W Wurlitzer

                    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_WoodyD Online
                    da_WoodyD Online
                    da_Woody
                    schrieb am zuletzt editiert von
                    #571

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

                    gruß vom Woody
                    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                    1 Antwort Letzte Antwort
                    0
                    • F FuXXz2

                      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_WoodyD Online
                      da_WoodyD Online
                      da_Woody
                      schrieb am zuletzt editiert von
                      #572

                      @fuxxz2 log nicht als spoiler, sondern quoten. </>
                      die fahler hab ich auch, bin auch noch nicht dahintergekommen...

                      gruß vom Woody
                      HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                      haselchenH 1 Antwort Letzte Antwort
                      0
                      • da_WoodyD da_Woody

                        @fuxxz2 log nicht als spoiler, sondern quoten. </>
                        die fahler hab ich auch, bin auch noch nicht dahintergekommen...

                        haselchenH Offline
                        haselchenH Offline
                        haselchen
                        Most Active
                        schrieb am zuletzt editiert von
                        #573

                        @da_woody

                        Moin Moin,

                        kurze Zwischenfrage,
                        habe mal ein Blockly und ein baugleiches Konstrukt mit Smartcontrol verglichen
                        (Auslösezeitpunkt)
                        Da waren jetzt knapp 3sek dazwischen, in dem das Blockly schneller war.
                        Klingt für natürlich so,dass ich beim Blockly bleibe.
                        Hast Du ähnliches mal ausprobiert?

                        Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                        da_WoodyD 1 Antwort Letzte Antwort
                        0
                        • haselchenH haselchen

                          @da_woody

                          Moin Moin,

                          kurze Zwischenfrage,
                          habe mal ein Blockly und ein baugleiches Konstrukt mit Smartcontrol verglichen
                          (Auslösezeitpunkt)
                          Da waren jetzt knapp 3sek dazwischen, in dem das Blockly schneller war.
                          Klingt für natürlich so,dass ich beim Blockly bleibe.
                          Hast Du ähnliches mal ausprobiert?

                          da_WoodyD Online
                          da_WoodyD Online
                          da_Woody
                          schrieb am zuletzt editiert von
                          #574

                          @haselchen nope, da hab ich nix getestet. blockly ist nicht so meins.
                          aber wie hast du da eine verzögerung festgestellt? bin ja auch eine neugiernase. aber bei meinen einstellungen, wenns heisst z.b. 19:00 ist das auf zehntel genau. oder meinem terrassen licht. 3 shelly bulb die sich im 1/4 stunden rythmus ab sonnenuntergang aufdrehn. da kannst eine stoppuhr mitlaufen lassen... sogar 2 aussenbeleuchtungen die zur selben zeit mit der terrasse sind, hab ich um eine min verzögert, weil ichs wissen wollte.

                          gruß vom Woody
                          HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                          1 Antwort Letzte Antwort
                          0
                          • haselchenH Offline
                            haselchenH Offline
                            haselchen
                            Most Active
                            schrieb am zuletzt editiert von
                            #575

                            @da_woody

                            Ich lasse die Stoppuhr aufm Handy laufen bis das Licht angeht.
                            Blockly nach 1sek
                            Smartcontrol nach 4sek

                            Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                            da_WoodyD 1 Antwort Letzte Antwort
                            0
                            • haselchenH haselchen

                              @da_woody

                              Ich lasse die Stoppuhr aufm Handy laufen bis das Licht angeht.
                              Blockly nach 1sek
                              Smartcontrol nach 4sek

                              da_WoodyD Online
                              da_WoodyD Online
                              da_Woody
                              schrieb am zuletzt editiert von da_Woody
                              #576

                              @haselchen also wenn meine systemzeit sagt es ist 19:00 dann brennt auch die funzel in der sekunde. kann mir nicht vorstellen, daß blockly in der zeit zurück gehn kann... ;)
                              und dabei ists egal ob das jetzt licht, gargentor, oder sonstwas ist. auch die rollos mit shuttercontrol fahren los, wenn der zeiger bei 0 ist. alles andere wäre auch unlogisch.

                              gruß vom Woody
                              HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                              haselchenH 1 Antwort Letzte Antwort
                              0
                              • da_WoodyD da_Woody

                                @haselchen also wenn meine systemzeit sagt es ist 19:00 dann brennt auch die funzel in der sekunde. kann mir nicht vorstellen, daß blockly in der zeit zurück gehn kann... ;)
                                und dabei ists egal ob das jetzt licht, gargentor, oder sonstwas ist. auch die rollos mit shuttercontrol fahren los, wenn der zeiger bei 0 ist. alles andere wäre auch unlogisch.

                                haselchenH Offline
                                haselchenH Offline
                                haselchen
                                Most Active
                                schrieb am zuletzt editiert von
                                #577

                                @da_woody

                                Scheint aber so, als wenn es durch irgendwas eine Verzögerung gibt .

                                Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                                da_WoodyD 1 Antwort Letzte Antwort
                                0
                                • haselchenH haselchen

                                  @da_woody

                                  Scheint aber so, als wenn es durch irgendwas eine Verzögerung gibt .

                                  da_WoodyD Online
                                  da_WoodyD Online
                                  da_Woody
                                  schrieb am zuletzt editiert von da_Woody
                                  #578

                                  @haselchen darüber hab ich auch nachgedacht. aber wie gesagt, systemzeit ist das einzig relevannte. wo bei dir da eine verzögerung herkommen kann...
                                  eventuell über die synology? wobei, wenn dort der ioB lööpt, muss die systemzeit ja auch systemzeit sein. und ich denk mal, daß die adapter ja genau die verwenden, ergo kann es nicht daran liegen.
                                  mal weg von der stoppuhr. was tut sich, wenn du eine zeit vorgibst, und dann die zeit beobachtest.
                                  ich hab in iQontrol
                                  die 2c4b67b3-47cc-4dbc-835b-3a7ade31e734-grafik.png und die 594d370f-f900-46e5-aee9-5f6f1038965d-grafik.png laufen.
                                  ist ja auch die genaue systemzeit. bei mir wird beim umklappen auf 00 die aktion ausgelöst, oder wenn der zeiger auf 0 springt. und deswegen kann blockly da nicht schneller sein. unmöglich, außer du hast eine time machine eingebaut... ;)

                                  laut deiner aussage, dürfte dann smartcontrol erst um xx:xx:04 auslösen.

                                  gruß vom Woody
                                  HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                  1 Antwort Letzte Antwort
                                  0
                                  • haselchenH Offline
                                    haselchenH Offline
                                    haselchen
                                    Most Active
                                    schrieb am zuletzt editiert von haselchen
                                    #579

                                    @da_woody

                                    Lass uns hier mal weitermachen.
                                    Dann kannste mal übers Blockly gucken.

                                    https://forum.iobroker.net/topic/35868/blockly-lichtsteuerung/15

                                    Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.4, Nodejs 22.21.0 ,JS Controller 7.0.7 ,Admin 7.7.19

                                    da_WoodyD 1 Antwort Letzte Antwort
                                    0
                                    • haselchenH haselchen

                                      @da_woody

                                      Lass uns hier mal weitermachen.
                                      Dann kannste mal übers Blockly gucken.

                                      https://forum.iobroker.net/topic/35868/blockly-lichtsteuerung/15

                                      da_WoodyD Online
                                      da_WoodyD Online
                                      da_Woody
                                      schrieb am zuletzt editiert von
                                      #580

                                      mir ist gestern etwas aufgefallen... hab werte in andere auslöser geändert von 27/26 auf 30/29.
                                      ff72378e-b3f8-4e40-be33-ae81f3f4e3f0-grafik.png
                                      extra noch in den zonen nachgelinst, die neuen werte waren übernommen und mit haken versehen.
                                      cf12afcc-fc70-4c79-bd30-c482c963bc73-grafik.png
                                      nach speichern, ohne fehlermeldung, hätte sich der poolfilter wieder einschalten müssen. nada. bei nochmaliger nachschau in den zonen, war der auslöser leer.
                                      normalerweise wird ein fehler gemeldet wenn was fehlt. sieht mir nach bug aus!?

                                      gruß vom Woody
                                      HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                      1 Antwort Letzte Antwort
                                      0
                                      • M Offline
                                        M Offline
                                        mp3junkie
                                        schrieb am zuletzt editiert von mp3junkie
                                        #581

                                        Temperaturen können ja auch mit einer Nachkommastelle eingegeben und gespeichert werden, z.B. 20,5.
                                        Setzte ich aber einen Vergleichsoperator < oder <= davor, funktioniert es nicht mehr.
                                        Die Speicherung wird verweigert.
                                        Gibt es hierfür eine Lösung?

                                        da_WoodyD 1 Antwort Letzte Antwort
                                        0
                                        • M mp3junkie

                                          Temperaturen können ja auch mit einer Nachkommastelle eingegeben und gespeichert werden, z.B. 20,5.
                                          Setzte ich aber einen Vergleichsoperator < oder <= davor, funktioniert es nicht mehr.
                                          Die Speicherung wird verweigert.
                                          Gibt es hierfür eine Lösung?

                                          da_WoodyD Online
                                          da_WoodyD Online
                                          da_Woody
                                          schrieb am zuletzt editiert von
                                          #582

                                          @mp3junkie sicher das es , und nicht . sein müsste?

                                          gruß vom Woody
                                          HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                          M 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          734

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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