Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Hilfe beim Parser gesucht

    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

    Hilfe beim Parser gesucht

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @waxkarle last edited by

      @waxkarle ich biete dir ORF&hide[^>]+>\((\d) an

      1 Reply Last reply Reply Quote 0
      • Great SUN
        Great SUN @dirkhe last edited by

        @dirkhe sagte in Hilfe beim Parser gesucht:

        Probiere es mal mit diesem regex

        >\(([0-9]+) entitlements\)<
        

        Du kannst da auch die > und < weg lassen, das sollte auch funktionieren, denn mit den Klammern drum herum ist das auf dem Source das einzige Vorkommen und damit bist Du, solange sie den Inhalt nicht ändern komplett unabhängig vom Design.
        Wenn da beispielsweise

        > (5 entitlements) <
        

        Kommt, statt dem bisherigen, würde die Regex immernoch funktionieren.

        W 1 Reply Last reply Reply Quote 0
        • W
          waxkarle @Great SUN last edited by

          @great-sun hallo
          entitlements kommt öfters vor (2x)
          /ORF&amp[^>]+>((\d)/gm funktioniert als Test auf der regex seite
          im iobroker bekomm ich den wert allerdings nicht als Datenpunkt ??

          Great SUN Homoran 3 Replies Last reply Reply Quote 0
          • Great SUN
            Great SUN @waxkarle last edited by

            @waxkarle ich hab entitlements mit (<zahl> entitlements) nur einmal im Source gesehen.

            W Homoran 2 Replies Last reply Reply Quote 0
            • W
              waxkarle @Great SUN last edited by

              @great-sun ja stimmt habs gerade gesehen
              heißt entitlement weils nur eines ist

              Great SUN 1 Reply Last reply Reply Quote 0
              • Great SUN
                Great SUN @waxkarle last edited by

                @waxkarle sagte in Hilfe beim Parser gesucht:

                [...] funktioniert als Test auf der regex seite
                im iobroker bekomm ich den wert allerdings nicht als Datenpunkt ??

                Wie setzt Du denn den output der Regex als Datenpunkt?

                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Great SUN last edited by

                  @great-sun sagte in Hilfe beim Parser gesucht:

                  @waxkarle ich hab entitlements mit (<zahl> entitlements) nur einmal im Source gesehen.

                  stimmt!
                  (zumindest in dem Moment des Sicherns)

                  deswegen habe ich sicherheitshalber auch ab ORF... gesucht

                  W Great SUN 2 Replies Last reply Reply Quote 0
                  • Great SUN
                    Great SUN @waxkarle last edited by

                    @waxkarle In dem Fall müsstest Du das noch ein wenig anpassen:

                    \([ ]*([0-9]+)[ ]+entitlement[s]*\)
                    
                    1 Reply Last reply Reply Quote 0
                    • W
                      waxkarle @Homoran last edited by

                      @homoran


                      1
                      Oscam-ORF
                      http://192.168.x.x:x/
                      /ORF&amp[^>]+>((\d)/gm
                      0
                      Wert
                      number

                      1
                      0

                      1 Reply Last reply Reply Quote 0
                      • Great SUN
                        Great SUN @Homoran last edited by

                        @homoran Ich persönlich würde lieber im Code prüfen, ob es mit einem match.all nur ein Ergebnis gab, statt mich abhängig von Inhalten zu machen. Dafür ändern gerade große Konzerne ihre Inhalte zu gern und zu oft.

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Great SUN last edited by

                          @great-sun Da bin ich voll bei dir.
                          Da ich nicht weiß was hinter dem Quelltext steckt, war ich davon ausgegangen dass eher ORF fix ist, als entitlements

                          W 1 Reply Last reply Reply Quote 0
                          • W
                            waxkarle @Homoran last edited by

                            @homoran Das ist auch völlig richtig
                            Denke ich habe noch eine falsche einstellung in iobroker im parser adapter?

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @waxkarle last edited by

                              @waxkarle da gibt es zwei Möglichkeiten

                              erst einmal einfach die Regel löschen und neu mit Typ number anlegen.

                              Dann bitte den Regeleditor öffnen und auf das play klicken und dann Screenshot posten.

                              W 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @waxkarle last edited by

                                @waxkarle sagte in Hilfe beim Parser gesucht:

                                /ORF&amp[^>]+>((\d)/gm funktioniert als Test auf der regex seite

                                hast du dort auf Javascript eingestellt?
                                hab keine Ahnung wo dein amp herkommt

                                1 Reply Last reply Reply Quote 0
                                • W
                                  waxkarle @Homoran last edited by

                                  @homoran
                                  Vielen Dank an euch,
                                  habs hinbekommen.
                                  am regex code musste ich ganz hinten das gm löschen.
                                  Jetzt gehts.
                                  wieder was gelernt

                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @waxkarle last edited by

                                    @waxkarle sagte in Hilfe beim Parser gesucht:

                                    ganz hinten das gm löschen.

                                    natürlich, das ist im Parser bereits drin. hat ja auch niemand von uns gepostet

                                    Great SUN 1 Reply Last reply Reply Quote 0
                                    • Great SUN
                                      Great SUN @Homoran last edited by

                                      @homoran Da kannste mal sehen, an was man alles denken muss manchmal 😄

                                      Homoran 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Great SUN last edited by

                                        @great-sun sagte in Hilfe beim Parser gesucht:

                                        @homoran Da kannste mal sehen, an was man alles denken muss manchmal 😄

                                        jepp!
                                        deswegen will ich immer Fakten und Beweise in Form von Screenshots oder Code und keine Nacherzählungen.

                                        Great SUN 1 Reply Last reply Reply Quote 0
                                        • Great SUN
                                          Great SUN @Homoran last edited by

                                          @homoran Och, Nacherzählungen können auch ganz interessant sein (siehe Bibel) 😄

                                          W 1 Reply Last reply Reply Quote 0
                                          • W
                                            waxkarle @Great SUN last edited by

                                            Hallo, somit wär ich beim nächsten Problem
                                            Ich steig bei regex noch nicht durch mit den vielen Zeichen ...
                                            Hier mal der Quelltext:


                                            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                                            "http://www.w3.org/TR/html4/loose.dtd">
                                            <HTML>
                                            <HEAD>
                                            <title>OSCam r11689</title>
                                            <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                                            <meta name="robots" content="noindex,nofollow">
                                            <meta http-equiv="language" content="de">
                                            <link rel="stylesheet" type="text/css" href="site.css?v=11689">
                                            <link href="favicon.ico" rel="icon" type="image/x-icon">
                                            <script type="text/javascript" src="jquery.js?v=11689"></script>
                                            <script type="text/javascript" src="oscam.js?v=11689"></script>
                                            <script type="text/javascript">var locale_decpoint = '';</script>

                                            <script type="text/javascript">
                                            
                                            var page = 'reader';
                                            var jsonurl = 'oscamapi.json';
                                            var parameters = '?part=readerlist';
                                            var stoppoll = 0;
                                            var pollintervall = 0;
                                            var polling = 0;
                                            var pollrefresh = '60';
                                            existing_inserts = new Array('HD-Plus','ORF');
                                            
                                            </script>
                                            <style type="text/css"></style>
                                            

                                            </HEAD>
                                            <BODY>
                                            <DIV ID="wrapper"><a name="_top"></a> <!-- Start wrapper -->
                                            <DIV CLASS="logo"><A HREF="https://board.streamboard.tv/" TARGET="_blank" TITLE="OSCam Streamboard"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="OSCam" class="OSCam_logo" width="40px" height="40px" viewBox="0 0 40 40"><g><path d="M11.277 6.81c-1.871 0-2.987 0.945-3.518 2.474 -0.223 0.695-0.335 1.641-0.335 4.336 0 2.667 0.112 3.641 0.335 4.336 0.53 1.528 1.647 2.474 3.518 2.474 1.897 0 3.014-0.945 3.544-2.474 0.223-0.695 0.334-1.668 0.334-4.336 0-2.697-0.112-3.642-0.334-4.336C14.29 7.756 13.174 6.81 11.277 6.81z"/><path d="M38 2H2v23.548h36v-2.462c-2.072-2.542-3.314-5.782-3.314-9.312 0-3.529 1.24-6.77 3.314-9.312V2zM18.003 18.818c-0.977 3-3.433 4.558-6.726 4.558 -3.267-0.001-5.722-1.558-6.699-4.559 -0.391-1.168-0.502-2.224-0.502-5.197 0-2.975 0.111-4.03 0.502-5.198 0.977-3.001 3.433-4.558 6.699-4.558 3.293 0 5.749 1.557 6.726 4.558 0.391 1.167 0.503 2.224 0.503 5.198C18.506 16.594 18.394 17.65 18.003 18.818zM26.436 23.374c-2.795 0.001-5.502-1.11-6.98-2.499 -0.112-0.111-0.168-0.277-0.056-0.417l1.731-2.001c0.112-0.139 0.279-0.139 0.392-0.028 1.229 0.973 3.041 2.001 5.162 2.001 2.262 0 3.573-1.14 3.573-2.724 0-1.362-0.837-2.251-3.46-2.613l-1.004-0.139c-3.656-0.5-5.722-2.251-5.722-5.393 0-3.418 2.512-5.698 6.42-5.698 2.372 0 4.632 0.75 6.14 1.89 0.141 0.111 0.168 0.222 0.057 0.389l-1.34 2.057c-0.111 0.139-0.252 0.167-0.391 0.083 -1.535-1-2.959-1.474-4.549-1.474 -1.926 0-2.987 1.057-2.987 2.529 0 1.306 0.921 2.196 3.488 2.558l1.006 0.139c3.655 0.5 5.666 2.224 5.666 5.476C33.581 20.873 31.152 23.374 26.436 23.374z"/><path d="M2.323 35.053C2.107 34.43 2 33.656 2 32.559s0.107-1.871 0.323-2.494c0.626-1.935 2.311-2.945 4.513-2.945 1.792 0 3.196 0.816 3.951 1.957 0.064 0.107 0.064 0.216-0.043 0.302l-1.878 1.226c-0.129 0.086-0.238 0.064-0.324-0.043 -0.454-0.623-0.907-0.902-1.663-0.902 -0.799 0-1.382 0.365-1.619 1.117 -0.151 0.432-0.195 0.925-0.195 1.785 0 0.858 0.043 1.354 0.195 1.783 0.237 0.754 0.82 1.118 1.619 1.118 0.756 0 1.208-0.278 1.663-0.901 0.086-0.109 0.194-0.129 0.324-0.043l1.878 1.225c0.108 0.087 0.108 0.193 0.043 0.301C10.032 37.184 8.628 38 6.836 38 4.634 37.999 2.95 36.988 2.323 35.053z"/><path d="M18.018 37.764c-0.13 0-0.216-0.089-0.216-0.218v-0.688H17.78c-0.54 0.688-1.446 1.141-2.872 1.141 -1.856 0-3.477-0.968-3.477-3.184 0-2.299 1.749-3.354 4.34-3.354h1.856c0.087 0 0.13-0.042 0.13-0.128v-0.388c0-0.967-0.476-1.418-2.138-1.418 -1.058 0-1.834 0.301-2.332 0.666 -0.108 0.087-0.216 0.065-0.281-0.043l-0.972-1.698c-0.064-0.128-0.043-0.236 0.065-0.302 0.885-0.623 2.159-1.032 3.886-1.032 3.412 0 4.642 1.162 4.642 3.763v6.665c0 0.129-0.086 0.218-0.216 0.218H18.018zM17.759 34.3v-0.709c0-0.087-0.044-0.13-0.13-0.13h-1.468c-1.273 0-1.856 0.365-1.856 1.184 0 0.729 0.518 1.097 1.511 1.097C17.111 35.741 17.759 35.268 17.759 34.3z"/><path d="M34.927 37.764c-0.13 0-0.215-0.089-0.215-0.218V31.57c0-1.141-0.562-1.893-1.644-1.893 -1.035 0-1.617 0.752-1.617 1.893v5.977c0 0.129-0.088 0.217-0.217 0.217h-2.59c-0.131 0-0.217-0.088-0.217-0.217V31.57c0-1.141-0.539-1.893-1.619-1.893 -1.037 0-1.641 0.752-1.641 1.893v5.977c0 0.129-0.087 0.217-0.216 0.217h-2.591c-0.131 0-0.217-0.088-0.217-0.217V27.57c0-0.127 0.086-0.215 0.217-0.215h2.591c0.129 0 0.216 0.088 0.216 0.215v0.73h0.021c0.475-0.645 1.36-1.183 2.699-1.183 1.273 0 2.203 0.452 2.807 1.312h0.021c0.778-0.816 1.813-1.312 3.282-1.312 2.462 0 3.734 1.569 3.734 3.87v6.558c0 0.129-0.086 0.218-0.217 0.218H34.927z"/></g></svg></A></DIV>

                                            <DIV ID="content"> <!-- Start content -->
                                            
                                            	<DIV ID="main">
                                            		<UL ID="mainmenu">
                                            			<LI CLASS="menu"><A HREF="status.html">Status</A></LI>
                                            			<LI CLASS="menu"><A TITLE="" HREF="logpoll.html?lastid=start">Live Log</A></LI>			<!-- MENUACTIVE1 -->
                                            			<LI CLASS="menu"><A HREF="config.html">Config</A></LI>
                                            			<LI CLASS="menu_selected"><A HREF="readers.html">Readers</A></LI>
                                            			<LI CLASS="menu"><A HREF="userconfig.html">Users</A></LI>
                                            			<LI CLASS="menu"><A HREF="services.html">Services</A></LI>
                                            			<LI CLASS="menu"><A HREF="files.html?file=oscam.version">Files</A></LI>
                                            			<LI CLASS="menu" ID="fbnotifier"><A HREF="failban.html">Failban</A></LI>
                                            <!-- MENUACTIVE8 -->
                                            			<LI CLASS="menu"><A HREF="script.html">Scripts</A></LI>
                                            			<LI CLASS="menu"><A HREF="shutdown.html">Restart</A></LI>
                                            		</UL>
                                            	</DIV>
                                            
                                            
                                            
                                            <DIV ID="subnav">
                                            	<UL ID="nav">
                                            		<LI CLASS="configmenu"><A HREF="#" onclick="addinsert();">Add Reader</A></LI>
                                            		<LI CLASS="configmenu"><A HREF="readers.html?action=reloadreaders">Reload Readers</A></LI>
                                            		<LI CLASS="configmenu"><A HREF="scanusb.html">Scan USB</A></LI>
                                            		<LI CLASS="configmenu"><A HREF="readers.html?action=resetallrdrstats" onclick="return confirm('Reset Readerstats ?')">Reset Readerstats</A></LI>
                                            		<LI CLASS="configmenu"><A TARGET="_blank" HREF="graph.svg?type=servers">Show Graphs</A></LI>
                                            	<LI ID="poll" CLASS="pollselect" style="display: none;">Pollintervall:<input type="text" name="pintervall" class="pintervall" value="" readonly>sec.<button id="dec">&minus;</button><button id="polling"></button><button id="inc">+</button></LI>
                                            	</UL>
                                            </DIV>
                                            <DIV ID="newinsert">
                                            	<form action="readerconfig.html" method="get" name="new_insert" onsubmit="return chkinsert(document.new_insert.label.value)">
                                            		<TABLE CLASS="readers">
                                            			<TR><TH>NEW Reader Label: <input type="text" name="label" value="Reader-2">  Protocol: <select name="protocol"><option>cs357x</option>
                                            

                                            <option>cs378x</option>
                                            <option>newcamd</option>
                                            <option>newcamd524</option>
                                            <option>cccam</option>
                                            <option>gbox</option>
                                            <option>scam</option>
                                            <option>internal</option>
                                            <option>mouse</option>
                                            <option>pcsc</option>
                                            <option>smartreader</option>
                                            <option>stinger</option>
                                            </select><input type="submit" name="action" value="Add" title="Add New Reader"></TH></TR>
                                            </TABLE>
                                            </form>
                                            </DIV>
                                            <DIV ID="searchTable">
                                            <TABLE CLASS="readers">
                                            <TR><TH><input type="text" id="searchTerm" class="search_box" placeholder="Enter Searchterm"></TH></TR>
                                            </TABLE>
                                            </DIV>
                                            <TABLE ID="dataTable" CLASS="readers">
                                            <THEAD>
                                            <TR>
                                            <TH COLSPAN="4"></TH>
                                            <TH COLSPAN="4">ECM</TH>
                                            <TH COLSPAN="4">EMM</TH>
                                            <TH>LB</TH>
                                            <TH COLSPAN="6"></TH>
                                            </TR>
                                            <TR id="headline">
                                            <TH>On/Off</TH>
                                            <TH data-sort="string-ins" class="sortable">Reader</TH>
                                            <TH data-sort="string-ins" class="sortable">Protocol</TH>
                                            <TH>Groups</TH>
                                            <TH data-sort="int" data-sort-default="desc" class="sortable">OK</TH>
                                            <TH data-sort="int" data-sort-default="desc" class="sortable">NOK</TH>
                                            <TH data-sort="int" data-sort-default="desc" class="sortable">TOUT</TH>
                                            <TH>Filtered<BR><SPAN TITLE="filtered by ECM Header Whitelist"> Head </SPAN>/<SPAN TITLE="filtered by ECM Whitelist"> Len </SPAN></TH>
                                            <TH>error<BR><SPAN TITLE="unknown EMM"> UK </SPAN>/<SPAN TITLE="global EMM"> G </SPAN>/<SPAN TITLE="shared EMM"> S </SPAN>/<SPAN TITLE="unique EMM"> UQ </SPAN></TH>
                                            <TH>written<BR><SPAN TITLE="unknown EMM"> UK </SPAN>/<SPAN TITLE="global EMM"> G </SPAN>/<SPAN TITLE="shared EMM"> S </SPAN>/<SPAN TITLE="unique EMM"> UQ </SPAN></TH>
                                            <TH>skipped<BR><SPAN TITLE="unknown EMM"> UK </SPAN>/<SPAN TITLE="global EMM"> G </SPAN>/<SPAN TITLE="shared EMM"> S </SPAN>/<SPAN TITLE="unique EMM"> UQ </SPAN></TH>
                                            <TH>blocked<BR><SPAN TITLE="unknown EMM"> UK </SPAN>/<SPAN TITLE="global EMM"> G </SPAN>/<SPAN TITLE="shared EMM"> S </SPAN>/<SPAN TITLE="unique EMM"> UQ </SPAN></TH>
                                            <TH>Weight</TH>
                                            <TH COLSPAN="6">Action</TH>
                                            </TR>
                                            </THEAD>
                                            <TBODY>
                                            <TR ID="id_4d0392b91af3c59b371d9ae852a78da7" CLASS="enabledreader">
                                            <TD CLASS="readercol0"><A class="switchreader" data-next-action="disable" data-reader-name="HD-Plus" data-desc="" data-md5="id_4d0392b91af3c59b371d9ae852a78da7" HREF="#" TITLE="Disable Reader: HD-Plus"><IMG CLASS="icon" SRC="image?i=ICDIS" ALT="Disable"></A></TD>
                                            <TD CLASS="readercol1" data-sort-value="HD-Plus" TITLE="HD-Plus"><A HREF="readerconfig.html?label=HD-Plus"><IMG CLASS="readericon" SRC="image?i=IC_HD-Plus" TITLE="Edit Reader: HD-Plus" ALT=""></A></TD>
                                            <TD CLASS="readercol2" data-sort-value="mouse" TITLE=""><IMG CLASS="protoicon" SRC="image?i=IC_mouse" TITLE="Protocol: mouse []" ALT=""></TD>
                                            <TD CLASS="readercol3"><DIV CLASS="groups" TITLE="1">1</DIV></TD>
                                            <TD CLASS="readercol4" data-sort-value="8256">8256 (100.00 %)</TD>
                                            <TD CLASS="readercol5" data-sort-value="0">0 (0.00 %)</TD>
                                            <TD CLASS="readercol6" data-sort-value="0">0 (0.00 %)</TD>
                                            <TD CLASS="readercol7">0 / 0 </TD>
                                            <TD CLASS="readercol8">0 / 0 / 0 / 0</TD>
                                            <TD CLASS="readercol9">0 / 0 / 12 / 0</TD>
                                            <TD CLASS="readercol10">0 / 0 / 97 / 0</TD>
                                            <TD CLASS="readercol11">0 / 10662 / 0 / 0</TD>
                                            <TD CLASS="readercol12">100</TD>
                                            <TD CLASS="readercol13"><A HREF="readerconfig.html?label=HD-Plus" TITLE="Edit Reader: HD-Plus"><IMG CLASS="icon" SRC="image?i=ICEDI" ALT="Edit Reader"></A></TD>
                                            <TD CLASS="readercol14"><A HREF="entitlements.html?label=HD-Plus" TITLE="Show Entitlement: HD-Plus"><IMG CLASS="icon" SRC="image?i=ICENT" ALT="Show Entitlement"></A>
                                            </TD>
                                            <TD CLASS="readercol15"><A HREF="readers.html?action=reread&label=HD-Plus" TITLE="Refresh Entitlement: HD-Plus"><IMG CLASS="icon" SRC="image?i=ICREF" ALT="Reset and reload Entitlement"></A>
                                            </TD>
                                            <TD CLASS="readercol16"><A HREF="emm.html?label=HD-Plus" TITLE="Write EMM to: HD-Plus"><IMG CLASS="icon" SRC="image?i=ICEMM" ALT="Write EMM"></A>
                                            </TD>
                                            <TD CLASS="readercol17"><A HREF="readerstats.html?label=HD-Plus&show=0" TITLE="Show Lb statistics: HD-Plus"><IMG CLASS="icon" SRC="image?i=ICSTA" ALT="Loadbalancer statistics"></A></TD>
                                            <TD CLASS="readercol18"><A class="deletereader" data-next-action="delete" data-reader-name="HD-Plus" data-md5="id_4d0392b91af3c59b371d9ae852a78da7" HREF="#" TITLE="Delete Reader: HD-Plus"><IMG CLASS="icon" SRC="image?i=ICDEL" ALT="Delete Reader"></A></TD>
                                            </TR>
                                            <TR ID="id_973b050c50fc6ac0cc62ffa7a942c657" CLASS="enabledreader">
                                            <TD CLASS="readercol0"><A class="switchreader" data-next-action="disable" data-reader-name="ORF" data-desc="" data-md5="id_973b050c50fc6ac0cc62ffa7a942c657" HREF="#" TITLE="Disable Reader: ORF"><IMG CLASS="icon" SRC="image?i=ICDIS" ALT="Disable"></A></TD>
                                            <TD CLASS="readercol1" data-sort-value="ORF" TITLE="ORF"><A HREF="readerconfig.html?label=ORF"><IMG CLASS="readericon" SRC="image?i=IC_ORF" TITLE="Edit Reader: ORF" ALT=""></A></TD>
                                            <TD CLASS="readercol2" data-sort-value="mouse" TITLE=""><IMG CLASS="protoicon" SRC="image?i=IC_mouse" TITLE="Protocol: mouse []" ALT=""></TD>
                                            <TD CLASS="readercol3"><DIV CLASS="groups" TITLE="2">2</DIV></TD>
                                            <TD CLASS="readercol4" data-sort-value="3418">3418 (100.00 %)</TD>
                                            <TD CLASS="readercol5" data-sort-value="0">0 (0.00 %)</TD>
                                            <TD CLASS="readercol6" data-sort-value="0">0 (0.00 %)</TD>
                                            <TD CLASS="readercol7">0 / 0 </TD>
                                            <TD CLASS="readercol8">0 / 0 / 0 / 0</TD>
                                            <TD CLASS="readercol9">0 / 95 / 35 / 0</TD>
                                            <TD CLASS="readercol10">0 / 23 / 236 / 0</TD>
                                            <TD CLASS="readercol11">0 / 12005 / 0 / 0</TD>
                                            <TD CLASS="readercol12">100</TD>
                                            <TD CLASS="readercol13"><A HREF="readerconfig.html?label=ORF" TITLE="Edit Reader: ORF"><IMG CLASS="icon" SRC="image?i=ICEDI" ALT="Edit Reader"></A></TD>
                                            <TD CLASS="readercol14"><A HREF="entitlements.html?label=ORF" TITLE="Show Entitlement: ORF"><IMG CLASS="icon" SRC="image?i=ICENT" ALT="Show Entitlement"></A>
                                            </TD>
                                            <TD CLASS="readercol15"><A HREF="readers.html?action=reread&label=ORF" TITLE="Refresh Entitlement: ORF"><IMG CLASS="icon" SRC="image?i=ICREF" ALT="Reset and reload Entitlement"></A>
                                            </TD>
                                            <TD CLASS="readercol16"><A HREF="emm.html?label=ORF" TITLE="Write EMM to: ORF"><IMG CLASS="icon" SRC="image?i=ICEMM" ALT="Write EMM"></A>
                                            </TD>
                                            <TD CLASS="readercol17"><A HREF="readerstats.html?label=ORF&show=0" TITLE="Show Lb statistics: ORF"><IMG CLASS="icon" SRC="image?i=ICSTA" ALT="Loadbalancer statistics"></A></TD>
                                            <TD CLASS="readercol18"><A class="deletereader" data-next-action="delete" data-reader-name="ORF" data-md5="id_973b050c50fc6ac0cc62ffa7a942c657" HREF="#" TITLE="Delete Reader: ORF"><IMG CLASS="icon" SRC="image?i=ICDEL" ALT="Delete Reader"></A></TD>
                                            </TR>

                                            </TBODY>
                                            </TABLE>
                                            <DIV CLASS="info">
                                            <TABLE CLASS="infotable">
                                            <TBODY CLASS="infocolswidth">
                                            <TR CLASS="infocolswidth">
                                            	<TH></TH>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            	<TD></TD>
                                            </TR>
                                            

                                            </TBODY>
                                            <TBODY CLASS="statusreaderinfo ">
                                            <TR><TH COLSPAN="13" CLASS="nameinfo">Readers info</TH></TR>
                                            <TR>
                                            <TH>Readers</TH>
                                            <TD COLSPAN="3" CLASS="centered"><B>Total:</B> <span id="total_readers">2</span></TD>
                                            <TD COLSPAN="3" CLASS="centered"><B>Active:</B> <span id="total_active_readers">2</span></TD>
                                            <TD COLSPAN="3" CLASS="centered"><B>Disabled:</B> <span id="total_disabled_readers">0</span></TD>
                                            <TD COLSPAN="3" CLASS="centered"><B>Connected:</B> <span id="total_connected_readers">0</span></TD>
                                            </TR>
                                            </TBODY>
                                            <TBODY CLASS="statusecminfo ">
                                            <TR>
                                            <TH COLSPAN="13" CLASS="nameinfo">Readers Ecm Info</TH>
                                            </TR>
                                            <TR>
                                            <TH>ECM</TH>
                                            <TD COLSPAN="6" CLASS="centered" TITLE="SUM of all OK ECM's"><B>Total OK:</B> <span id="total_cwpos_readers">11674</span> (<span id="rel_cwpos_readers">100.00</span> %)</TD>
                                            <TD COLSPAN="6" CLASS="centered" TITLE="SUM of all NOK ECM's"><B>Total NOK:</B> <span id="total_cwneg_readers">0</span> (<span id="rel_cwneg_readers">0.00</span> %)</TD>
                                            </TR>
                                            <TR>
                                            <TH>Details</TH>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Received ECM with status OK"><B>OK:</B> <span id="total_cwok_readers">11674</span> (<span id="rel_cwok_readers">100.00</span> %)</TD>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Received ECM with status not OK"><B>not OK:</B> <span id="total_cwnok_readers">0</span> (<span id="rel_cwnok_readers">0.00</span> %)</TD>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Timeout ECM"><B>Timeout:</B> <span id="total_cwtout_readers">0</span> (<span id="rel_cwtout_readers">0.00</span> %)</TD>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Filtered Head/Len"><B>Filtered Head/Len:</B> ( <span id="total_eheadr">0</span> / <span id="total_elenr">0</span> )</TD>
                                            </TR>
                                            <TR>
                                            <TH>EMM</TH>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Total error EMM"><B>Total error:<BR>(<SPAN TITLE="Total unknown EMM"> UK </SPAN>/<SPAN TITLE="Total global EMM"> G </SPAN>/<SPAN TITLE="Total shared EMM"> S </SPAN>/<SPAN TITLE="Total unique EMM"> UQ </SPAN>)</B><BR>( <span id="total_emmerroruk_readers">0</span> / <span id="total_emmerrorg_readers">0</span> / <span id="total_emmerrors_readers">0</span> / <span id="total_emmerroruq_readers">0</span> )</TD>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Total written EMM"><B>Total written:<BR>(<SPAN TITLE="Total unknown EMM"> UK </SPAN>/<SPAN TITLE="Total global EMM"> G </SPAN>/<SPAN TITLE="Total shared EMM"> S </SPAN>/<SPAN TITLE="Total unique EMM"> UQ </SPAN>)</B><BR>( <span id="total_emmwrittenuk_readers">0</span> / <span id="total_emmwritteng_readers">95</span> / <span id="total_emmwrittens_readers">47</span> / <span id="total_emmwrittenuq_readers">0</span> )</TD>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Total skipped EMM"><B>Total skipped:<BR>(<SPAN TITLE="Total unknown EMM"> UK </SPAN>/<SPAN TITLE="Total global EMM"> G </SPAN>/<SPAN TITLE="Total shared EMM"> S </SPAN>/<SPAN TITLE="Total unique EMM"> UQ </SPAN>)</B><BR>( <span id="total_emmskippeduk_readers">0</span> / <span id="total_emmskippedg_readers">23</span> / <span id="total_emmskippeds_readers">333</span> / <span id="total_emmskippeduq_readers">0</span> )</TD>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Total blocked EMM"><B>Total blocked:<BR>(<SPAN TITLE="Total unknown EMM"> UK </SPAN>/<SPAN TITLE="Total global EMM"> G </SPAN>/<SPAN TITLE="Total shared EMM"> S </SPAN>/<SPAN TITLE="Total unique EMM"> UQ </SPAN>)</B><BR>( <span id="total_emmblockeduk_readers">0</span> / <span id="total_emmblockedg_readers">22667</span> / <span id="total_emmblockeds_readers">0</span> / <span id="total_emmblockeduq_readers">0</span> )</TD>
                                            </TR>
                                            <TR>
                                            <TH>Statistics</TH>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Sum of all ECM's"><B>All ECM's</B> <span id="total_sum_all_readers_ecm">11674</span></TD>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Sum of all EMM's"><B>All EMM's</B> <span id="total_sum_all_readers_emm">23165</span></TD>
                                            <TD COLSPAN="3"></TD>
                                            <TD COLSPAN="3" CLASS="centered" TITLE="Reset Readers ECM Statistics"><B>Reset Readers ECM Statistics:</B> <A HREF="?action=resetreaderstats" TITLE="Reset statistics for readers"><IMG CLASS="icon" SRC="image?i=ICRES" ALT="Reset Readers Stats" onclick="return confirm('Reset Readers ECM Statistics ?')"></A></TD>
                                            </TR>
                                            </TBODY>
                                            </TABLE>
                                            </DIV>
                                            <DIV id="picolor"></DIV>
                                            </DIV> <!-- End content -->
                                            <DIV CLASS="footer" ID="footer">
                                            <DIV CLASS="top_link"><a href="#_top">TOP</a></DIV>
                                            <UL CLASS="textfooter">
                                            <LI CLASS="developed"><B>OSCam Webinterface developed by Streamboard Team</B></LI>
                                            <LI><B>Current Time:</B><span id="curtime"> 05.05.22 | 17:22:10 </span><B>Start Time:</B> 02.05.22 | 13:36:23 <B>OSCam Run Time:</B><span id="runtime"> 03d 03:45:47</span></LI>
                                            <LI><B>Process ID:</B> 460 <B>Access from:</B> 192.168.1.112 <B>Run as:</B> root <B>System Up Time: </B><span id="uptime"> 05d 21:42:34</span></LI>
                                            <LI><B>OSCam:</B> 1.20_svn <B>Build:</B> r11689 <B>Compiler:</B> x86_64-linux-gnu</LI>
                                            <LI CLASS="styleauthor">WebIf Style by <A NAME="statusfooter"></A></LI>
                                            </UL>
                                            </DIV>
                                            </DIV> <!-- End wrapper -->
                                            </BODY>
                                            </HTML>

                                            Jetzt geht es um folgende Zeile:


                                            <a href="readers.html?action=reread&label=ORF" title="Refresh Entitlement: ORF"><img class="icon" src="image?i=ICREF" alt="Reset and reload Entitlement"></a>

                                            Kann ich das als Datenpunkt anlegen (true, false)
                                            oder muss ich das über den Link machen?


                                            http://192.168.x.x:x/readers.html?action=reread&label=ORF

                                            Vielen Dank

                                            Homoran OliverIO 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            786
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            44
                                            1883
                                            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