NEWS
Test Adapter SmartControl 0.3.x-0.6.x Latest
-
@kueppert said in Test Adapter SmartControl 0.3.x-0.6.x Latest:
"name": "Schlafzimmer Schrank",
beide selben name? eventuell noch bei zielgeräte prüfung deaktivieren anhaken.
du hast auch überall rechts oben in der blauen leiste ein mit erklärungen... -
@da_woody hab ja den Adapter schon ewig laufen und kenne mich mit der Gerät schon einigermaßen aus Danke dir trotzdem für deine Hinweise Ich habe jetzt aber die Lösung gefunden:
ich übersetze bei den Alias den Status zB von true/false => an/aus oder geöffnet/geschlossen. Diesen Status muss man auch in den Alias übergeben, damit der schaltet ^^ mit true/false funktioniert es dann bei Alias nicht mehr. -
@kueppert das ist mir nach dem posten auch noch eingefallen, war aber gerade in einem anderen posting bei shelly...
-
@da_woody und wichtig ist, dass die Aliase hier keine Boolean sind, denn dann kann man kein AN/AUS angeben, sondern nur true/false. Hab den einen Alias-DP dann auf State umgeschlüsselt im RAW, und nun klappt es auch
-
Komme irgendwie nicht weiter, obwohl ich denke das alles passt.
Ich möchte das täglich 30min nach Sonnenuntergang, ein Licht angeht und um 21:30Uhr (wenn das Licht an ist) wieder ausgeschaltet wird. Finde aber meinen Fehler nicht
Zielobjekt
Auslöser
Zone
Wo ist mein Fehler?
-
@slowman zielobjekt: doppelt. dort hast du ja schon true/false
auslöser: fehlt haken bei ziel aus erste zeile.
zone: was macht du im sommer? sonnenuntergang nach 21:30?
is mal das was ich sofort sehe... -
Zielobjekt korregiert. Nur noch 1x drin. Dürfte aber nicht gestört haben, oder?
Auslöser gelassen --> er soll nach Sonnenuntergang plus 30min angehen und um 21:30 Uhr aus
Zone --> einmal für Einschalten und einmal für Ausschalten
Gerade gelesen mit Sommer hmm.... ok neues Problem. Muss doch auch mit Smartcontrol gehen ohne gleich ein Blockly zu erstellen.
-
@slowman 1 und 2 sollten mal passen.
zu 3... eventuell Abenddämmerung verwenden statt Sonnenuntergang. k.a. ob sich das im sommer ausgeht.
allerdings brauchst du das im sommer ja eh nicht wenns um 21:30 ausgeschalten wird.
vllt kannst du das mit einer zusätzlichen bedingung verknüpfen.
ich verwende z.b. die anwesenheit mit dem terrassenlicht. musst du selbst überlegen was du da eventuell verwenden könntest. vllt followthesun adapter?
-
Moin,
ich habe meine Türklingel mit einem Fensterkontaktsensor smart gemacht.
Ausgabe über Alexa klappt soweit.Kann ich auch eine Nachricht über Telegram senden?
Unter Zielgeräte telegram.0 eintragen bekomme ich eine Fehlermeldung.Über response ging es eben... vielleicht fehlte ein haken
-
Danke, angeschaltet ist das Licht erst mal
Was ich mit dem followthesun anfangen kann, weiß ich noch nicht. -
@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.
gibt vllt einen adapter für sowas? -
@mic ich bekomm diese Meldung, was muss ich da machen? ist die variable hardcoreded?
-
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 umgestelltRAW 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:
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, ThorstenPS: 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.
-
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
-
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 -
@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
-
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. -
Ich habe leider auch Tonnenweise folgende Meldung und weiß nicht wie ich sie weg bekomme.
Gibt es hier einen Rat?
-
@wurlitzer versuch mal in der zone die prüfung zu deaktivieren...
-
@fuxxz2 log nicht als spoiler, sondern quoten. </>
die fahler hab ich auch, bin auch noch nicht dahintergekommen...