Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Parsen Wert ermittel

    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

    Parsen Wert ermittel

    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      waxkarle @arteck last edited by waxkarle

      @arteck
      Moment, tu mir noch etwas schwer!

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

        @waxkarle


        abbr
        :
        ""
        accessKey
        :
        ""
        align
        :
        ""
        attributeStyleMap
        :
        StylePropertyMap {size: 0}
        attributes
        :
        NamedNodeMap {0: id, id: id, length: 1}
        autocapitalize
        :
        ""
        autofocus
        :
        false
        axis
        :
        ""
        baseURI
        :
        "http://172.16.104.135/"
        bgColor
        :
        ""
        cellIndex
        :
        1
        ch
        :
        ""
        chOff
        :
        ""
        childElementCount
        :
        0
        childNodes
        :
        NodeList [text]
        children
        :
        HTMLCollection []
        classList
        :
        DOMTokenList [value: '']
        className
        :
        ""
        clientHeight
        :
        24
        clientLeft
        :
        0
        clientTop
        :
        0
        clientWidth
        :
        98
        colSpan
        :
        1
        contentEditable
        :
        "inherit"
        currentCSSZoom
        :
        1
        dataset
        :
        DOMStringMap {}
        dir
        :
        ""
        draggable
        :
        false
        elementTiming
        :
        ""
        enterKeyHint
        :
        ""
        firstChild
        :
        text
        headers
        :
        ""
        height
        :
        ""
        hidden
        :
        false
        id
        :
        "ANALOGINPUTSR0C2"
        inert
        :
        false
        innerHTML
        :
        "8.1 Bar"
        innerText
        :
        "8.1 Bar"
        inputMode
        :
        ""
        isConnected
        :
        true
        isContentEditable
        :
        false
        lang
        :
        ""
        lastChild
        :
        text
        localName
        :
        "td"
        namespaceURI
        :
        "http://www.w3.org/1999/xhtml"
        nextElementSibling
        :
        td#ANALOGINPUTSR0C3.icon
        nextSibling
        :
        td#ANALOGINPUTSR0C3.icon
        noWrap
        :
        false
        nodeName
        :
        "TD"
        nodeType
        :
        1
        nonce
        :
        ""
        offsetHeight
        :
        24
        offsetLeft
        :
        379
        offsetParent
        :
        table#ANALOGINPUTSbody
        offsetTop
        :
        24
        offsetWidth
        :
        98
        outerHTML
        :
        "<td id="ANALOGINPUTSR0C2">8.1 Bar</td>"
        outerText
        :
        "8.1 Bar"
        ownerDocument
        :
        document
        parentElement
        :
        tr.row
        parentNode
        :
        tr.row
        part
        :
        DOMTokenList [value: '']
        previousElementSibling
        :
        td#ANALOGINPUTSR0C1
        previousSibling
        :
        td#ANALOGINPUTSR0C1
        rowSpan
        :
        1
        scope
        :
        ""
        scrollHeight
        :
        24
        scrollLeft
        :
        0
        scrollTop
        :
        0
        scrollWidth
        :
        98
        slot
        :
        ""
        spellcheck
        :
        true
        style
        :
        CSSStyleDeclaration {accentColor: '', additiveSymbols: '', alignContent: '', alignItems: '', alignSelf: '', …}
        tabIndex
        :
        -1
        tagName
        :
        "TD"
        textContent
        :
        "8.1 Bar"
        title
        :
        ""
        translate
        :
        true
        vAlign
        :
        ""
        virtualKeyboardPolicy
        :
        ""
        width
        :
        ""
        writingSuggestions
        :
        "true"

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

          @waxkarle Ist das der Quellcode der Seite?
          wie erhältst du den?

          Was steht denn im Parser Editor?

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

            @homoran

             <html>
            <head>
            	<title></title>
            	<meta http-equiv="x-ua-compatible" content="IE=edge">
            	<script src="js/LIBRARY.js" type="text/javascript"></script>
            	<script src="js/init.js" type="text/javascript" ></script>
            	<script src="js/config.js" type="text/javascript" ></script>
            </head>
            <body id="BODY">
                <table id="INIT" cellspacing="0" cellpadding="0" border="0" style="width:100%;height:100%;color:White;visibility:visible">
                    <tr>
                        <td align="center" valign="middle">
                            <table style="font-size:32px;font-family:Freestyle Script;font-weight:bold;" cellspacing="5" cellpadding="5" width="500px">
                                <tr>
                                    <td align="center" colspan="2" style="font-size:72px;font-weight:bold;color:White;background-color:#B0B0B0; border:solid 3 #5A5A5A">INITIALISATION</td>
                                </tr>
            	                <tr>
            	                    <td align="center" colspan="2" style="font-size:16px"></td>
            	                </tr>
            	                <tr>
            	                    <td align="center" style="color:#5A5A5A">DOWNLOADING FILES</td><td align="center"><img id="step1" src="images index/WAITING.png" alt="" /></td>
            	                </tr>
            	                <tr>
            	                    <td align="center" colspan="2" id="step1comment" style="font-size:18px;font-family:Times New Roman;font-weight:bold;border:solid 3 Red;color:White; background:#FF8A8A;visibility:hidden;"></td>
            	                </tr>
            	                <tr>
            	                    <td align="center" style="color:#5A5A5A">QUERY STATIC DATA</td><td align="center"><img id="step2" src="images index/WAITING.png" alt="" /></td>
            	                </tr>
            	                <tr>
            	                    <td align="center" colspan="2" id="step2comment" style="font-size:18px;font-family:Times New Roman;font-weight:bold;border:solid 3 Red;color:White; background:#FF8A8A;visibility:hidden;"></td>
            	                </tr>
            	                <tr>
            	                    <td align="center" style="color:#5A5A5A">QUERY DYNAMIC DATA</td><td align="center"><img id="step3" src="images index/WAITING.png" alt="" /></td>
            	                </tr>
            	                <tr>
            	                    <td align="center" colspan="2" id="step3comment" style="font-size:18px;font-family:Times New Roman;font-weight:bold;border:solid 3 Red;color:White; background:#FF8A8A;visibility:hidden;"></td>
            	                </tr>
            					<tr>
            	                    <td align="center" style="color:#5A5A5A">LOADING TEXTS</td><td align="center"><img id="step4" src="images index/WAITING.png" alt="" /></td>
            	                </tr>
            	                <tr>
            	                    <td align="center" colspan="2" id="step4comment" style="font-size:18px;font-family:Times New Roman;font-weight:bold;border:solid 3 Red;color:White; background:#FF8A8A;visibility:hidden;"></td>
            	                </tr>
            					<tr>
            	                    <td colspan="2" align="center" id="continueanyway" style="visibility:hidden"><button style="color:#5A5A5A;font-size:24px;font-family:Times New Roman;font-weight:bold;" onclick="ShowWebsite();">Go to website anyway</button></td>
            	                </tr>
            	            </table>
                        </td>
                    </tr>
                </table>
                <div id="WEBSITE" style="width:100%;height:100%;visibility:hidden">
            		<div id="main">
            			<div id="main_content">
            				<div id="header">
            					<div id="left">
            						<p id="serial">Serial Number:</p>
            						<p id="page">Compressor_Y</p>
            					</div>
            					<div id="right">
            						<p id="elektronikon">Elektronikon</p>
            						<p id="langs">
            							<span id="langs_description">Languages111</span>
            							<select id="language_select" onchange="load_language();">
            								<option>downloading...</option>
            							</select>
            						</p>
            						<p id="AC">
            							<span id="Access_Level_descr">Access Level</span>
            							<select id="access" onchange="check_access();">
            								<option value="User">User</option>
            								<option value="Full">Full</option>
            							</select>
            						</p>
            					</div>
            					<div class="clearfix"></div>
            				</div>
            				<div id="error"></div>
            				<div id="checks">
            					<div id="checkbox_container"></div>
            					<div class="clearfix"></div>
            				</div>
            				<div id="tables">
            					<div id="TABLELEFT_L1">
            						<table cellspacing="0" cellpadding="0" id="ANALOGINPUTSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="STEPPEROUTPUTSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="ANALOGOUTPUTSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="COUNTERSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="CALCULATEDANALOGINPUTSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="CONVERTERSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="SPMbody"></table>
            					</div>
            					<div id="TABLERIGHT_L1">
            						<table cellspacing="0" cellpadding="0" id="MACHINESTATEbody"></table>
            						<table cellspacing="0" cellpadding="0" id="DIGITALINPUTSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="DIGITALOUTPUTSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="SPECIALPROTECTIONSbody"></table>
            						<table cellspacing="0" cellpadding="0" id="SERVICEPLANbody"></table>
            						<table cellspacing="0" cellpadding="0" id="IDATAbody"></table>
            					</div>
            					<div id="TABLELEFT_L12">
            						<table id="CONVERTORFLOWbody"></table>
            					</div>
            					<table id="units" align="center">
            						<tr>
            							<td  id="PRESSUREUNITstr" align="right">Pressure Unit:111</td>
            							<td align="left">
            							<select id="P" onchange="setProperties();">
            								<option value="Bar">Bar</option>
            								<option value="dBar">dBar</option>
            								<option value="mBar">mBar</option>
            								<option value="psi">psi</option>
            								<option value="kPa">kPa</option>
            								<option value="MPa">MPa</option>
            								<option value="kg/cm²">kg/cm²</option>
            								<option value="mmHg">mmHg</option>
            								<option value="inHg">inHg</option>
            								<option value="Torr">Torr</option>
            							</select>
            							</td>
            						</tr>
            						<tr>
            							<td  id="TEMPERATUREUNITstr" align="right">Temperature Unit:111</td>
            							<td align="left">
            							<select id="T" onchange="setProperties();">
            								<option value="°C">°C</option>
            								<option value="°F">°F</option>
            								<option value="K">K</option>
            							</select>
            							</td>
            						</tr>
            						<tr>
            							<td  id="ENERGYUNITstr" align="right">ENERGY Unit:111</td>
            							<td align="left">
            							<select id="E" onchange="setProperties();">
            								<option value="kWh">kWh</option>
            								<option value="MWh">MWh</option>
            								<option value="kBTu">kBTu</option>
            								<option value="MBTu">MBTu</option>
            							</select>
            							</td>
            						</tr>
            						<tr>
            							<td  id="FLOWUNITstr" align="right">Flow Unit:111</td>
            							<td align="left">
            							<select id="F" onchange="setProperties();">
            								<option value="l/s">l/s</option>
            								<option value="cfm">cfm</option>
            								<option value="l/min">l/min</option>
            								<option value="m3/h">m³/h</option>
            							</select>
            							</td>
            						</tr>
            					</table>
            					<table id="tablees_l3">
            						<tr><td>
            							<table id="tableCompressors1" cellspacing="0" cellpadding="3" style="border-width:1px;border-color:Black;border-style:solid"></table>
            						</td></tr>
            						<tr><td>
            							<table id="tableDryers" cellspacing="0" cellpadding="3" style="border-width:1px;border-color:Black;border-style:solid;margin:50px 0px 0px 0px"></table>
            						</td></tr>
            					</table>
            					<div class="clearfix"></div>
            				</div>
            				<div id="footer">
            					<span id="load_time">loading...</span><br />
            					v4.1.2.2
            				</div>
            			</div>
            		</div>
            		<div id="left_side">
            			<a id="logo_link" href=""><img src="images/Brandlogo.gif" alt="brand logo" /></a>
            			<div id="menu">
            				<ul>
            					<li id="link1str" onclick="load_compressor();" onmouseover="this.style.cursor='hand'">Compressor111</li><!---->
            					<li id="link2str" onclick="load_es();" onmouseover="this.style.cursor='hand'">ES</li>
            					<li id="link3str" onclick="load_preferences();" onmouseover="this.style.cursor='hand'">Preferences111</li>
            				</ul>
            			</div>
            		</div>
            	</div>
            </body>
            </html>
            

            MOD-EDIT: Code in code-tags gesetzt!

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

              @waxkarle was ist das jetzt?

              Bitte alle Fragen beantworten

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

                @homoran
                Das ist jetzt der Quellcode

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

                  @waxkarle sagte in Parsen Wert ermittel:

                  @homoran
                  Das ist jetzt der Quellcode

                  sicher?
                  nicht die HTML-Seite?

                  daher

                  @homoran sagte in Parsen Wert ermittel:

                  @waxkarle was ist das jetzt?

                  Bitte alle Fragen beantworten

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

                    alles neu für mich!
                    Muss mich durchkämpfen

                    Codierknecht Homoran 2 Replies Last reply Reply Quote 0
                    • Codierknecht
                      Codierknecht Developer Most Active @waxkarle last edited by

                      @waxkarle

                      Als Code formatieren

                      4a659efb-349a-48b2-89b0-dd842fb935b0-image.png

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

                        @waxkarle sagte in Parsen Wert ermittel:

                        alles neu für mich!

                        Fragen zu beantworten 😁 ?

                        ich finde die Stellen aus dem Screenshot nicht

                        EDIT
                        So neu wohl doch nicht
                        https://forum.iobroker.net/post/798671

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

                          @homoran
                          also nochmal ein Versuch:

                          <html>
                          <head>
                             <title></title>
                             <meta http-equiv="x-ua-compatible" content="IE=edge">
                             <script src="js/LIBRARY.js" type="text/javascript"></script>
                             <script src="js/init.js" type="text/javascript" ></script>
                             <script src="js/config.js" type="text/javascript" ></script>
                          </head>
                          <body id="BODY">
                             <table id="INIT" cellspacing="0" cellpadding="0" border="0" style="width:100%;height:100%;color:White;visibility:visible">
                                 <tr>
                                     <td align="center" valign="middle">
                                         <table style="font-size:32px;font-family:Freestyle Script;font-weight:bold;" cellspacing="5" cellpadding="5" width="500px">
                                             <tr>
                                                 <td align="center" colspan="2" style="font-size:72px;font-weight:bold;color:White;background-color:#B0B0B0; border:solid 3 #5A5A5A">INITIALISATION</td>
                                             </tr>
                                             <tr>
                                                 <td align="center" colspan="2" style="font-size:16px"></td>
                                             </tr>
                                             <tr>
                                                 <td align="center" style="color:#5A5A5A">DOWNLOADING FILES</td><td align="center"><img id="step1" src="images index/WAITING.png" alt="" /></td>
                                             </tr>
                                             <tr>
                                                 <td align="center" colspan="2" id="step1comment" style="font-size:18px;font-family:Times New Roman;font-weight:bold;border:solid 3 Red;color:White; background:#FF8A8A;visibility:hidden;"></td>
                                             </tr>
                                             <tr>
                                                 <td align="center" style="color:#5A5A5A">QUERY STATIC DATA</td><td align="center"><img id="step2" src="images index/WAITING.png" alt="" /></td>
                                             </tr>
                                             <tr>
                                                 <td align="center" colspan="2" id="step2comment" style="font-size:18px;font-family:Times New Roman;font-weight:bold;border:solid 3 Red;color:White; background:#FF8A8A;visibility:hidden;"></td>
                                             </tr>
                                             <tr>
                                                 <td align="center" style="color:#5A5A5A">QUERY DYNAMIC DATA</td><td align="center"><img id="step3" src="images index/WAITING.png" alt="" /></td>
                                             </tr>
                                             <tr>
                                                 <td align="center" colspan="2" id="step3comment" style="font-size:18px;font-family:Times New Roman;font-weight:bold;border:solid 3 Red;color:White; background:#FF8A8A;visibility:hidden;"></td>
                                             </tr>
                             				<tr>
                                                 <td align="center" style="color:#5A5A5A">LOADING TEXTS</td><td align="center"><img id="step4" src="images index/WAITING.png" alt="" /></td>
                                             </tr>
                                             <tr>
                                                 <td align="center" colspan="2" id="step4comment" style="font-size:18px;font-family:Times New Roman;font-weight:bold;border:solid 3 Red;color:White; background:#FF8A8A;visibility:hidden;"></td>
                                             </tr>
                             				<tr>
                                                 <td colspan="2" align="center" id="continueanyway" style="visibility:hidden"><button style="color:#5A5A5A;font-size:24px;font-family:Times New Roman;font-weight:bold;" onclick="ShowWebsite();">Go to website anyway</button></td>
                                             </tr>
                                         </table>
                                     </td>
                                 </tr>
                             </table>
                             <div id="WEBSITE" style="width:100%;height:100%;visibility:hidden">
                             	<div id="main">
                             		<div id="main_content">
                             			<div id="header">
                             				<div id="left">
                             					<p id="serial">Serial Number:</p>
                             					<p id="page">Compressor_Y</p>
                             				</div>
                             				<div id="right">
                             					<p id="elektronikon">Elektronikon</p>
                             					<p id="langs">
                             						<span id="langs_description">Languages111</span>
                             						<select id="language_select" onchange="load_language();">
                             							<option>downloading...</option>
                             						</select>
                             					</p>
                             					<p id="AC">
                             						<span id="Access_Level_descr">Access Level</span>
                             						<select id="access" onchange="check_access();">
                             							<option value="User">User</option>
                             							<option value="Full">Full</option>
                             						</select>
                             					</p>
                             				</div>
                             				<div class="clearfix"></div>
                             			</div>
                             			<div id="error"></div>
                             			<div id="checks">
                             				<div id="checkbox_container"></div>
                             				<div class="clearfix"></div>
                             			</div>
                             			<div id="tables">
                             				<div id="TABLELEFT_L1">
                             					<table cellspacing="0" cellpadding="0" id="ANALOGINPUTSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="STEPPEROUTPUTSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="ANALOGOUTPUTSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="COUNTERSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="CALCULATEDANALOGINPUTSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="CONVERTERSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="SPMbody"></table>
                             				</div>
                             				<div id="TABLERIGHT_L1">
                             					<table cellspacing="0" cellpadding="0" id="MACHINESTATEbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="DIGITALINPUTSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="DIGITALOUTPUTSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="SPECIALPROTECTIONSbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="SERVICEPLANbody"></table>
                             					<table cellspacing="0" cellpadding="0" id="IDATAbody"></table>
                             				</div>
                             				<div id="TABLELEFT_L12">
                             					<table id="CONVERTORFLOWbody"></table>
                             				</div>
                             				<table id="units" align="center">
                             					<tr>
                             						<td  id="PRESSUREUNITstr" align="right">Pressure Unit:111</td>
                             						<td align="left">
                             						<select id="P" onchange="setProperties();">
                             							<option value="Bar">Bar</option>
                             							<option value="dBar">dBar</option>
                             							<option value="mBar">mBar</option>
                             							<option value="psi">psi</option>
                             							<option value="kPa">kPa</option>
                             							<option value="MPa">MPa</option>
                             							<option value="kg/cm²">kg/cm²</option>
                             							<option value="mmHg">mmHg</option>
                             							<option value="inHg">inHg</option>
                             							<option value="Torr">Torr</option>
                             						</select>
                             						</td>
                             					</tr>
                             					<tr>
                             						<td  id="TEMPERATUREUNITstr" align="right">Temperature Unit:111</td>
                             						<td align="left">
                             						<select id="T" onchange="setProperties();">
                             							<option value="°C">°C</option>
                             							<option value="°F">°F</option>
                             							<option value="K">K</option>
                             						</select>
                             						</td>
                             					</tr>
                             					<tr>
                             						<td  id="ENERGYUNITstr" align="right">ENERGY Unit:111</td>
                             						<td align="left">
                             						<select id="E" onchange="setProperties();">
                             							<option value="kWh">kWh</option>
                             							<option value="MWh">MWh</option>
                             							<option value="kBTu">kBTu</option>
                             							<option value="MBTu">MBTu</option>
                             						</select>
                             						</td>
                             					</tr>
                             					<tr>
                             						<td  id="FLOWUNITstr" align="right">Flow Unit:111</td>
                             						<td align="left">
                             						<select id="F" onchange="setProperties();">
                             							<option value="l/s">l/s</option>
                             							<option value="cfm">cfm</option>
                             							<option value="l/min">l/min</option>
                             							<option value="m3/h">m³/h</option>
                             						</select>
                             						</td>
                             					</tr>
                             				</table>
                             				<table id="tablees_l3">
                             					<tr><td>
                             						<table id="tableCompressors1" cellspacing="0" cellpadding="3" style="border-width:1px;border-color:Black;border-style:solid"></table>
                             					</td></tr>
                             					<tr><td>
                             						<table id="tableDryers" cellspacing="0" cellpadding="3" style="border-width:1px;border-color:Black;border-style:solid;margin:50px 0px 0px 0px"></table>
                             					</td></tr>
                             				</table>
                             				<div class="clearfix"></div>
                             			</div>
                             			<div id="footer">
                             				<span id="load_time">loading...</span><br />
                             				v4.1.2.2
                             			</div>
                             		</div>
                             	</div>
                             	<div id="left_side">
                             		<a id="logo_link" href=""><img src="images/Brandlogo.gif" alt="brand logo" /></a>
                             		<div id="menu">
                             			<ul>
                             				<li id="link1str" onclick="load_compressor();" onmouseover="this.style.cursor='hand'">Compressor111</li><!---->
                             				<li id="link2str" onclick="load_es();" onmouseover="this.style.cursor='hand'">ES</li>
                             				<li id="link3str" onclick="load_preferences();" onmouseover="this.style.cursor='hand'">Preferences111</li>
                             			</ul>
                             		</div>
                             	</div>
                             </div>
                          </body>
                          </html>
                          

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

                            @waxkarle ich gehe mal davon aus, dass das der Quelltext ist.

                            Da kommt nach wie vor nicht das vor, was in deinem Screenshot steht.
                            Demnach wird der Screenshot die aufgearbeitete HTML Seite enthalten, die due Werte dynamisch aus einer Datenbank o.ä. im Hintergrund der Website generiert.

                            Damit wären die Werte nicht per Parser auszulesen

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

                              @homoran
                              Ok blöd,
                              gibt es eine Möglichkeit an die Werte zu kommen?
                              Sollte wie gesagt eigentlich nur den Bar Druck haben!
                              Danke

                              Codierknecht 1 Reply Last reply Reply Quote 0
                              • Codierknecht
                                Codierknecht Developer Most Active @waxkarle last edited by

                                @waxkarle sagte in Parsen Wert ermittel:

                                gibt es eine Möglichkeit an die Werte zu kommen?

                                Schau mal hier: https://forum.iobroker.net/topic/81260/aktienkurse-aus-seite-auslesen/7
                                Vielleicht hilft Dir das weiter.

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

                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                674
                                Online

                                31.9k
                                Users

                                80.2k
                                Topics

                                1.3m
                                Posts

                                4
                                16
                                304
                                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