Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. JavaScript
    5. HowTo: Zusatz-Programme fuer jarvis v3

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    HowTo: Zusatz-Programme fuer jarvis v3

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      MCU @icebear last edited by MCU

      @icebear Bitte Datenpunkte als Export mit vollem Id Pfad.
      Sind für alle Ventile gleich aufgebaut? -> Kann man mit einem Selektor danach suchen und entsprechende finden?

      icebear 1 Reply Last reply Reply Quote 0
      • icebear
        icebear @MCU last edited by icebear

        @mcu

        Ich hoffe das reicht so wie ich es exportiert hab.

        1X das Heizungsthermostat (die sind alle gleich)

        1x Wandthermostat

        M 1 Reply Last reply Reply Quote 0
        • M
          MCU @icebear last edited by MCU

          @icebear Kann wieder raus. Danke.
          Sind die immer leer? Oder sind das andere Profile?
          71662e7a-fdd4-4032-a438-101df0030027-image.png

          icebear 1 Reply Last reply Reply Quote 0
          • icebear
            icebear @MCU last edited by

            @mcu said in HowTo: Zusatz-Programme fuer jarvis v3:

            Sind die immer leer?

            Jepp, die sind immer leer. Eigentlich steht nur was in Ordner '0' und '1'.

            M 1 Reply Last reply Reply Quote 0
            • M
              MCU @icebear last edited by MCU

              @icebear Einige Fragen

              • .1.CONTROL_MODE Welche Einstellung kann man damit setzen? 0-3?

              • .1.LEVEL ist Battery-Level?

              • .1.SET_POINT_MODE Bedeutung? 0-3?

              • .1.SET_POINT_TEMPERATURE = Soll-Temperatur?

              63ddfc96-f803-4b60-81c4-40a37f3914a2-image.png

              icebear sigi234 2 Replies Last reply Reply Quote 0
              • icebear
                icebear @MCU last edited by

                @mcu said in HowTo: Zusatz-Programme fuer jarvis v3:

                Einige Fragen

                zu 1: Mit Control_Mode schalte ich in der VIS zwischen Auto=0 und Manu=1 Modus um.

                zu 2: .1.Level ist der Level des Stelltriebs vom Ventil, gibt an wie weit das Ventil geöffnet ist, 0% entspricht "Thermostat ist zu"(z.b. Window-Open detected) 100% entspricht "Thermostat ist voll offen"

                zu 3: Set_point_Mode = keine Ahnung nutze ich nicht

                zu 4: Set_Point_Temperature ist die Soll-Temperatur (in deinem Screenschot 12°C ist deshalb weil ein offenes Fenster erkannt wurde)

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

                  @icebear sagte in HowTo: Zusatz-Programme fuer jarvis v3:

                  zu 3: Set_point_Mode = keine Ahnung nutze ich nicht

                  Zum setzen des Modus nimmt man den Datenpunkt "CONTROL_MODE", zum Auslesen des Modus den Datenpunkt "SET_POINT_MODE".

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

                    @mcu sagte in HowTo: Zusatz-Programme fuer jarvis v3:

                    1.LEVEL ist Battery-Level?

                    Nein, wie schon @icebear schrieb.

                    Batterie DP:

                    hm-rpc.1.000A1D8997CC3E.0.OPERATING_VOLTAGE
                    
                    {
                      "type": "state",
                      "common": {
                        "name": "HZK Bad:0.OPERATING_VOLTAGE",
                        "role": "value.voltage",
                        "def": 0,
                        "type": "number",
                        "read": true,
                        "write": false,
                        "min": 0,
                        "max": 25.2,
                        "unit": "V"
                      },
                      "native": {
                        "MIN": 0,
                        "OPERATIONS": 5,
                        "MAX": 25.2,
                        "FLAGS": 1,
                        "ID": "OPERATING_VOLTAGE",
                        "TYPE": "FLOAT",
                        "DEFAULT": 0
                      },
                      "from": "system.adapter.hm-rega.0",
                      "user": "system.user.admin",
                      "ts": 1694847238851,
                      "_id": "hm-rpc.1.000A1D8997CC3E.0.OPERATING_VOLTAGE",
                      "acl": {
                        "object": 1636,
                        "state": 1636,
                        "owner": "system.user.admin",
                        "ownerGroup": "system.group.administrator"
                      }
                    }
                    
                    M 1 Reply Last reply Reply Quote 0
                    • M
                      MCU @sigi234 last edited by

                      @sigi234 @icebear Danke.
                      Welche Werte will / muss man sofort sehen? Welche erst nach einem Klick?
                      bb1b9c9b-c20f-4e17-9082-87490e707200-image.png

                      icebear 1 Reply Last reply Reply Quote 0
                      • icebear
                        icebear @MCU last edited by

                        @mcu said in HowTo: Zusatz-Programme fuer jarvis v3:

                        Welche Werte will / muss man sofort sehen?

                        Also Soll/Ist Temp sofort, is ja klar. Kannst du dann mal ein Beispiel geben was du dann erst nach Klick sichtbar machen würdest, und wie?

                        Also z.b. den Graph, den muß ich nich sofort und die ganze Zeit sehen, wenn ich dann aber auf ein "Icon" oder whatever klicken würde, wie würde der dann sichtbar werden.

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          MCU @icebear last edited by

                          @icebear Ich dachte nur die Kurven mit der Soll-temp-Einstellung.
                          2c9b7b99-7271-460b-b3a8-4f055122ef91-image.png
                          Und mit Klick auf die Gauge dann weitere Elemente, die man haben möchte.

                          icebear 1 Reply Last reply Reply Quote 0
                          • icebear
                            icebear @MCU last edited by

                            @mcu said in HowTo: Zusatz-Programme fuer jarvis v3:

                            Ich dachte nur die Kurven mit der Soll-temp-Einstellung.

                            Ah ich verstehe, ja so wär es eigentlich für mich perfekt.

                            Und beim Klick auf die Gauge kommt dann
                            details.png

                            M 2 Replies Last reply Reply Quote 0
                            • M
                              MCU @icebear last edited by MCU

                              @icebear Ja genau als Popup dann.
                              Also bis produktiv dauert es noch, sind noch einige offene Punkte.

                              icebear 1 Reply Last reply Reply Quote 0
                              • icebear
                                icebear @MCU last edited by

                                @mcu said in HowTo: Zusatz-Programme fuer jarvis v3:

                                Also bis produktiv dauert es noch,

                                Ja, nur die Ruhe, 'gut Ding will weile haben'

                                1 Reply Last reply Reply Quote 0
                                • M
                                  Meikie last edited by

                                  tibberHTML

                                  Hi, ich bin gerade dabei die tibber-tools zu installieren. Bei tibberHTMl habe ich alles nach Anleitung umgesetzt.
                                  Lediglich im Script habe ich alle User-Ordner geändert in

                                  0_userdata.0.Strom.tibberHistory
                                  

                                  Das hat auch funktioniert. Also in der Ordnerstruktur ist alles so vorhanden, wie es sein soll. Auch unter Jarvis habe ich unter Berücksichtigung meiner eigenen Ordnerstruktur die Geräte eingefügt.

                                  Mein Problem ist, dass mir die Diagramme nicht angezeigt bekomme. Im Ordner sind auch die 2 Dateien htmltoday und htmltomorrow leer.

                                  Was könnte ich falsch gemacht haben?

                                  Vielen Dank.

                                  PS:das Script habe ich in der App Skripte eingefügt.

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    MCU @Meikie last edited by MCU

                                    @meikie Das Programm nutzt die vorgegebene Struktur, da muss ich mal anpassen.
                                    8ce22f5f-c1ca-4d4a-acec-1ef20b392371-image.png
                                    Bezieht sich aber nur auf VIS.
                                    Ich habe es jetzt auch so eingestellt und funktioniert.

                                    Zeig mal die Bilder von den Objekten.
                                    2ecbbfa6-4a3c-4963-9735-b2469cf268dc-image.png

                                    a7a597c7-a247-46d0-abcf-25ccbfc3bab7-image.png

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      Meikie last edited by

                                      Also ich habe im Skript auch den Punkt angepasst.

                                      // createHtmlFile();
                                      async function createHtmlFile(name) {
                                          let dp = '';
                                          let file = '';
                                          if(name == 'PricesToday'){
                                              dp = '0_userdata.0.Strom.tibberHistory.htmlToday';
                                              file = 'today';
                                          }else{
                                              dp = '0_userdata.0.Strom.tibberHistory.htmlTomorrow';
                                              file = 'tomorrow';
                                          }
                                      
                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        MCU @Meikie last edited by

                                        @meikie Zeig bitte die Objekte.

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          Meikie @MCU last edited by

                                          @mcu Bildschirmfoto 2024-01-05 um 23.43.56.png Bildschirmfoto 2024-01-05 um 23.43.09.png

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            MCU @Meikie last edited by MCU

                                            @meikie Irgendwelche Meldungen im ioBroker-LOG?

                                            Stelle mal Dein Programm komplett rein.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            613
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            javascript
                                            31
                                            864
                                            167714
                                            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