Navigation

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

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter SmartControl 0.3.x-0.6.x Latest

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      firebowl @firebowl last edited by

      @Mic Hab ich das git Issue falsch verstanden ider gibt's die Version noch nicht?
      Finde Smartcontrol echt super und mega praktisch. Leider ist es aber nicht so richtig nutzbar, solange man keine ack/true WErte schreiben kann. 😞

      1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @firebowl last edited by crunchip

        @firebowl dann zeig doch mal deine Konfig,
        Was ist hinterlegt bei

        • Zielgerät
        • Auslöser
        • Zone
        • um welche Geräte handelt es sich denn
        F 1 Reply Last reply Reply Quote 0
        • F
          firebowl @crunchip last edited by

          @crunchip sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

          @firebowl dann zeig doch mal deine Konfig,
          Was ist hinterlegt bei

          • Zielgerät
          • Auslöser
          • Zone
          • um welche Geräte handelt es sich denn

          Zielgerät ist eine LEDVANCE SMART+ Outdoor Steckdose:
          a8aecdd5-0c47-42d5-ad4b-2768f537b066-image.png

          Auslöser ist Zeitabhängig (Cronjob) der zu jeder 6. Stunde aktiviert wird und für 3600 Sekunden läuft:
          566ad196-5cfd-4c9d-af79-5602542382fc-image.png

          Es gibt eine zusätzliche Bedingung (es muss eine mindest Temperatur haben:
          6259b71f-c43a-4cde-8a3f-8b46543f5aaa-image.png

          Zone:
          2926f8b5-fa95-4e20-be1a-f36b760e0068-image.png

          Im Log steht dazu:
          2021-08-23 06:00:00.163 - info: smartcontrol.0 (20288) Trigger [Alle 6 Stunden] activated Zone 'Pumpe'. Turned on: Pumpe.
          2021-08-23 06:00:00.225 - info: smartcontrol.0 (20288) Trigger [Alle 6 Stunden] 'zoneOff' 3600s timer for zone 'Pumpe' initially started.
          ...
          2021-08-23 07:00:00.245 - info: smartcontrol.0 (20288) Trigger [Alle 6 Stunden] Timer 'timersZoneOff', target(s) 'Pumpe': - Turned off per 3600s timer.

          Ich sehe auch das im Objekt deconz.0.Lights.3.on der Wert auf 'true' gesetzt wird aber Bestätigt bleibt auf 'false' und die Steckdose wird nicht aktiviert.
          Ich habe eben die Vermutung, dass es am nicht bestätigten Wert liegt.

          crunchip 1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @firebowl last edited by

            @firebowl hast du mal als Auslöser was anderes getestet?
            reine Vermutung, wenn ich es richtig sehe, brauchst du 2 Auslöser, einmal zum einschalten und einmal zum ausschalten(Haken bei Ziel aus),
            entsprechend dann auch 2 Zonen mit den jeweiligen Auslösern

            F 1 Reply Last reply Reply Quote 0
            • F
              firebowl @crunchip last edited by firebowl

              @crunchip Hab ich bis jetzt nicht, kann ich später mal machen. Aber ich glaube nicht das es daran liegt. Man sieht ja im Log, dass sowohl aktiviert als auch wieder deaktiviert wird. Nur der Wert wird als nicht bestätigt geschrieben. Es steht ja auch der gesetzt wert 'true' für 60 Minuten im Objekt aber halt nicht als bestätigter Wert.

              Ich hab jetzt ein wenig weiter gesucht und etwas gefunden.
              Das Problem liegt nicht am SmartControl.
              Auch wenn ich manuell im ioBroker den Wert auf true setze (egal ob bestätigt oder nicht) wird die Dose nicht aktiviert.
              Mache ich das bei einer ähnlichen Dose vom gleichen Hersteller (indoor Variante), dann reagiert sie sofort wenn ich den Wert über den ioBroker ändere.
              Jetzt bin ich zwar weiter aber hab keine Ahnung wie ich weitermachen soll. 😉

              Noch ein kleiner Zusatz, hab das Problem beheben können.
              Scheinbar hatte das Objekt im ioBroker nen treffer.
              Hab das Objekt gelöscht und den deconz Adapter neu gestartet.
              Das Objekt wurde neu Angelegt und lässt es sich auch schalten. 🙂

              L 1 Reply Last reply Reply Quote 2
              • L
                luft-post @firebowl last edited by

                Moin zusammen,
                mal eine kleine Frage zu meinen aktuellen Problem.
                Ich möchte gerne bei meinen Zielgerät in Datenpunkt zum ausschalten einen String (zwei Eckige Klammern, also [] ) schreiben.
                Es wird aber leider nur ein leerer String übergeben. Bei z.B. [Test] wird auch [Test] übergeben, die Klammern ohne Inhalt werden gelöscht.
                Seht Ihr eine Möglichkeit wie ich die [] übergeben kann?

                Gruß
                Matthias

                crunchip 1 Reply Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @luft-post last edited by

                  @luft-post warum möchtest du eckige Klammern ohne Inhalt setzen?

                  L 1 Reply Last reply Reply Quote 0
                  • L
                    luft-post @crunchip last edited by

                    @crunchip
                    Um mir über VIS-Materialdesign Alerts-Meldungen anzeigen zu lassen
                    https://github.com/Scrounger/ioBroker.vis-materialdesign#alerts
                    einmal sende ich per String z.B.

                    [
                    {
                    "text": "Garagentor offen",
                    "backgroundColor": "white",
                    "borderColor": "red",
                    "icon": "alert-outline",
                    "iconColor": "red",
                    "fontColor": "red"
                    }
                    ]
                    

                    für die Meldung. Und um sie wieder automatisiert zu löschen sende ich

                    []
                    

                    an einen Datenpunkt.

                    gruß

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

                      Gibt es mittlerweile eine Lösung für den hier:

                      smartcontrol.0
                      2021-09-11 18:13:41.761 warn 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-09-11 18:13:23.832 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:12:49.667 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:11:29.839 warn 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-09-11 18:11:22.450 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:10:35.744 warn 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-09-11 18:10:13.098 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-6" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:09:52.068 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:08:41.760 warn 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-09-11 18:06:29.838 warn 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-09-11 18:05:35.730 warn 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-09-11 18:05:13.077 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-6" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:03:41.773 warn 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-09-11 18:01:53.820 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:01:30.914 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:01:29.833 warn 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-09-11 18:01:15.839 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:57.021 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:38.827 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:35.724 warn 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-09-11 18:00:21.614 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:13.108 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-6" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:04.211 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 17:59:45.018 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 17:58:41.772 warn 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-09-11 17:58:03.517 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 17:57:39.452 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions
                      smartcontrol.0
                      2021-09-11 18:13:41.761 warn 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-09-11 18:13:23.832 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:12:49.667 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:11:29.839 warn 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-09-11 18:11:22.450 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:10:35.744 warn 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-09-11 18:10:13.098 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-6" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:09:52.068 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:08:41.760 warn 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-09-11 18:06:29.838 warn 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-09-11 18:05:35.730 warn 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-09-11 18:05:13.077 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-6" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:03:41.773 warn 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-09-11 18:01:53.820 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:01:30.914 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:01:29.833 warn 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-09-11 18:01:15.839 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:57.021 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:38.827 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:35.724 warn 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-09-11 18:00:21.614 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:13.108 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-6" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 18:00:04.211 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 17:59:45.018 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 17:58:41.772 warn 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-09-11 17:58:03.517 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      smartcontrol.0
                      2021-09-11 17:57:39.452 warn State "smartcontrol.0.targetDevices.Alle Lichter(Schalter)_enum-5" has no existing object, this might lead to an error in future versions

                      F 1 Reply Last reply Reply Quote 0
                      • L
                        locito09 @Mic last edited by locito09

                        @mic
                        Ich habe das Problem das die Lampen nach der eingestellte zeit , eingeschaltet bleiben.

                        Beispiel:
                        Lampe am Eingang soll über ein Bewegungsmelder zwischen 19:00 bis 23:00 Uhr einschalten.

                        Jetzt das Problem:
                        Schaltet die Lampe kurz vor 23:00 Uhr an, bleib sie danach auch an. Gibt es irgend eine Einstellung damit ich das umgehen kann?

                        J 1 Reply Last reply Reply Quote 0
                        • J
                          jay-jey @locito09 last edited by jay-jey

                          @locito09 Wenn es nur um eine einzelne Lampe geht und die wirklich um 23:00 oder 23:05 ausgehen soll würde ich einfach kurz manuell nachhelfen mit einem Blockly script.
                          Du könntest aber auch einfach eine zweite Zonen definieren. Eine die bis 23:05 geht. Da nimmst du zum einschalten einen dummy. So schaltet die zweite Zone die Lampe immer nur aus, aber nicht ein.

                          1 Reply Last reply Reply Quote 0
                          • evolvo187
                            evolvo187 last edited by

                            Hallo zusammen,

                            Erstmal ein rissiges Dankeschön an @Mic für den klasse Adapter!!!

                            Leider bekomme ich seid neusten ein error mit folgender Meldung.

                            
                            smartcontrol.2
                            2021-10-11 22:24:33.646	error	[_asyncSetTargetDevices_processZone] – TypeError: this.zoneTargetNames[zoneName] is not iterable at Trigger._asyncSetTargetDevices_processZone (/opt/iobroker/node_modules/iobroker.smartcontrol/lib/trigger-class.js:254:66) at Trigger.asyncSetTargetDevices (/opt/iobroker/node_modules/iobroker.smartcontrol/lib/trigger-class.js:163:26)
                            

                            Fehler.PNG

                            Leider kann ich mit der Fehlermeldung nichts anfangen. 😞
                            Und SmartControl steuert alles wie gewünscht.

                            Kann mir jemand einen Tipp für die Fehlersuche geben.

                            Gruß Heiko

                            1 Reply Last reply Reply Quote 0
                            • dQeLse
                              dQeLse last edited by

                              Hi,

                              ich würde gerne in verschiedenen Räumen das Licht automatisch ausschalten, wenn 4 min keine Bewegung im Raum vorhanden ist.
                              Das habe ich allerdings noch nicht hinbekommen.

                              Hat das jemand am laufen und ein Beispiel parat?

                              Gruß
                              Marcus

                              crunchip 1 Reply Last reply Reply Quote 0
                              • M
                                mirko3107 last edited by

                                Hallo,

                                ich habe im Flur einen Bewegungsmelder und zwei Taster an einem Shelly, die mein Licht steuern.

                                Ist es mit diesem Adapter möglich, mit dem Bewegungsmelder eine andere Helligkeit einzustellen, als mit dem Taster?
                                Und wenn ich das Licht per Taster eingeschaltet habe, kann man den BWM deaktivieren, bis das Licht wieder durch den Taster
                                oder eine gewisse Zeit ausgeht?

                                Danke

                                M crunchip 2 Replies Last reply Reply Quote 0
                                • M
                                  Mike Hellracer @mirko3107 last edited by

                                  Hallo zusammen,
                                  Ich versuche gerade mein Glück mit Aufzählung unter zielgeräte und komme nicht so recht weiter. Hat einer von euch das richtig am laufen und kann mich mit einem Beispiel unterstützen?
                                  Habe Mithilfe von Alias 2 Geräte angelegt diese werden Bad und Licht zugeordnet.
                                  Unter Aufzählung habe ich dann Bad und Licht gewählt. Auch wenn ich die Prüfung unter Aufzählung im Adapter deaktiviere sehe ich im log sehe ich das state nicht gefunden wird.
                                  Ich wäre sehr dankbar wenn mit einer ein kurzes Beispiel posten könnte.
                                  Danke

                                  crunchip 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @dQeLse last edited by

                                    @dqelse was hast du denn bisher versucht?

                                    1 Reply Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @mirko3107 last edited by

                                      @mirko3107 ja

                                      1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @Mike Hellracer last edited by

                                        @mike-hellracer zeig doch mal deine Einstellungen

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          Mike Hellracer @crunchip last edited by Mike Hellracer

                                          @crunchip
                                          im Adapter unter Aufzählung


                                          ca22be84-7d57-4d38-8ac7-7aaf892dbeaa-image.png

                                          unter Zonen

                                          dc95c005-ec12-44ab-a83f-05ad664347db-image.png

                                          unter objekte habe ich für die 2 Geräte auf dem Channel Raum (Bad) und Funktion (Hintergrundbeleuchtung)

                                          5f7dde09-781a-458b-8493-3648def853b7-image.png

                                          im Log sehe ich dann beim Auslösen

                                          smartcontrol.0
                                          2021-10-29 08:57:20.994 error [switchTargetDevice] – Error: Alias alias.0.bathroom.decolight1 has no target at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2335:17) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:6510:42) at processImmediate (internal/timers.js:463:21)

                                          smartcontrol.0
                                          2021-10-29 08:57:20.993 warn Alias alias.0.bathroom.decolight1 has no target 5

                                          Wenn ich beide Geräte einzeln angebe funktioniert es nur die Zielgeräte "Aufzählungen" machen bei mir diese Probleme.
                                          Hängt das ggf. mit den gewählten Aufzählungen der Aliasse zusammen? Diese werden von dem Alias Adapter direkt auf den Channel gelegt.
                                          Achso und Javascript Adapter habe ich auch nach der Konfiguration neu gestartet.

                                          crunchip 1 Reply Last reply Reply Quote 0
                                          • crunchip
                                            crunchip Forum Testing Most Active @Mike Hellracer last edited by crunchip

                                            @mike-hellracer sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

                                            unter Zonen

                                            fehlt der Haken "immer" oder hast du was spezielles unter Ausführen eingestellt?

                                            @mike-hellracer sagte in Test Adapter SmartControl 0.3.x-0.6.x Latest:

                                            Error: Alias alias.0.bathroom.decolight1 has no target at Object

                                            setz mal Bad nicht bei channel, sondern direkt bei deinem DP switch.light

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            820
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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