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

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    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 last edited by

      Glaub ich stell mich zu doof an aber wie bekomme ich hin, das ein Wert, der gesetzt wird auch ein ack=true bekommt?
      Ich schaffe es zwar das ein deconz Schalter aktiviert wird (Wert wird auf true gesetzt) aber leider schaltet das Gerät nicht. Ich vermute das liegt daran, dass der Wert keinen ack=true bekommt. Hat jemand ne Idee?

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

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

        aber leider schaltet das Gerät nicht. Ich vermute das liegt daran, dass der Wert keinen ack=true bekommt. Hat jemand ne Idee?

        Zielgeräte Objekte

        Prüfung deakiv. (an)	Nein	Vor dem Schalten wird immer geprüft, ob das Zielgerät bereits an ist lt. "Wert für 'an'". Wenn du diese Option aktivierst, erfolgt keine Überprüfung und es wird immer geschaltet. Use Case: z.B. ein Button als Datenpunkt. Siehe Github Issue #5.
        
        F 1 Reply Last reply Reply Quote 0
        • F
          firebowl @crunchip last edited by

          @crunchip Ok, teste ich. Hab das jetzt nicht so interpretiert als ob das auch diese Auswirkung hat. 😉

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

            @firebowl ob das hilft weiss ich nicht, ich nutze das z.b. bei einer Lampe, die mit dem Broadlink per Funk geschaltet wird.

            es gibt im letzten Reiter(weitere Optionen)

            beim Punkt Auslöser noch ne Option zum einstellen

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

              @crunchip Ich probier's mal mit der ersten Option. Danke für den Tip.
              Um 18:00 weiß ich mehr, da sollte die Pumpte wieder schalten.

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

                @crunchip Hat leider nicht geholfen.
                Ich dachte eigentlich, so wie ich das Git Issue #33 verstanden habe, dass man das irgendwie einstellen kann. Meine Steckdose schaltet scheinbar nur wenn die Werte auch ein Ack/true haben.

                F crunchip 2 Replies Last reply Reply Quote 0
                • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            941
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter bewegungsmelder ifttt lichter smartcontrol test zeitplan
                                            91
                                            981
                                            266781
                                            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