Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. [Vorlage] Vis für Adapter HeatingControl

    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

    [Vorlage] Vis für Adapter HeatingControl

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

      @Beliar_666 Eine richtige und falsche Material Design Darstellung gibt es nicht. Beide haben aber vollkommen andere Absätze. Während es sich beim MD Adapter um eigene Widgets handelt, werden beim MD CSS nur die Basiswidgets verwendet und zeichnen sich lediglich im MD Design Jeder muss für sich entscheiden, was er benötigt und womit er besser klar kommt. Ich werde dazu keine Bewertung abgeben, da ich den MD Adapter nicht kenne.

      1 Reply Last reply Reply Quote 1
      • P
        Pittini Developer last edited by

        Für alle welche Probleme mit dem großen Projekt haben bzw. das ganze in Ihr eigenes Projekt einfügen möchten:

        ZusatzView:

        Vis-Simple-HeatingControl.txt enthält alle relevanten Elemente um die Funktionalität in eigene Projekte integrieren zu können. Es entfällt dadurch jedoch Responsive Design, Farbeinstellungen, klappbare Cards, etc.
        Die einzelnen Element-Blöcke sind gruppiert und haben die gleiche Funktionalität wie das große Projekt, es wurden jedoch alle Verweise auf MaterialDesign und relativen Größenangaben entfernt. Um die Optik müßt Ihr Euch hier selber kümmern. Die Textdatei ist via "Widgets Importieren" einzufügen. Wer das große Projekt verwendet braucht diese Datei NICHT.

        O 1 Reply Last reply Reply Quote 2
        • O
          Oli @Pittini last edited by

          @Pittini

          hast du die Vis vergessen mit dran zu hängen, oder wo finde ich die?

          sigi234 1 Reply Last reply Reply Quote 0
          • sigi234
            sigi234 Forum Testing Most Active @Oli last edited by

            @Oli sagte in [Vorlage] Vis für Adapter HeatingControl:

            @Pittini

            hast du die Vis vergessen mit dran zu hängen, oder wo finde ich die?

            Auf Github

            O 1 Reply Last reply Reply Quote 1
            • O
              Oli @sigi234 last edited by

              @sigi234

              Danke

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

                Also ich hab es als komplettes bei mir integriert. Und mittlerweile passt es auch alles und funktioniert soweit auch Fehlerfrei. Da meine neue Vis eh auf dem Inventwo aufbaut, kann ich bestens auf die Material Adapter verzichten.

                hc6.PNG

                Einzig die Textgrösse haut so nicht ganz so hin...

                P Uhula 2 Replies Last reply Reply Quote 0
                • P
                  Pittini Developer @Beliar_666 last edited by Pittini

                  @Beliar_666 sagte in [Vorlage] Vis für Adapter HeatingControl:

                  Einzig die Textgrösse haut so nicht ganz so hin...

                  Betrifft wie ich das sehe ja vorallem den Profilparam Bereich weil Du das Fenster kleiner gemacht hast als in der Vorlage. Sollte aber bei diesen Beschreibungstexten kein Problem sein einfach bei Fontsize z.B. 14px einzugeben (geht, habs grad probiert). Nur die Gruppen nicht auflösen dazu, sondern mit doppelklick in den Gruppen editmode. Texte markieren, Fontsize 14px und gut is. Aber Achtung, da liegen zwei Gruppen übereinander, einmal mit den Texten für relative und einmal die Texte für absolute, mußt natürlich die richtige oder beide ändern. Alternativ kannste natürlich auch die Definition in der CSS für mdui-label verändern, dann nehmen das alle Labels mit.

                  1 Reply Last reply Reply Quote 1
                  • Uhula
                    Uhula @Beliar_666 last edited by

                    @Beliar_666 Info: Früher (v1.8) war die "font-size:0.8em;" für "mdui-label" im MDCSS. Die habe ich auf "1em" angepasst, damit bessere Bündigkeiten mit valies/selects/buttons usw. erreicht werden. Wenn @Pittini noch für "0.8em" entworfen hat, sind sie nun u.U. zu "groß".

                    Beliar_666 1 Reply Last reply Reply Quote 1
                    • Beliar_666
                      Beliar_666 @Uhula last edited by Beliar_666

                      @Uhula @Pittini ist das dann die Stelle wo ich ändern muss?

                      .mdui-label {
                        z-index:2;
                        color:var(--design-font-color);
                        font-weight:normal !important;
                        font-size:1em;
                        text-shadow:none !important;
                        letter-spacing: 0px !important;
                        width:auto;
                        height:auto;
                        opacity:0.87;
                      
                      1 Reply Last reply Reply Quote 0
                      • Beliar_666
                        Beliar_666 last edited by Beliar_666

                        Ok, der Wert alleine nützt nichts. Siehe Screen. Hatte jetzt mal auf 0.8em geändert.
                        hc7.PNG

                        jetzt habe ich es. mdui-label, mdui-select und mdui-title auf Werte unter 1 und es passt bei mir.
                        hc8.PNG

                        Rückmeldung zur Gesamtfunktionalität:

                        Die Vis funktioniert einwandfrei. Fehler treten nur auf wenn eben die 2 erwähnten Material Design Adapter installiert sind. Perfekte funktionelle ergänzung zum Heating Control Adapter!

                        Dutchman 1 Reply Last reply Reply Quote 0
                        • Stephan Schleich
                          Stephan Schleich last edited by

                          Weiß jemand was das zu bedeuten hat?

                          17:14:21.176	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:291:79)
                          17:14:21.176	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.177	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.178	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:291:17)
                          17:14:21.179	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.179	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.181	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:293:79)
                          17:14:21.181	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.181	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.186	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:293:17)
                          17:14:21.187	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.187	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.190	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:291:79)
                          17:14:21.190	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.190	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.192	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:291:17)
                          17:14:21.192	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.192	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.194	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:293:79)
                          17:14:21.195	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.195	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.197	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:293:17)
                          17:14:21.197	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.197	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.200	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:319:56)
                          17:14:21.200	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.200	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          17:14:21.202	warn	javascript.0 (3622) at SetVis (script.js.common.HeatingControlMapper:319:5)
                          17:14:21.203	warn	javascript.0 (3622) at main (script.js.common.HeatingControlMapper:176:5)
                          17:14:21.203	warn	javascript.0 (3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                          
                          Dutchman 1 Reply Last reply Reply Quote 0
                          • Dutchman
                            Dutchman Developer Most Active Administrators @Stephan Schleich last edited by

                            @Stephan-Schleich sagte in [Vorlage] Vis für Adapter HeatingControl:

                            Weiß jemand was das zu bedeuten hat?

                            gib mal log aus den tab log nicht aus der javascript Instanz sieht unvolxtaendig aus

                            Stephan Schleich 1 Reply Last reply Reply Quote 0
                            • Dutchman
                              Dutchman Developer Most Active Administrators @Beliar_666 last edited by

                              @Beliar_666 sagte in [Vorlage] Vis für Adapter HeatingControl:

                              Die Vis funktioniert einwandfrei. Fehler treten nur auf wenn eben die 2 erwähnten Material Design Adapter installiert sind. Perfekte funktionelle ergänzung zum Heating Control Adapter!

                              kann ich zu 100% bestätigen echt SEHR NICE @Pittini !!!!

                              1 Reply Last reply Reply Quote 1
                              • Stephan Schleich
                                Stephan Schleich @Dutchman last edited by

                                @Dutchman folgendes steht einmalig im log wenn ich das script starte

                                javascript.0	2020-03-18 21:41:53.339	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.338	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.338	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.338	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.338	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.338	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.338	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.337	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:319:5)
                                javascript.0	2020-03-18 21:41:53.337	warn	(3622) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1425:20)
                                javascript.0	2020-03-18 21:41:53.337	warn	(3622) You are assigning a object to the state "javascript.0.vis.HeatingControl.RoomValues.WindowIsOpen" which expects a boolean. Please fix your code to use a boolean or change the state type to obje
                                javascript.0	2020-03-18 21:41:53.337	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.336	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.336	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.336	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.336	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.336	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.336	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.335	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:319:56)
                                javascript.0	2020-03-18 21:41:53.335	warn	(3622) getState "heatingcontrol.0.Rooms.Wohnzimmer.WindowIsOpen" not found (3) states[id]=null
                                javascript.0	2020-03-18 21:41:53.333	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.333	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.333	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.333	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.333	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.332	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.332	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.332	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:293:17)
                                javascript.0	2020-03-18 21:41:53.332	warn	(3622) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1425:20)
                                javascript.0	2020-03-18 21:41:53.331	warn	(3622) You are assigning a object to the state "javascript.0.vis.HeatingControl.ProfileTypes.Fri.Periods.1.time" which expects a string. Please fix your code to use a string or change the state type t
                                javascript.0	2020-03-18 21:41:53.331	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.331	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.331	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.331	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.331	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.330	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.330	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.330	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:293:79)
                                javascript.0	2020-03-18 21:41:53.329	warn	(3622) getState "heatingcontrol.0.Profiles.0.Wohnzimmer.Fri.1.time" not found (3)
                                javascript.0	2020-03-18 21:41:53.329	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.329	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.328	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.328	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.328	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.328	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.328	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.328	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:291:17)
                                javascript.0	2020-03-18 21:41:53.327	warn	(3622) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1425:20)
                                javascript.0	2020-03-18 21:41:53.327	warn	(3622) You are assigning a object to the state "javascript.0.vis.HeatingControl.ProfileTypes.Thu.Periods.1.time" which expects a string. Please fix your code to use a string or change the state type t
                                javascript.0	2020-03-18 21:41:53.327	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.327	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.326	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.326	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.326	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.326	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.326	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.326	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:291:79)
                                javascript.0	2020-03-18 21:41:53.325	warn	(3622) getState "heatingcontrol.0.Profiles.0.Wohnzimmer.Thu.1.time" not found (3)
                                javascript.0	2020-03-18 21:41:53.323	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.323	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.323	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.323	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.323	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.323	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.322	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.322	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:293:17)
                                javascript.0	2020-03-18 21:41:53.322	warn	(3622) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1425:20)
                                javascript.0	2020-03-18 21:41:53.321	warn	(3622) You are assigning a object to the state "javascript.0.vis.HeatingControl.ProfileTypes.Fri.Periods.0.time" which expects a string. Please fix your code to use a string or change the state type t
                                javascript.0	2020-03-18 21:41:53.321	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.321	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.321	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.321	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.321	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.321	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.320	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.320	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:293:79)
                                javascript.0	2020-03-18 21:41:53.319	warn	(3622) getState "heatingcontrol.0.Profiles.0.Wohnzimmer.Fri.0.time" not found (3)
                                javascript.0	2020-03-18 21:41:53.319	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.319	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.319	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.318	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.318	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.318	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.318	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.318	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:291:17)
                                javascript.0	2020-03-18 21:41:53.318	warn	(3622) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1425:20)
                                javascript.0	2020-03-18 21:41:53.317	warn	(3622) You are assigning a object to the state "javascript.0.vis.HeatingControl.ProfileTypes.Thu.Periods.0.time" which expects a string. Please fix your code to use a string or change the state type t
                                javascript.0	2020-03-18 21:41:53.317	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.317	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.317	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.317	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.316	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.316	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.316	warn	(3622) at main (script.js.common.HeatingControlMapper:176:5)
                                javascript.0	2020-03-18 21:41:53.316	warn	(3622) at SetVis (script.js.common.HeatingControlMapper:291:79)
                                javascript.0	2020-03-18 21:41:53.315	warn	(3622) getState "heatingcontrol.0.Profiles.0.Wohnzimmer.Thu.0.time" not found (3)
                                javascript.0	2020-03-18 21:41:53.314	info	(3622) script.js.common.HeatingControlMapper: Reaching SetVis
                                javascript.0	2020-03-18 21:41:53.312	info	(3622) script.js.common.HeatingControlMapper: 0 Wohnzimmer
                                javascript.0	2020-03-18 21:41:53.309	info	(3622) script.js.common.HeatingControlMapper: <div class="mdui-listitem mdui-center-v" style="height:48px;"> <img height=40px src="/vis.0/Penthouse/Meine_Icons/HeatingControl/fts_window_1w.svg"&nbsp</
                                javascript.0	2020-03-18 21:41:53.308	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.308	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.308	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.308	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.307	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.307	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.307	warn	(3622) at main (script.js.common.HeatingControlMapper:169:5)
                                javascript.0	2020-03-18 21:41:53.307	warn	(3622) at InitWindowStates (script.js.common.HeatingControlMapper:197:46)
                                javascript.0	2020-03-18 21:41:53.306	warn	(3622) getState "heatingcontrol.0.Rooms.Wohnzimmer.WindowIsOpen" not found (3) states[id]=null
                                javascript.0	2020-03-18 21:41:53.306	warn	(3622) at process._tickCallback (internal/process/next_tick.js:68:7)
                                javascript.0	2020-03-18 21:41:53.306	warn	(3622) at promise.then (/opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49)
                                javascript.0	2020-03-18 21:41:53.306	warn	(3622) at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                javascript.0	2020-03-18 21:41:53.306	warn	(3622) at (anonymous function).(anonymous function) (/opt/iobroker/node_modules/iobroker.objects-redis/index.js:17:71697)
                                javascript.0	2020-03-18 21:41:53.306	warn	(3622) at /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1964:42
                                javascript.0	2020-03-18 21:41:53.305	warn	(3622) at Object.<anonymous> (script.js.common.HeatingControlMapper:162:13)
                                javascript.0	2020-03-18 21:41:53.305	warn	(3622) at main (script.js.common.HeatingControlMapper:169:5)
                                javascript.0	2020-03-18 21:41:53.305	warn	(3622) at InitWindowStates (script.js.common.HeatingControlMapper:196:26)
                                javascript.0	2020-03-18 21:41:53.304	warn	(3622) getState "heatingcontrol.0.Rooms.Wohnzimmer.WindowIsOpen" not found (3) states[id]=null
                                
                                1 Reply Last reply Reply Quote 0
                                • Dutchman
                                  Dutchman Developer Most Active Administrators last edited by

                                  @Stephan-Schleich sagte in [Vorlage] Vis für Adapter HeatingControl:

                                  (3622) getState "heatingcontrol.0.Rooms.Wohnzimmer.WindowIsOpen" not found (3) states[id]=null

                                  das ist der Auslöser, da der Datenpunkt NULL ist kommt ein Fehler

                                  Stephan Schleich 1 Reply Last reply Reply Quote 0
                                  • Stephan Schleich
                                    Stephan Schleich @Dutchman last edited by Stephan Schleich

                                    @Dutchman Danke für die Info, wo setzt ich den Wert denn im Adapter? Find diesbezüglich nichts, vorallem da ich auch keine Fenster mit Sensoren ausgestattet habe.

                                    Dutchman 1 Reply Last reply Reply Quote 0
                                    • Dutchman
                                      Dutchman Developer Most Active Administrators @Stephan Schleich last edited by

                                      @Stephan-Schleich sagte in [Vorlage] Vis für Adapter HeatingControl:

                                      @Dutchman Danke für die Info, wo setzt ich den Wert denn im Adapter? Find diesbezüglich nichts, vorallem da ich auch keine Fenster mit Sensoren ausgestattet habe.

                                      Der Daten Punkt steht doch da 😉
                                      Einfach auf false setzen

                                      Stephan Schleich 1 Reply Last reply Reply Quote 0
                                      • Stephan Schleich
                                        Stephan Schleich @Dutchman last edited by

                                        @Dutchman achso das geht nur via Objekte, danke 🙈

                                        Dutchman 1 Reply Last reply Reply Quote 0
                                        • Dutchman
                                          Dutchman Developer Most Active Administrators @Stephan Schleich last edited by

                                          @Stephan-Schleich sagte in [Vorlage] Vis für Adapter HeatingControl:

                                          @Dutchman achso das geht nur via Objekte, danke

                                          hab da schon mal mit @Pittini drüber geredet nur im javascript kan ich sowas nicht abfangen, im adapter könnt man es integrieren aber dan muss das script komplett im adapter aufgenommen werden

                                          Stephan Schleich 1 Reply Last reply Reply Quote 1
                                          • Stephan Schleich
                                            Stephan Schleich @Dutchman last edited by

                                            @Dutchman Das wäre natürlich richtig mega wenn das mal kommen würde
                                            Zur Info dem Objekt WindowsIsOpen muss das Write Recht noch zugewiesen werden, sonst lässt es sich nicht auf true oder false setzten.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            531
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            template vis
                                            52
                                            441
                                            76566
                                            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