Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. HTML Tabelle für Shelly Device Übersicht

    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

    HTML Tabelle für Shelly Device Übersicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • da_Woody
      da_Woody @liv-in-sky last edited by

      @liv-in-sky proshit!
      sieht nicht so gut aus...

      00:25:45.529	error	javascript.0 (567) script.js.common.Diverses.shelly-table: TypeError: Cannot read property 'toString' of null
      00:25:45.529	error	javascript.0 (567) at script.js.common.Diverses.shelly-table:432:212
      00:25:45.529	error	javascript.0 (567) at writeHTML (script.js.common.Diverses.shelly-table:348:23)
      00:25:45.529	error	javascript.0 (567) at script.js.common.Diverses.shelly-table:740:5
      00:25:45.529	error	javascript.0 (567) at script.js.common.Diverses.shelly-table:1388:3
      00:25:46.205	warn	javascript.0 (567) at Object.<anonymous> (script.js.common.Diverses.shelly-table:990:124)
      00:26:03.736	error	javascript.0 (567) script.js.common.Diverses.shelly-table: TypeError: Cannot read property 'toString' of null
      00:26:03.736	error	javascript.0 (567) at script.js.common.Diverses.shelly-table:432:212
      00:26:03.736	error	javascript.0 (567) at writeHTML (script.js.common.Diverses.shelly-table:348:23)
      00:26:03.736	error	javascript.0 (567) at Object.<anonymous> (script.js.common.Diverses.shelly-table:993:44)
      00:26:09.377	error	javascript.0 (567) script.js.common.Diverses.shelly-table: TypeError: Cannot read property 'toString' of null
      00:26:09.377	error	javascript.0 (567) at script.js.common.Diverses.shelly-table:432:212
      00:26:09.378	error	javascript.0 (567) at writeHTML (script.js.common.Diverses.shelly-table:348:23)
      00:26:09.378	error	javascript.0 (567) at Object.<anonymous> (script.js.common.Diverses.shelly-table:995:88)
      

      und es geht immer weiter mit errors... 😞
      1d3be07a-1716-4636-a24a-32d2ec7d6dc0-grafik.png

      liv-in-sky 1 Reply Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky @da_Woody last edited by

        @da_woody

        moin -gutes neues -bei was für einer uhrzeit hast du getestet? 🙂

        habe neues script in github - dp mußt du nicht löschen

        du kannst auch einfach diesen teil austauschen zeile429 bis einschl 433

                if(energyArr.length>0 ) {for (let pp=0;pp<energyArr.length;pp++){   if(existsState(ida[0]+'.'+ ida[1]+'.'+ida[2]+'.'+"online") ) {
                                                                                   if(energyArr[pp].includes(ida[2]) && getState(ida[0]+'.'+ ida[1]+'.'+ida[2]+'.'+"online").val ) { //log(val[1])
                                                                                                               let idc = energyArr[pp].split('.');
                                                                                                               if( existsState(energyArr[pp]) && ida[2]==idc[2] && getState(energyArr[pp]).val!=null  ) {thisSensors.push("Power: "+getState(energyArr[pp]).val.toString()+" W") }  else{
                                                                                                                     thisSensors.push("Power"+": "+"na"+" W")  } } } else{ if(energyArr[pp].includes(ida[2])) thisSensors.push("Offline"+": "+"na"+" W")}
        

        da_Woody 1 Reply Last reply Reply Quote 0
        • da_Woody
          da_Woody @liv-in-sky last edited by da_Woody

          @liv-in-sky sagte in HTML Tabelle für Shelly Device Übersicht:

          bei was für einer uhrzeit hast du getestet?

          moinmoin! hatte das eigentlich schon um 00:30 getestet und getextet, aber vergessen auf absenden zu klicken. Cheerlie.gif
          bin dann um 03:00 nochmal munter geworden und hab am tablet gesehn, daß der server abgekackt ist. also nackt rauf in die werkstatt ins büro, server neu gestartet, zurück in die männerhöhle und gesehn, daß ich noch nicht abgeschickt hab... fool.gif
          anyway. nach austausch kommt noch:

          09:02:34.314	warn	javascript.0 (455) at Object.<anonymous> (script.js.common.Diverses.shelly-table:996:124)
          

          außerdem kommts zu reloads...
          sonofftable1.gif
          musst du dir selber anschauen am nachmittag, wenn du zeit hast... banane2.gif

          liv-in-sky 2 Replies Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @da_Woody last edited by

            @da_woody

            habe heute den ganzen tag zeit - meld dich einfach, wenn es paßt

            zum reload:

            der reload kommt in dieser version nur, wenn sich ein switch ändert - kann es sein, dass es da einen dp gibt, der dauernd ein und aus schaltet

            1 Reply Last reply Reply Quote 0
            • liv-in-sky
              liv-in-sky @da_Woody last edited by

              @da_woody

              damit kannst du loggen, welche id auslöst

              Image 1.png

              1 Reply Last reply Reply Quote 0
              • liv-in-sky
                liv-in-sky last edited by

                neues script

                https://github.com/liv-in-sky/html-script-shelly---iobroker

                • ip wieder mit weiterleitung an webgui (wenn gerät online ist direkt an ip, wenn offline öffnet sich cloud service in neuen tab (SHHT))
                • sensoren und rssi werden angezeigt, auch wenn gerät offline
                • kein refresh wenn dp bat.value existiert - z.b Heizungsthermostate
                • firmware zustand statt version - bitte überprüfe, ob die symbole richtig sind - pfeil nach oben hat ein update verfügbar
                • modus shutter bei 2.5 wird angezeigt, kann aber nicht geschalten werden - sonst relay - abhängig von dp mode

                AApossis (164).gif

                G da_Woody 2 Replies Last reply Reply Quote 0
                • G
                  gerty @liv-in-sky last edited by

                  @liv-in-sky

                  d55458ff-2b04-412d-84d8-c775d502fa76-image.png

                  also bei mir lief es auf Anhieb, dass mit der Firmware klappt nicht durchgängig.
                  2a241070-9230-4eab-a643-607682739b02-image.png

                  laut der Liste sollte er ein Update bekommen, aber dem ist nicht so,

                  e00af0f5-829f-43c2-a82b-78afd84169fc-image.png

                  liv-in-sky 2 Replies Last reply Reply Quote 0
                  • liv-in-sky
                    liv-in-sky @gerty last edited by

                    @gerty

                    was sagt den der dp wegen der firmware ? nur den kann ich auswerten. stimmt der mit den daten direkt vom shelly überein ?

                    G 2 Replies Last reply Reply Quote 0
                    • da_Woody
                      da_Woody @liv-in-sky last edited by

                      @liv-in-sky habs mir auch gerade vorgeknöpft.
                      jo, mit der FW hats noch was. refreshs sind auch noch da.müsstest du dir bei mir nochmal anschauen...

                      @gerty wir sind am tüfteln... 😉

                      G 1 Reply Last reply Reply Quote 0
                      • G
                        gerty @da_Woody last edited by

                        @da_woody
                        shelly.0.SHPLG-S#7AEB48#1.json

                        da_Woody 1 Reply Last reply Reply Quote 0
                        • G
                          gerty @liv-in-sky last edited by

                          @liv-in-sky
                          könntest du bei 2.5 den Wert Shutter--Position mit anzeigen (in %)

                          Wenn da nichts drin steht dann ist es ein normal relais.
                          wenn wert drin ist, dann ist der als Rollo in verwendung.
                          fa3b9445-a4d5-4068-b4c7-51db91172198-image.png

                          da_Woody 1 Reply Last reply Reply Quote 0
                          • da_Woody
                            da_Woody @gerty last edited by

                            @gerty danke, brauch ich nicht. ich sehs bei mir ja selber... 🙂
                            wir werden morgen sicher nochmal per anydesk zusammen kommen. dauert halt jetzt ein bisschen. da sind heftige änderungen drinnen. die sind nicht alle im der sekunde lösbar.
                            tropsdem, danke, daß du mitlinst. ich seh auch nicht alles sofort. 👍

                            G 1 Reply Last reply Reply Quote 0
                            • G
                              gerty @liv-in-sky last edited by

                              @liv-in-sky

                              ich meinte das unter switch
                              38f35a4f-2903-4f9e-903a-3d49c99164bd-image.png

                              liv-in-sky 1 Reply Last reply Reply Quote 0
                              • G
                                gerty @da_Woody last edited by

                                @da_woody
                                👍 👍 👍 👍 👍

                                1 Reply Last reply Reply Quote 0
                                • da_Woody
                                  da_Woody @gerty last edited by

                                  @gerty langsam...
                                  im moment sieht man den unterschied mal so...
                                  d0c5cf9f-58ee-486c-ba54-6c2113cde3f9-grafik.png

                                  1 Reply Last reply Reply Quote 0
                                  • liv-in-sky
                                    liv-in-sky last edited by

                                    moin moin ihr lieben shelly nutzer 🙂

                                    klärt mich bitte nochmal auf:

                                    der dp firmware ist true bedeutet: firmware available - also update soll gemacht werden

                                    firmware ist false - kein update

                                    ist das richtig

                                    G 1 Reply Last reply Reply Quote 0
                                    • liv-in-sky
                                      liv-in-sky @gerty last edited by

                                      @gerty sagte in HTML Tabelle für Shelly Device Übersicht:

                                      @liv-in-sky

                                      ich meinte das unter switch
                                      38f35a4f-2903-4f9e-903a-3d49c99164bd-image.png

                                      ist ja interessant:

                                      AApossis (166).gif

                                      G 1 Reply Last reply Reply Quote 0
                                      • G
                                        gerty @liv-in-sky last edited by

                                        @liv-in-sky

                                        zum Bleistift.
                                        bc2facf1-2df9-43b7-aae3-1772f2011911-image.png
                                        27a542df-a81d-4b9f-9b72-22ebe32ccad4-image.png

                                        steht auf false, also o.k.

                                        be18f88e-661c-4e93-91ad-9c4e7ed31bf9-image.png

                                        a3514d0e-deda-4551-a366-0068d1dd9437-image.png
                                        659d9dc0-d165-4e3d-a2a3-c794e1b669be-image.png

                                        steht auf true also auch o.k.

                                        bei dir im script
                                        d6f6a152-5fc6-4024-9c86-f29c23248af5-image.png
                                        die Pfeile nach oben also Update
                                        ed5f7d00-5309-46d8-a330-fb609349b2cf-image.png
                                        im DP steht aber false

                                        1 Reply Last reply Reply Quote 0
                                        • G
                                          gerty @liv-in-sky last edited by gerty

                                          @liv-in-sky

                                          ist ja interessant.............. verstehe ich nicht
                                          wäre doch richtig, oder?
                                          aber warum wechselt der?

                                          liv-in-sky 1 Reply Last reply Reply Quote 0
                                          • liv-in-sky
                                            liv-in-sky @gerty last edited by liv-in-sky

                                            @gerty

                                            weil ich von hand den mode umschalte, damit man sieht, das was geht

                                            firmware thema ist gelöst - script noch nicht gepostet

                                            G 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            404
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            13
                                            261
                                            30006
                                            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