Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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 shuttercontrol v2.0.x

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    395

  • Neuer ioBroker-Blog online: MonatsrĂŒckblick MĂ€rz/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.9k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    806

Test Adapter shuttercontrol v2.0.x

Geplant Angeheftet Gesperrt Verschoben Tester
rollladenrollladensteuerungshuttercontrol
7.5k BeitrÀge 335 Kommentatoren 11.0m Aufrufe 254 Beobachtet
  • Ä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.
  • simatecS simatec

    @foxro
    Ja können wir sonst gerne auch zusammen mal debuggen.
    Gibt noch ein paar Baustellen, die wir angehen mĂŒssten

    F Offline
    F Offline
    FoxRo
    schrieb am zuletzt editiert von
    #3898

    @simatec said in Test Adapter shuttercontrol v1.3.x:

    @foxro
    Ja können wir sonst gerne auch zusammen mal debuggen.
    Gibt noch ein paar Baustellen, die wir angehen mĂŒssten

    Glaube habe die Stelle nun - es ist ein Spezialfall den ich da habe :-)
    Ich habe die "middle" Position auf ganz offen gestellt - bei mir also "0"
    Die Triggerhöhe ist ebenfalls mit "0" definiert
    somit ergibt die PrĂŒfung wenn das Fenster offen ist im LivingDown
    if (typeof state != undefined && state != null && state.val != targetLevel2Set)
    ein false da state.val == targetLevel2Set also beide 0 sind. Deshalb schreib er bei mir dann den Status "middle" nicht in den Trigger - weshalb dieser dann bei "middle Schliessen" auch nicht geschlossen wird.
    Beim Trigger scheint auch noch was nicht 100%. Wenn ich bei Rollo oben das Fenster öffne, wird der Status nicht auf 'triggered' gesetzt. Fahren tut er aber korrekt.
    WĂŒrde sonst gerne mal eine Session machen :-)
    Zeitlich bin ich aber im Moment leider sehr knapp gehalten - sorry schon mal dafĂŒr.

    1 Antwort Letzte Antwort
    0
    • simatecS Offline
      simatecS Offline
      simatec
      Developer Most Active
      schrieb am zuletzt editiert von
      #3899

      Ab sofort steht auf Github und in KĂŒrze auch im latest die Version 1.3.7 zur VerfĂŒgung.

      Changelog

      1.3.7 (2021-11-19)

      • (simatec) brightness down State added
      • (simatec) BrightnessSensor fix

      1.3.6 (2021-11-17)

      • (simatec) small Bugfixes
      • Besuche meine Github Seite
      • Beitrag hat geholfen oder willst du mich unterstĂŒtzen
      • HowTo Restore ioBroker
      Michael SauerM 1 Antwort Letzte Antwort
      0
      • simatecS simatec

        Ab sofort steht auf Github und in KĂŒrze auch im latest die Version 1.3.7 zur VerfĂŒgung.

        Changelog

        1.3.7 (2021-11-19)

        • (simatec) brightness down State added
        • (simatec) BrightnessSensor fix

        1.3.6 (2021-11-17)

        • (simatec) small Bugfixes
        Michael SauerM Offline
        Michael SauerM Offline
        Michael Sauer
        schrieb am zuletzt editiert von
        #3900

        @simatec
        Hallo,

        wĂŒrdest du dir mein Problem noch einmal ansehen?
        Siehe oben.

        Danke.

        simatecS 1 Antwort Letzte Antwort
        0
        • Michael SauerM Michael Sauer

          @simatec
          Hallo,

          wĂŒrdest du dir mein Problem noch einmal ansehen?
          Siehe oben.

          Danke.

          simatecS Offline
          simatecS Offline
          simatec
          Developer Most Active
          schrieb am zuletzt editiert von simatec
          #3901

          @michael-sauer Welche Version ist installiert und wie sieht deine Config aus?

          • Besuche meine Github Seite
          • Beitrag hat geholfen oder willst du mich unterstĂŒtzen
          • HowTo Restore ioBroker
          Michael SauerM 1 Antwort Letzte Antwort
          0
          • simatecS simatec

            @michael-sauer Welche Version ist installiert und wie sieht deine Config aus?

            Michael SauerM Offline
            Michael SauerM Offline
            Michael Sauer
            schrieb am zuletzt editiert von
            #3902

            @simatec
            Version 1.3.6.

            system.adapter.shuttercontrol.0.json

            Reicht das?

            simatecS 1 Antwort Letzte Antwort
            0
            • Michael SauerM Michael Sauer

              @simatec
              Version 1.3.6.

              system.adapter.shuttercontrol.0.json

              Reicht das?

              simatecS Offline
              simatecS Offline
              simatec
              Developer Most Active
              schrieb am zuletzt editiert von
              #3903

              @michael-sauer hmm betrifft anscheint nur deine linkdevices ... Kann im Code dazu erstmal keinen Fehler finden.
              PrĂŒfe mal deine Alias

              • Besuche meine Github Seite
              • Beitrag hat geholfen oder willst du mich unterstĂŒtzen
              • HowTo Restore ioBroker
              Michael SauerM 1 Antwort Letzte Antwort
              0
              • simatecS simatec

                @michael-sauer hmm betrifft anscheint nur deine linkdevices ... Kann im Code dazu erstmal keinen Fehler finden.
                PrĂŒfe mal deine Alias

                Michael SauerM Offline
                Michael SauerM Offline
                Michael Sauer
                schrieb am zuletzt editiert von
                #3904

                @simatec
                Da es siehe Log Ausgabe oben keinen Unterschied gibt ob es einen linkdevices Alias welcher sich auf einen Shelly bezieht oder einen direkten Shelly schreibt wĂŒrde ich sagen das linkdevice hiermit nichts zu tun hat.

                Letztes jahr habe ich die Weihnachts-Funktion auch bereits ohne Fehler genutzt.

                simatecS 1 Antwort Letzte Antwort
                0
                • Michael SauerM Michael Sauer

                  @simatec
                  Da es siehe Log Ausgabe oben keinen Unterschied gibt ob es einen linkdevices Alias welcher sich auf einen Shelly bezieht oder einen direkten Shelly schreibt wĂŒrde ich sagen das linkdevice hiermit nichts zu tun hat.

                  Letztes jahr habe ich die Weihnachts-Funktion auch bereits ohne Fehler genutzt.

                  simatecS Offline
                  simatecS Offline
                  simatec
                  Developer Most Active
                  schrieb am zuletzt editiert von
                  #3905

                  @michael-sauer Tritt dies nur bei der Weihnachtsfunktion auf? Poste doch bitte mal den Debuglog dazu

                  • Besuche meine Github Seite
                  • Beitrag hat geholfen oder willst du mich unterstĂŒtzen
                  • HowTo Restore ioBroker
                  Michael SauerM 1 Antwort Letzte Antwort
                  0
                  • simatecS simatec

                    @michael-sauer Tritt dies nur bei der Weihnachtsfunktion auf? Poste doch bitte mal den Debuglog dazu

                    Michael SauerM Offline
                    Michael SauerM Offline
                    Michael Sauer
                    schrieb am zuletzt editiert von
                    #3906

                    @simatec
                    Ja das tritt nur dann auf wenn er auf die eingestellte Weihnachtsposition fahren soll. Wenn er heute Abend die Einstellung anfĂ€hrt habe ich ein Debuglog fĂŒr dich.

                    simatecS 1 Antwort Letzte Antwort
                    0
                    • Michael SauerM Michael Sauer

                      @simatec
                      Ja das tritt nur dann auf wenn er auf die eingestellte Weihnachtsposition fahren soll. Wenn er heute Abend die Einstellung anfĂ€hrt habe ich ein Debuglog fĂŒr dich.

                      simatecS Offline
                      simatecS Offline
                      simatec
                      Developer Most Active
                      schrieb am zuletzt editiert von
                      #3907

                      @michael-sauer
                      Sehr gut đŸ‘đŸ»

                      • Besuche meine Github Seite
                      • Beitrag hat geholfen oder willst du mich unterstĂŒtzen
                      • HowTo Restore ioBroker
                      Michael SauerM 1 Antwort Letzte Antwort
                      0
                      • simatecS simatec

                        @michael-sauer
                        Sehr gut đŸ‘đŸ»

                        Michael SauerM Offline
                        Michael SauerM Offline
                        Michael Sauer
                        schrieb am zuletzt editiert von
                        #3908

                        @simatec Und hier kommt die Debuglog Ausgabe:

                        2021-11-20 16:31:50.320 - debug: shuttercontrol.0 (21016) Lightsensor changed: linkeddevices.0.Sensor.Aussenhelligkeit.illuminance Value: 61
                        2021-11-20 16:32:00.108 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.113 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.116 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.117 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.118 - debug: shuttercontrol.0 (21016) check xmas for Esszimmer Shutter left
                        2021-11-20 16:32:00.119 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:00.119 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:00.120 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:00.122 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:00.122 - debug: shuttercontrol.0 (21016) Esszimmer Shutter left in xmas time down 50
                        2021-11-20 16:32:00.123 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.124 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.124 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.126 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.127 - debug: shuttercontrol.0 (21016) check xmas for Esszimmer Shutter right
                        2021-11-20 16:32:00.127 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:00.129 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:00.129 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:00.130 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:00.130 - debug: shuttercontrol.0 (21016) Esszimmer Shutter right in xmas time down 50
                        2021-11-20 16:32:00.131 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.131 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.132 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.133 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.133 - debug: shuttercontrol.0 (21016) check xmas for KĂŒche Shutter right
                        2021-11-20 16:32:00.134 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:00.139 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:00.139 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:00.141 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:00.141 - debug: shuttercontrol.0 (21016) KĂŒche Shutter right in xmas time down 59
                        2021-11-20 16:32:00.142 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.142 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.142 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.143 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.143 - debug: shuttercontrol.0 (21016) check xmas for KĂŒche Shutter left
                        2021-11-20 16:32:00.144 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:00.144 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:00.144 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:00.145 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:00.146 - debug: shuttercontrol.0 (21016) KĂŒche Shutter left in xmas time down 50
                        2021-11-20 16:32:00.148 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.149 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.149 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.149 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.150 - debug: shuttercontrol.0 (21016) check xmas for Wohnzimmer Shutter right
                        2021-11-20 16:32:00.150 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.151 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.151 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.153 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.154 - debug: shuttercontrol.0 (21016) check xmas for Wohnzimmer Shutter left
                        2021-11-20 16:32:00.154 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:00.156 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:00.156 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:00.156 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:00.157 - debug: shuttercontrol.0 (21016) Wohnzimmer Shutter left in xmas time down 80
                        2021-11-20 16:32:00.158 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.158 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.160 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.162 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.162 - debug: shuttercontrol.0 (21016) check xmas for BĂŒro links
                        2021-11-20 16:32:00.163 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:00.163 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:00.164 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:00.165 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:00.165 - debug: shuttercontrol.0 (21016) BĂŒro links in xmas time down 40
                        2021-11-20 16:32:00.167 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.168 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.168 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.170 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.170 - debug: shuttercontrol.0 (21016) check xmas for BĂŒro mitte
                        2021-11-20 16:32:00.174 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:00.174 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:00.197 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:00.198 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:00.198 - debug: shuttercontrol.0 (21016) BĂŒro mitte in xmas time down 40
                        2021-11-20 16:32:00.199 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:00.200 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:00.201 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:00.203 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:00.203 - debug: shuttercontrol.0 (21016) check xmas for BĂŒro rechts
                        2021-11-20 16:32:00.204 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:00.204 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:00.205 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:00.205 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:00.206 - debug: shuttercontrol.0 (21016) BĂŒro rechts in xmas time down 40
                        2021-11-20 16:32:00.319 - info: shuttercontrol.0 (21016) #17 Set ID: Esszimmer Shutter left value: 50%
                        2021-11-20 16:32:00.321 - debug: shuttercontrol.0 (21016) last automatic Action for Esszimmer Shutter left: Down_LivingTime
                        2021-11-20 16:32:00.321 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 Esszimmer Shutter left old height: 100% new height: 50%
                        2021-11-20 16:32:00.333 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Esszimmer.Shutter.left.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:00.347 - debug: shuttercontrol.0 (21016) Shutter state changed: Esszimmer Shutter left old value = 100 new value = 50
                        2021-11-20 16:32:00.348 - debug: shuttercontrol.0 (21016) Esszimmer Shutter left Old value = 100. New value = 50. automatic is active
                        2021-11-20 16:32:00.355 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#40F52022AD50#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:00.371 - error: shelly.0 (5633) Datatype for SHSW-25#40F52022AD50#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:00.554 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Esszimmer.Shutter.Esszimmer_Rollladen" has to be type "number" but received type "string"
                        2021-11-20 16:32:02.309 - info: shuttercontrol.0 (21016) #17 Set ID: Esszimmer Shutter right value: 50%
                        2021-11-20 16:32:02.310 - debug: shuttercontrol.0 (21016) last automatic Action for Esszimmer Shutter right: Down_LivingTime
                        2021-11-20 16:32:02.310 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 Esszimmer Shutter right old height: 100% new height: 50%
                        2021-11-20 16:32:02.312 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Esszimmer.Shutter.right.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:02.323 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#C4A7A3#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:02.323 - debug: shuttercontrol.0 (21016) Shutter state changed: Esszimmer Shutter right old value = 100 new value = 50
                        2021-11-20 16:32:02.323 - debug: shuttercontrol.0 (21016) Esszimmer Shutter right Old value = 100. New value = 50. automatic is active
                        2021-11-20 16:32:02.331 - error: shelly.0 (5633) Datatype for SHSW-25#C4A7A3#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:02.523 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Esszimmer.Shutter.Esszimmer_Rollladen" has to be type "number" but received type "string"
                        2021-11-20 16:32:04.310 - info: shuttercontrol.0 (21016) #17 Set ID: KĂŒche Shutter right value: 59%
                        2021-11-20 16:32:04.311 - debug: shuttercontrol.0 (21016) last automatic Action for KĂŒche Shutter right: Down_LivingTime
                        2021-11-20 16:32:04.311 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 KĂŒche Shutter right old height: 100% new height: 59%
                        2021-11-20 16:32:04.313 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.KĂŒche.Shutter.right.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:04.323 - debug: shuttercontrol.0 (21016) Shutter state changed: KĂŒche Shutter right old value = 100 new value = 59
                        2021-11-20 16:32:04.324 - debug: shuttercontrol.0 (21016) KĂŒche Shutter right Old value = 100. New value = 59. automatic is active
                        2021-11-20 16:32:04.331 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#C47EF7#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:04.337 - error: shelly.0 (5633) Datatype for SHSW-25#C47EF7#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:04.527 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.KĂŒche.Shutter.KĂŒche_Rolladen" has to be type "number" but received type "string"
                        2021-11-20 16:32:06.309 - info: shuttercontrol.0 (21016) #17 Set ID: KĂŒche Shutter left value: 50%
                        2021-11-20 16:32:06.310 - debug: shuttercontrol.0 (21016) last automatic Action for KĂŒche Shutter left: Down_LivingTime
                        2021-11-20 16:32:06.310 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 KĂŒche Shutter left old height: 100% new height: 50%
                        2021-11-20 16:32:06.313 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.KĂŒche.Shutter.left.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:06.324 - debug: shuttercontrol.0 (21016) Shutter state changed: KĂŒche Shutter left old value = 100 new value = 50
                        2021-11-20 16:32:06.326 - debug: shuttercontrol.0 (21016) KĂŒche Shutter left Old value = 100. New value = 50. automatic is active
                        2021-11-20 16:32:06.327 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#C45BD6#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:06.333 - error: shelly.0 (5633) Datatype for SHSW-25#C45BD6#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:08.309 - info: shuttercontrol.0 (21016) #17 Set ID: Wohnzimmer Shutter right value: 0%
                        2021-11-20 16:32:08.310 - debug: shuttercontrol.0 (21016) last automatic Action for Wohnzimmer Shutter right: Down_LivingTime
                        2021-11-20 16:32:08.311 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 Wohnzimmer Shutter right old height: 100% new height: 0%
                        2021-11-20 16:32:08.325 - debug: shuttercontrol.0 (21016) Shutter state changed: Wohnzimmer Shutter right old value = 100 new value = 0
                        2021-11-20 16:32:08.326 - debug: shuttercontrol.0 (21016) Wohnzimmer Shutter right Old value = 100. New value = 0. automatic is active
                        2021-11-20 16:32:08.528 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.Wohnzimmer_Rolladen" has to be type "number" but received type "string"
                        2021-11-20 16:32:10.310 - info: shuttercontrol.0 (21016) #17 Set ID: Wohnzimmer Shutter left value: 80%
                        2021-11-20 16:32:10.311 - debug: shuttercontrol.0 (21016) last automatic Action for Wohnzimmer Shutter left: Down_LivingTime
                        2021-11-20 16:32:10.311 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 Wohnzimmer Shutter left old height: 100% new height: 80%
                        2021-11-20 16:32:10.317 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.left.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:10.332 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#C4D14F#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:10.339 - error: shelly.0 (5633) Datatype for SHSW-25#C4D14F#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:10.336 - debug: shuttercontrol.0 (21016) Shutter state changed: Wohnzimmer Shutter left old value = 100 new value = 80
                        2021-11-20 16:32:10.343 - debug: shuttercontrol.0 (21016) Wohnzimmer Shutter left Old value = 100. New value = 80. automatic is active
                        2021-11-20 16:32:12.309 - info: shuttercontrol.0 (21016) #17 Set ID: BĂŒro links value: 40%
                        2021-11-20 16:32:12.310 - debug: shuttercontrol.0 (21016) last automatic Action for BĂŒro links: Down_LivingTime
                        2021-11-20 16:32:12.310 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 BĂŒro links old height: 100% new height: 40%
                        2021-11-20 16:32:12.312 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.BĂŒro_left.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:12.322 - debug: shuttercontrol.0 (21016) Shutter state changed: BĂŒro links old value = 100 new value = 40
                        2021-11-20 16:32:12.323 - debug: shuttercontrol.0 (21016) BĂŒro links Old value = 100. New value = 40. automatic is active
                        2021-11-20 16:32:12.326 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#40F5200469DA#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:12.332 - error: shelly.0 (5633) Datatype for SHSW-25#40F5200469DA#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:14.310 - info: shuttercontrol.0 (21016) #17 Set ID: BĂŒro mitte value: 40%
                        2021-11-20 16:32:14.310 - debug: shuttercontrol.0 (21016) last automatic Action for BĂŒro mitte: Down_LivingTime
                        2021-11-20 16:32:14.311 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 BĂŒro mitte old height: 100% new height: 40%
                        2021-11-20 16:32:14.313 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.BĂŒro_center.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:14.326 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#84CCA8A115DC#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:14.326 - debug: shuttercontrol.0 (21016) Shutter state changed: BĂŒro mitte old value = 100 new value = 40
                        2021-11-20 16:32:14.327 - debug: shuttercontrol.0 (21016) BĂŒro mitte Old value = 100. New value = 40. automatic is active
                        2021-11-20 16:32:14.331 - error: shelly.0 (5633) Datatype for SHSW-25#84CCA8A115DC#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        
                        2021-11-20 16:32:16.309 - info: shuttercontrol.0 (21016) #17 Set ID: BĂŒro rechts value: 40%
                        2021-11-20 16:32:16.310 - debug: shuttercontrol.0 (21016) last automatic Action for BĂŒro rechts: Down_LivingTime
                        2021-11-20 16:32:16.310 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 BĂŒro rechts old height: 100% new height: 40%
                        2021-11-20 16:32:16.315 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.BĂŒro_right.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:16.322 - debug: shuttercontrol.0 (21016) Shutter state changed: BĂŒro rechts old value = 100 new value = 40
                        2021-11-20 16:32:16.323 - debug: shuttercontrol.0 (21016) BĂŒro rechts Old value = 100. New value = 40. automatic is active
                        2021-11-20 16:32:16.330 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#40F52004A0D1#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:16.335 - error: shelly.0 (5633) Datatype for SHSW-25#40F52004A0D1#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:18.019 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:18.019 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) check xmas for Schlafzimmer links
                        2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:18.021 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:18.021 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:18.021 - debug: shuttercontrol.0 (21016) Schlafzimmer links in xmas time down 50
                        2021-11-20 16:32:18.021 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:18.022 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:18.022 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:18.022 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:18.022 - debug: shuttercontrol.0 (21016) check xmas for Schlafzimmer rechts
                        2021-11-20 16:32:18.023 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:18.023 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:18.023 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:18.023 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:18.024 - debug: shuttercontrol.0 (21016) Schlafzimmer rechts in xmas time down 50
                        2021-11-20 16:32:18.052 - info: shuttercontrol.0 (21016) #26 Set ID: Schlafzimmer links value: 50%
                        2021-11-20 16:32:18.053 - debug: shuttercontrol.0 (21016) last automatic Action for Schlafzimmer links: Down_SleepTime
                        2021-11-20 16:32:18.053 - debug: shuttercontrol.0 (21016) shutterDownSleep #1 Schlafzimmer links old height: 0% new height: 50%
                        2021-11-20 16:32:18.057 - info: shuttercontrol.0 (21016) State value to set for "shelly.0.SHSW-25#B939B4#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:18.063 - error: shelly.0 (5633) Datatype for SHSW-25#B939B4#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:18.067 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Schlafzimmer.Shutter.left.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:18.072 - debug: shuttercontrol.0 (21016) Shutter state changed: Schlafzimmer links old value = 0 new value = 50
                        2021-11-20 16:32:18.072 - debug: shuttercontrol.0 (21016) Schlafzimmer links Old value = 0. New value = 50. automatic is active
                        2021-11-20 16:32:20.048 - info: shuttercontrol.0 (21016) #26 Set ID: Schlafzimmer rechts value: 50%
                        2021-11-20 16:32:20.048 - debug: shuttercontrol.0 (21016) last automatic Action for Schlafzimmer rechts: Down_SleepTime
                        2021-11-20 16:32:20.049 - debug: shuttercontrol.0 (21016) shutterDownSleep #1 Schlafzimmer rechts old height: 0% new height: 50%
                        2021-11-20 16:32:20.051 - info: shuttercontrol.0 (21016) State value to set for "shelly.0.SHSW-25#76CB7A#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:20.058 - error: shelly.0 (5633) Datatype for SHSW-25#76CB7A#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:20.061 - debug: shuttercontrol.0 (21016) Shutter state changed: Schlafzimmer rechts old value = 0 new value = 50
                        2021-11-20 16:32:20.062 - debug: shuttercontrol.0 (21016) Schlafzimmer rechts Old value = 0. New value = 50. automatic is active
                        2021-11-20 16:32:20.064 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Schlafzimmer.Shutter.right.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:22.066 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:22.066 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:22.067 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:22.067 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:22.067 - debug: shuttercontrol.0 (21016) check xmas for Spielzimmer
                        2021-11-20 16:32:22.068 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:22.069 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:22.070 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:22.070 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:22.070 - debug: shuttercontrol.0 (21016) Spielzimmer in xmas time down 51
                        2021-11-20 16:32:22.071 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                        2021-11-20 16:32:22.071 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                        2021-11-20 16:32:22.071 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                        2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                        2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) check xmas for Kinderzimmer
                        2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                        2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                        2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                        2021-11-20 16:32:22.073 - debug: shuttercontrol.0 (21016) we are in period
                        2021-11-20 16:32:22.073 - debug: shuttercontrol.0 (21016) Kinderzimmer in xmas time down 50
                        2021-11-20 16:32:22.101 - info: shuttercontrol.0 (21016) #26 Set ID: Spielzimmer value: 51%
                        2021-11-20 16:32:22.101 - debug: shuttercontrol.0 (21016) last automatic Action for Spielzimmer: Down_ChildrenTime
                        2021-11-20 16:32:22.102 - debug: shuttercontrol.0 (21016) shutterDownChildren #1 Spielzimmer old height: 100% new height: 51%
                        2021-11-20 16:32:22.107 - info: shuttercontrol.0 (21016) State value to set for "shelly.0.SHSW-25#76C3C3#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:22.118 - debug: shuttercontrol.0 (21016) Shutter state changed: Spielzimmer old value = 100 new value = 51
                        2021-11-20 16:32:22.119 - debug: shuttercontrol.0 (21016) Spielzimmer Old value = 100. New value = 51. automatic is active
                        2021-11-20 16:32:22.120 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Spielzimmer.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:22.134 - error: shelly.0 (5633) Datatype for SHSW-25#76C3C3#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:24.096 - info: shuttercontrol.0 (21016) #26 Set ID: Kinderzimmer value: 50%
                        2021-11-20 16:32:24.096 - debug: shuttercontrol.0 (21016) last automatic Action for Kinderzimmer: Down_ChildrenTime
                        2021-11-20 16:32:24.096 - debug: shuttercontrol.0 (21016) shutterDownChildren #1 Kinderzimmer old height: 0% new height: 50%
                        2021-11-20 16:32:24.104 - info: shuttercontrol.0 (21016) State value to set for "shelly.0.SHSW-25#E098068CEDDB#1.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:24.113 - error: shelly.0 (5633) Datatype for SHSW-25#E098068CEDDB#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                        2021-11-20 16:32:24.112 - debug: shuttercontrol.0 (21016) Shutter state changed: Kinderzimmer old value = 0 new value = 50
                        2021-11-20 16:32:24.115 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Kinderzimmer.Shutter.Position" has to be type "number" but received type "string"
                        2021-11-20 16:32:24.116 - debug: shuttercontrol.0 (21016) Kinderzimmer Old value = 0. New value = 50. automatic is active
                        2021-11-20 16:32:59.257 - info: javascript.0 (27776) script.js.common.Weather: Material Design Widgets: Wetter Skript triggered by 'linkeddevices.0.Sensor.Wetter.temperature'
                        2021-11-20 16:32:59.257 - debug: shuttercontrol.0 (21016) outsidetemperature changed: linkeddevices.0.Sensor.Wetter.temperature Value: 8.01
                        
                        simatecS 1 Antwort Letzte Antwort
                        0
                        • simatecS Offline
                          simatecS Offline
                          simatec
                          Developer Most Active
                          schrieb am zuletzt editiert von
                          #3909

                          Ab sofort steht auf Github und in KĂŒrze auch im latest die Version 1.3.8 zur VerfĂŒgung.

                          Changelog

                          1.3.8 (2021-11-20)

                          • (simatec) Bugfix XMas-Level
                          • (simatec) Bugfix Down Complete
                          • Besuche meine Github Seite
                          • Beitrag hat geholfen oder willst du mich unterstĂŒtzen
                          • HowTo Restore ioBroker
                          B 1 Antwort Letzte Antwort
                          0
                          • Michael SauerM Michael Sauer

                            @simatec Und hier kommt die Debuglog Ausgabe:

                            2021-11-20 16:31:50.320 - debug: shuttercontrol.0 (21016) Lightsensor changed: linkeddevices.0.Sensor.Aussenhelligkeit.illuminance Value: 61
                            2021-11-20 16:32:00.108 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.113 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.116 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.117 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.118 - debug: shuttercontrol.0 (21016) check xmas for Esszimmer Shutter left
                            2021-11-20 16:32:00.119 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:00.119 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:00.120 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:00.122 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:00.122 - debug: shuttercontrol.0 (21016) Esszimmer Shutter left in xmas time down 50
                            2021-11-20 16:32:00.123 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.124 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.124 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.126 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.127 - debug: shuttercontrol.0 (21016) check xmas for Esszimmer Shutter right
                            2021-11-20 16:32:00.127 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:00.129 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:00.129 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:00.130 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:00.130 - debug: shuttercontrol.0 (21016) Esszimmer Shutter right in xmas time down 50
                            2021-11-20 16:32:00.131 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.131 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.132 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.133 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.133 - debug: shuttercontrol.0 (21016) check xmas for KĂŒche Shutter right
                            2021-11-20 16:32:00.134 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:00.139 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:00.139 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:00.141 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:00.141 - debug: shuttercontrol.0 (21016) KĂŒche Shutter right in xmas time down 59
                            2021-11-20 16:32:00.142 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.142 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.142 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.143 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.143 - debug: shuttercontrol.0 (21016) check xmas for KĂŒche Shutter left
                            2021-11-20 16:32:00.144 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:00.144 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:00.144 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:00.145 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:00.146 - debug: shuttercontrol.0 (21016) KĂŒche Shutter left in xmas time down 50
                            2021-11-20 16:32:00.148 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.149 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.149 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.149 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.150 - debug: shuttercontrol.0 (21016) check xmas for Wohnzimmer Shutter right
                            2021-11-20 16:32:00.150 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.151 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.151 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.153 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.154 - debug: shuttercontrol.0 (21016) check xmas for Wohnzimmer Shutter left
                            2021-11-20 16:32:00.154 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:00.156 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:00.156 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:00.156 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:00.157 - debug: shuttercontrol.0 (21016) Wohnzimmer Shutter left in xmas time down 80
                            2021-11-20 16:32:00.158 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.158 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.160 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.162 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.162 - debug: shuttercontrol.0 (21016) check xmas for BĂŒro links
                            2021-11-20 16:32:00.163 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:00.163 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:00.164 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:00.165 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:00.165 - debug: shuttercontrol.0 (21016) BĂŒro links in xmas time down 40
                            2021-11-20 16:32:00.167 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.168 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.168 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.170 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.170 - debug: shuttercontrol.0 (21016) check xmas for BĂŒro mitte
                            2021-11-20 16:32:00.174 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:00.174 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:00.197 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:00.198 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:00.198 - debug: shuttercontrol.0 (21016) BĂŒro mitte in xmas time down 40
                            2021-11-20 16:32:00.199 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:00.200 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:00.201 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:00.203 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:00.203 - debug: shuttercontrol.0 (21016) check xmas for BĂŒro rechts
                            2021-11-20 16:32:00.204 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:00.204 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:00.205 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:00.205 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:00.206 - debug: shuttercontrol.0 (21016) BĂŒro rechts in xmas time down 40
                            2021-11-20 16:32:00.319 - info: shuttercontrol.0 (21016) #17 Set ID: Esszimmer Shutter left value: 50%
                            2021-11-20 16:32:00.321 - debug: shuttercontrol.0 (21016) last automatic Action for Esszimmer Shutter left: Down_LivingTime
                            2021-11-20 16:32:00.321 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 Esszimmer Shutter left old height: 100% new height: 50%
                            2021-11-20 16:32:00.333 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Esszimmer.Shutter.left.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:00.347 - debug: shuttercontrol.0 (21016) Shutter state changed: Esszimmer Shutter left old value = 100 new value = 50
                            2021-11-20 16:32:00.348 - debug: shuttercontrol.0 (21016) Esszimmer Shutter left Old value = 100. New value = 50. automatic is active
                            2021-11-20 16:32:00.355 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#40F52022AD50#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:00.371 - error: shelly.0 (5633) Datatype for SHSW-25#40F52022AD50#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:00.554 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Esszimmer.Shutter.Esszimmer_Rollladen" has to be type "number" but received type "string"
                            2021-11-20 16:32:02.309 - info: shuttercontrol.0 (21016) #17 Set ID: Esszimmer Shutter right value: 50%
                            2021-11-20 16:32:02.310 - debug: shuttercontrol.0 (21016) last automatic Action for Esszimmer Shutter right: Down_LivingTime
                            2021-11-20 16:32:02.310 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 Esszimmer Shutter right old height: 100% new height: 50%
                            2021-11-20 16:32:02.312 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Esszimmer.Shutter.right.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:02.323 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#C4A7A3#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:02.323 - debug: shuttercontrol.0 (21016) Shutter state changed: Esszimmer Shutter right old value = 100 new value = 50
                            2021-11-20 16:32:02.323 - debug: shuttercontrol.0 (21016) Esszimmer Shutter right Old value = 100. New value = 50. automatic is active
                            2021-11-20 16:32:02.331 - error: shelly.0 (5633) Datatype for SHSW-25#C4A7A3#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:02.523 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Esszimmer.Shutter.Esszimmer_Rollladen" has to be type "number" but received type "string"
                            2021-11-20 16:32:04.310 - info: shuttercontrol.0 (21016) #17 Set ID: KĂŒche Shutter right value: 59%
                            2021-11-20 16:32:04.311 - debug: shuttercontrol.0 (21016) last automatic Action for KĂŒche Shutter right: Down_LivingTime
                            2021-11-20 16:32:04.311 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 KĂŒche Shutter right old height: 100% new height: 59%
                            2021-11-20 16:32:04.313 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.KĂŒche.Shutter.right.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:04.323 - debug: shuttercontrol.0 (21016) Shutter state changed: KĂŒche Shutter right old value = 100 new value = 59
                            2021-11-20 16:32:04.324 - debug: shuttercontrol.0 (21016) KĂŒche Shutter right Old value = 100. New value = 59. automatic is active
                            2021-11-20 16:32:04.331 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#C47EF7#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:04.337 - error: shelly.0 (5633) Datatype for SHSW-25#C47EF7#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:04.527 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.KĂŒche.Shutter.KĂŒche_Rolladen" has to be type "number" but received type "string"
                            2021-11-20 16:32:06.309 - info: shuttercontrol.0 (21016) #17 Set ID: KĂŒche Shutter left value: 50%
                            2021-11-20 16:32:06.310 - debug: shuttercontrol.0 (21016) last automatic Action for KĂŒche Shutter left: Down_LivingTime
                            2021-11-20 16:32:06.310 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 KĂŒche Shutter left old height: 100% new height: 50%
                            2021-11-20 16:32:06.313 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.KĂŒche.Shutter.left.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:06.324 - debug: shuttercontrol.0 (21016) Shutter state changed: KĂŒche Shutter left old value = 100 new value = 50
                            2021-11-20 16:32:06.326 - debug: shuttercontrol.0 (21016) KĂŒche Shutter left Old value = 100. New value = 50. automatic is active
                            2021-11-20 16:32:06.327 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#C45BD6#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:06.333 - error: shelly.0 (5633) Datatype for SHSW-25#C45BD6#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:08.309 - info: shuttercontrol.0 (21016) #17 Set ID: Wohnzimmer Shutter right value: 0%
                            2021-11-20 16:32:08.310 - debug: shuttercontrol.0 (21016) last automatic Action for Wohnzimmer Shutter right: Down_LivingTime
                            2021-11-20 16:32:08.311 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 Wohnzimmer Shutter right old height: 100% new height: 0%
                            2021-11-20 16:32:08.325 - debug: shuttercontrol.0 (21016) Shutter state changed: Wohnzimmer Shutter right old value = 100 new value = 0
                            2021-11-20 16:32:08.326 - debug: shuttercontrol.0 (21016) Wohnzimmer Shutter right Old value = 100. New value = 0. automatic is active
                            2021-11-20 16:32:08.528 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.Wohnzimmer_Rolladen" has to be type "number" but received type "string"
                            2021-11-20 16:32:10.310 - info: shuttercontrol.0 (21016) #17 Set ID: Wohnzimmer Shutter left value: 80%
                            2021-11-20 16:32:10.311 - debug: shuttercontrol.0 (21016) last automatic Action for Wohnzimmer Shutter left: Down_LivingTime
                            2021-11-20 16:32:10.311 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 Wohnzimmer Shutter left old height: 100% new height: 80%
                            2021-11-20 16:32:10.317 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.left.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:10.332 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#C4D14F#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:10.339 - error: shelly.0 (5633) Datatype for SHSW-25#C4D14F#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:10.336 - debug: shuttercontrol.0 (21016) Shutter state changed: Wohnzimmer Shutter left old value = 100 new value = 80
                            2021-11-20 16:32:10.343 - debug: shuttercontrol.0 (21016) Wohnzimmer Shutter left Old value = 100. New value = 80. automatic is active
                            2021-11-20 16:32:12.309 - info: shuttercontrol.0 (21016) #17 Set ID: BĂŒro links value: 40%
                            2021-11-20 16:32:12.310 - debug: shuttercontrol.0 (21016) last automatic Action for BĂŒro links: Down_LivingTime
                            2021-11-20 16:32:12.310 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 BĂŒro links old height: 100% new height: 40%
                            2021-11-20 16:32:12.312 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.BĂŒro_left.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:12.322 - debug: shuttercontrol.0 (21016) Shutter state changed: BĂŒro links old value = 100 new value = 40
                            2021-11-20 16:32:12.323 - debug: shuttercontrol.0 (21016) BĂŒro links Old value = 100. New value = 40. automatic is active
                            2021-11-20 16:32:12.326 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#40F5200469DA#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:12.332 - error: shelly.0 (5633) Datatype for SHSW-25#40F5200469DA#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:14.310 - info: shuttercontrol.0 (21016) #17 Set ID: BĂŒro mitte value: 40%
                            2021-11-20 16:32:14.310 - debug: shuttercontrol.0 (21016) last automatic Action for BĂŒro mitte: Down_LivingTime
                            2021-11-20 16:32:14.311 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 BĂŒro mitte old height: 100% new height: 40%
                            2021-11-20 16:32:14.313 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.BĂŒro_center.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:14.326 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#84CCA8A115DC#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:14.326 - debug: shuttercontrol.0 (21016) Shutter state changed: BĂŒro mitte old value = 100 new value = 40
                            2021-11-20 16:32:14.327 - debug: shuttercontrol.0 (21016) BĂŒro mitte Old value = 100. New value = 40. automatic is active
                            2021-11-20 16:32:14.331 - error: shelly.0 (5633) Datatype for SHSW-25#84CCA8A115DC#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            
                            2021-11-20 16:32:16.309 - info: shuttercontrol.0 (21016) #17 Set ID: BĂŒro rechts value: 40%
                            2021-11-20 16:32:16.310 - debug: shuttercontrol.0 (21016) last automatic Action for BĂŒro rechts: Down_LivingTime
                            2021-11-20 16:32:16.310 - debug: shuttercontrol.0 (21016) shutterDownLiving #1 BĂŒro rechts old height: 100% new height: 40%
                            2021-11-20 16:32:16.315 - info: shuttercontrol.0 (21016) State value to set for "linkeddevices.0.Wohnzimmer.Shutter.BĂŒro_right.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:16.322 - debug: shuttercontrol.0 (21016) Shutter state changed: BĂŒro rechts old value = 100 new value = 40
                            2021-11-20 16:32:16.323 - debug: shuttercontrol.0 (21016) BĂŒro rechts Old value = 100. New value = 40. automatic is active
                            2021-11-20 16:32:16.330 - info: linkeddevices.0 (28902) State value to set for "shelly.0.SHSW-25#40F52004A0D1#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:16.335 - error: shelly.0 (5633) Datatype for SHSW-25#40F52004A0D1#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:18.019 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:18.019 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) check xmas for Schlafzimmer links
                            2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:18.020 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:18.021 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:18.021 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:18.021 - debug: shuttercontrol.0 (21016) Schlafzimmer links in xmas time down 50
                            2021-11-20 16:32:18.021 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:18.022 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:18.022 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:18.022 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:18.022 - debug: shuttercontrol.0 (21016) check xmas for Schlafzimmer rechts
                            2021-11-20 16:32:18.023 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:18.023 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:18.023 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:18.023 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:18.024 - debug: shuttercontrol.0 (21016) Schlafzimmer rechts in xmas time down 50
                            2021-11-20 16:32:18.052 - info: shuttercontrol.0 (21016) #26 Set ID: Schlafzimmer links value: 50%
                            2021-11-20 16:32:18.053 - debug: shuttercontrol.0 (21016) last automatic Action for Schlafzimmer links: Down_SleepTime
                            2021-11-20 16:32:18.053 - debug: shuttercontrol.0 (21016) shutterDownSleep #1 Schlafzimmer links old height: 0% new height: 50%
                            2021-11-20 16:32:18.057 - info: shuttercontrol.0 (21016) State value to set for "shelly.0.SHSW-25#B939B4#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:18.063 - error: shelly.0 (5633) Datatype for SHSW-25#B939B4#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:18.067 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Schlafzimmer.Shutter.left.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:18.072 - debug: shuttercontrol.0 (21016) Shutter state changed: Schlafzimmer links old value = 0 new value = 50
                            2021-11-20 16:32:18.072 - debug: shuttercontrol.0 (21016) Schlafzimmer links Old value = 0. New value = 50. automatic is active
                            2021-11-20 16:32:20.048 - info: shuttercontrol.0 (21016) #26 Set ID: Schlafzimmer rechts value: 50%
                            2021-11-20 16:32:20.048 - debug: shuttercontrol.0 (21016) last automatic Action for Schlafzimmer rechts: Down_SleepTime
                            2021-11-20 16:32:20.049 - debug: shuttercontrol.0 (21016) shutterDownSleep #1 Schlafzimmer rechts old height: 0% new height: 50%
                            2021-11-20 16:32:20.051 - info: shuttercontrol.0 (21016) State value to set for "shelly.0.SHSW-25#76CB7A#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:20.058 - error: shelly.0 (5633) Datatype for SHSW-25#76CB7A#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:20.061 - debug: shuttercontrol.0 (21016) Shutter state changed: Schlafzimmer rechts old value = 0 new value = 50
                            2021-11-20 16:32:20.062 - debug: shuttercontrol.0 (21016) Schlafzimmer rechts Old value = 0. New value = 50. automatic is active
                            2021-11-20 16:32:20.064 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Schlafzimmer.Shutter.right.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:22.066 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:22.066 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:22.067 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:22.067 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:22.067 - debug: shuttercontrol.0 (21016) check xmas for Spielzimmer
                            2021-11-20 16:32:22.068 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:22.069 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:22.070 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:22.070 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:22.070 - debug: shuttercontrol.0 (21016) Spielzimmer in xmas time down 51
                            2021-11-20 16:32:22.071 - debug: shuttercontrol.0 (21016) check in time 28.03. 26.08.
                            2021-11-20 16:32:22.071 - debug: shuttercontrol.0 (21016) Start Sun Mar 28 2021
                            2021-11-20 16:32:22.071 - debug: shuttercontrol.0 (21016) End Thu Aug 26 2021
                            2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) we are not in period, after start Sun Mar 28 2021 and before end Thu Aug 26 2021
                            2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) check xmas for Kinderzimmer
                            2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) check in time 14.11. 31.12.
                            2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) Start Sun Nov 14 2021
                            2021-11-20 16:32:22.072 - debug: shuttercontrol.0 (21016) End Wed Dec 01 2021
                            2021-11-20 16:32:22.073 - debug: shuttercontrol.0 (21016) we are in period
                            2021-11-20 16:32:22.073 - debug: shuttercontrol.0 (21016) Kinderzimmer in xmas time down 50
                            2021-11-20 16:32:22.101 - info: shuttercontrol.0 (21016) #26 Set ID: Spielzimmer value: 51%
                            2021-11-20 16:32:22.101 - debug: shuttercontrol.0 (21016) last automatic Action for Spielzimmer: Down_ChildrenTime
                            2021-11-20 16:32:22.102 - debug: shuttercontrol.0 (21016) shutterDownChildren #1 Spielzimmer old height: 100% new height: 51%
                            2021-11-20 16:32:22.107 - info: shuttercontrol.0 (21016) State value to set for "shelly.0.SHSW-25#76C3C3#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:22.118 - debug: shuttercontrol.0 (21016) Shutter state changed: Spielzimmer old value = 100 new value = 51
                            2021-11-20 16:32:22.119 - debug: shuttercontrol.0 (21016) Spielzimmer Old value = 100. New value = 51. automatic is active
                            2021-11-20 16:32:22.120 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Spielzimmer.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:22.134 - error: shelly.0 (5633) Datatype for SHSW-25#76C3C3#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:24.096 - info: shuttercontrol.0 (21016) #26 Set ID: Kinderzimmer value: 50%
                            2021-11-20 16:32:24.096 - debug: shuttercontrol.0 (21016) last automatic Action for Kinderzimmer: Down_ChildrenTime
                            2021-11-20 16:32:24.096 - debug: shuttercontrol.0 (21016) shutterDownChildren #1 Kinderzimmer old height: 0% new height: 50%
                            2021-11-20 16:32:24.104 - info: shuttercontrol.0 (21016) State value to set for "shelly.0.SHSW-25#E098068CEDDB#1.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:24.113 - error: shelly.0 (5633) Datatype for SHSW-25#E098068CEDDB#1.Shutter.Position differs from expected, ignore state change! Please write correct datatype (number)
                            2021-11-20 16:32:24.112 - debug: shuttercontrol.0 (21016) Shutter state changed: Kinderzimmer old value = 0 new value = 50
                            2021-11-20 16:32:24.115 - info: linkeddevices.0 (28902) State value to set for "linkeddevices.0.Kinderzimmer.Shutter.Position" has to be type "number" but received type "string"
                            2021-11-20 16:32:24.116 - debug: shuttercontrol.0 (21016) Kinderzimmer Old value = 0. New value = 50. automatic is active
                            2021-11-20 16:32:59.257 - info: javascript.0 (27776) script.js.common.Weather: Material Design Widgets: Wetter Skript triggered by 'linkeddevices.0.Sensor.Wetter.temperature'
                            2021-11-20 16:32:59.257 - debug: shuttercontrol.0 (21016) outsidetemperature changed: linkeddevices.0.Sensor.Wetter.temperature Value: 8.01
                            
                            simatecS Offline
                            simatecS Offline
                            simatec
                            Developer Most Active
                            schrieb am zuletzt editiert von
                            #3910

                            @michael-sauer Teste mal bitte die Version 1.3.8

                            • Besuche meine Github Seite
                            • Beitrag hat geholfen oder willst du mich unterstĂŒtzen
                            • HowTo Restore ioBroker
                            Michael SauerM 2 Antworten Letzte Antwort
                            0
                            • simatecS simatec

                              @michael-sauer Teste mal bitte die Version 1.3.8

                              Michael SauerM Offline
                              Michael SauerM Offline
                              Michael Sauer
                              schrieb am zuletzt editiert von
                              #3911

                              @simatec Mache ich. Melde mich bei einem Ergebnis. Danke.

                              1 Antwort Letzte Antwort
                              0
                              • simatecS simatec

                                @michael-sauer Teste mal bitte die Version 1.3.8

                                Michael SauerM Offline
                                Michael SauerM Offline
                                Michael Sauer
                                schrieb am zuletzt editiert von
                                #3912

                                @simatec
                                Hat jetzt alles funktioniert. Danke fĂŒr die Hilfe.

                                1 Antwort Letzte Antwort
                                0
                                • P Offline
                                  P Offline
                                  puppet1912
                                  schrieb am zuletzt editiert von
                                  #3913

                                  Hallo zusammen.

                                  Erst einmal wieder ein großes Lob an @simatec fĂŒr die kontinuierliche Weiterentwicklung. Ich bin immer wieder begeistert. Die leicht abgeĂ€nderte MenĂŒfĂŒhrung finde ich gelungen.

                                  Aktuell ist bei mir 1.3.8. installiert und natĂŒrlich fĂ€llt meiner Frau zur Weihnachtszeit wieder Deko ein, die nun die Anforderung an die Rolladensteuerung stellen. In dem Fall erstmal an mich đŸ¶

                                  Im Wohnbereich fahren die RollÀden nach Sonnenauf- bzw. Untergang, aber nicht vor 07:00 Uhr und nicht nacht 21:00 Uhr.
                                  Jetzt hĂ€ngen natĂŒrlich "tolle" Lichterketten" an den Fenstern die die Nachbarn auch bestaunen sollen, sodass nun der Wunsch ist, die Rolladen erst gegen 22:00 Uhr herunter fahren zu lassen. Ich möchte aber meine Grundkonfiguration nicht jedesmal Ă€ndern.

                                  Wenn ich die Weihnachtseinstellung nutzen will, dann gebe ich ja nur eine Höhe vor, die in diesem Zeitraum angefahren werden soll. Richtig? Geschlossen wird ja dennoch zur normalen Zeit.

                                  Über "RollĂ€den spĂ€t schließen" wirds auch BrĂŒhe, da ich dann den Aussperrschutz umgehe. Habe ich das so richtig verstanden?

                                  Ich möchte also alle RollĂ€den eines Bereichs (Wohnbereich) in der Weihnachtszeit spĂ€ter, aber auch automatisch schließen. Wohnbereich, Schlafbereich, Kinder ist bei mir bereits belegt.
                                  Hat jemand eine Idee? Oder seh ich nur den Wald vor lauter BĂ€umen nicht.

                                  Beste GrĂŒĂŸe

                                  ioBroker 4.0.23 - Debian Bullseye unter Proxmox auf IntelNuc7i5BNK

                                  Lenny.CBL 1 Antwort Letzte Antwort
                                  0
                                  • P puppet1912

                                    Hallo zusammen.

                                    Erst einmal wieder ein großes Lob an @simatec fĂŒr die kontinuierliche Weiterentwicklung. Ich bin immer wieder begeistert. Die leicht abgeĂ€nderte MenĂŒfĂŒhrung finde ich gelungen.

                                    Aktuell ist bei mir 1.3.8. installiert und natĂŒrlich fĂ€llt meiner Frau zur Weihnachtszeit wieder Deko ein, die nun die Anforderung an die Rolladensteuerung stellen. In dem Fall erstmal an mich đŸ¶

                                    Im Wohnbereich fahren die RollÀden nach Sonnenauf- bzw. Untergang, aber nicht vor 07:00 Uhr und nicht nacht 21:00 Uhr.
                                    Jetzt hĂ€ngen natĂŒrlich "tolle" Lichterketten" an den Fenstern die die Nachbarn auch bestaunen sollen, sodass nun der Wunsch ist, die Rolladen erst gegen 22:00 Uhr herunter fahren zu lassen. Ich möchte aber meine Grundkonfiguration nicht jedesmal Ă€ndern.

                                    Wenn ich die Weihnachtseinstellung nutzen will, dann gebe ich ja nur eine Höhe vor, die in diesem Zeitraum angefahren werden soll. Richtig? Geschlossen wird ja dennoch zur normalen Zeit.

                                    Über "RollĂ€den spĂ€t schließen" wirds auch BrĂŒhe, da ich dann den Aussperrschutz umgehe. Habe ich das so richtig verstanden?

                                    Ich möchte also alle RollĂ€den eines Bereichs (Wohnbereich) in der Weihnachtszeit spĂ€ter, aber auch automatisch schließen. Wohnbereich, Schlafbereich, Kinder ist bei mir bereits belegt.
                                    Hat jemand eine Idee? Oder seh ich nur den Wald vor lauter BĂ€umen nicht.

                                    Beste GrĂŒĂŸe

                                    Lenny.CBL Offline
                                    Lenny.CBL Offline
                                    Lenny.CB
                                    Most Active
                                    schrieb am zuletzt editiert von Lenny.CB
                                    #3914

                                    @puppet1912 sagte in Test Adapter shuttercontrol v1.3.x:

                                    ch möchte also alle RollĂ€den eines Bereichs (Wohnbereich) in der Weihnachtszeit spĂ€ter, aber auch automatisch schließen. Wohnbereich, Schlafbereich, Kinder ist bei mir bereits belegt.
                                    Hat jemand eine Idee? Oder seh ich nur den Wald vor lauter BĂ€umen nicht.
                                    Beste GrĂŒĂŸe

                                    Diese Möglichkeit suche ich auch.

                                    1 Antwort Letzte Antwort
                                    0
                                    • Lenny.CBL Offline
                                      Lenny.CBL Offline
                                      Lenny.CB
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #3915

                                      @simatec habe gestern auf die 1.3.8 gewechselt. Bekomme folgende Fehlermeldung:

                                      
                                      zwave2.0 2021-11-24 17:15:00.135 error	Multilevel Switch: "targetValue" must be of type "number", received "string" (ZW0322)
                                      zwave2.0 2021-11-24 17:15:00.129 error	Multilevel Switch: "targetValue" must be of type "number", received "string" (ZW0322)
                                      zwave2.0 2021-11-24 17:15:00.089 error	Multilevel Switch: "targetValue" must be of type "number", received "string" (ZW0322)
                                      

                                      gestern, vor dem Wechsel der Version hatte ich nur einen Fehler. und zwar bei dem Rollo welches auf Weihnachten eingestellt ist. WĂŒrde ja bedeuten, dass das "spĂ€te Runterfahren" auch bei Weihnachten greift???

                                      Heut ist der Fehler auch bei den Rollos gekommen, die in den "Extra-Einstellungen" die "Zwischenposition aktiviert hatten.

                                      Weihnachts- und Zwischenposition wurden angefahren, nur um 17.15 Uhr ging keins der Rollos zu.

                                      simatecS 1 Antwort Letzte Antwort
                                      0
                                      • simatecS simatec

                                        Ab sofort steht auf Github und in KĂŒrze auch im latest die Version 1.3.8 zur VerfĂŒgung.

                                        Changelog

                                        1.3.8 (2021-11-20)

                                        • (simatec) Bugfix XMas-Level
                                        • (simatec) Bugfix Down Complete
                                        B Offline
                                        B Offline
                                        biker1602
                                        schrieb am zuletzt editiert von
                                        #3916

                                        @simatec
                                        ich habe mal eine Frage nur zum VerstĂ€ndnis fĂŒr mich. Wenn ich Weihnachtszeit aktiviert habe und bei Sonderzeiten den Haken bei "Alle Rollos schließen spĂ€t in der Nacht" mit den Uhrzeiten eingestellt habe betrifft es doch nur die Rollos wo ich auch beim einzelnen Rollo selber den Haken "Rollo spĂ€t schließen" gesetzt habe oder ist das ein Denkfehler?

                                        simatecS 1 Antwort Letzte Antwort
                                        0
                                        • B biker1602

                                          @simatec
                                          ich habe mal eine Frage nur zum VerstĂ€ndnis fĂŒr mich. Wenn ich Weihnachtszeit aktiviert habe und bei Sonderzeiten den Haken bei "Alle Rollos schließen spĂ€t in der Nacht" mit den Uhrzeiten eingestellt habe betrifft es doch nur die Rollos wo ich auch beim einzelnen Rollo selber den Haken "Rollo spĂ€t schließen" gesetzt habe oder ist das ein Denkfehler?

                                          simatecS Offline
                                          simatecS Offline
                                          simatec
                                          Developer Most Active
                                          schrieb am zuletzt editiert von
                                          #3917

                                          @biker1602 genau 
 Nur RolllÀden, in denen du das aktiv hast, sind dann betroffen

                                          • Besuche meine Github Seite
                                          • Beitrag hat geholfen oder willst du mich unterstĂŒtzen
                                          • HowTo Restore ioBroker
                                          1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen BeitrĂ€ge zu scrollen? Wenn du dich fĂŒr ein Konto anmeldest, kommst du immer genau dorthin zurĂŒck, wo du zuvor warst, und kannst dich ĂŒber neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und BeitrĂ€ge positiv bewerten, um anderen Community-Mitgliedern deine WertschĂ€tzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          528

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          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