Ceton infiniTV 4 Temperature Monitor

Ask fellow members about Ceton's infiniTV tuners here.
Forum rules
Ceton no longer participate in this forum. Official support may still be handled via the Ceton Ticket system.
User avatar
Crash2009

Posts: 4357
Joined: Thu May 17, 2012 12:38 am
Location: Ann Arbor, Michigan

HTPC Specs: Show details

#21

Post by Crash2009 » Thu Nov 13, 2014 4:50 pm

BTW, here is the code for a "stock IP" Infini4

Code: Select all

<!DOCTYPE html>
<html>
<head>
<style>
body {
    background-color: darkgray;
}
</style>
</head>


<body>
<a href='http://192.168.200.1'>Ceton InfiniTV Status</a>
<table>
 <tr>
 <td width=90>Temp</td>
 <td width=80>Signal Level</td>
 <td width=100>SNR</td>
 <td width=100>Playback</td>
 <td width=100>Frequency</td>
 <td width=100>Modulation</td>
 <td width=300>Copy Protection</td>
 <td width=50>Channel</td>
 </tr>
</table>
<div id="variable_row">
 <div id="variable_value">
<strong>1</strong> 
<iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='http://192.168.200.1/get_var?i=0&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='http://192.168.200.1/get_var?i=0&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=0&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=0&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=0&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=0&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='http://192.168.200.1/get_var?i=0&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='http://192.168.200.1/get_var?i=0&s=cas&v=VirtualChannelNumber'>
 </iframe>
 </div>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>2</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='http://192.168.200.1/get_var?i=1&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='http://192.168.200.1/get_var?i=1&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=1&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=1&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=1&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=1&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='http://192.168.200.1/get_var?i=1&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='http://192.168.200.1/get_var?i=1&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>3</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='http://192.168.200.1/get_var?i=2&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='http://192.168.200.1/get_var?i=2&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=2&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=2&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=2&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=2&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='http://192.168.200.1/get_var?i=2&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='http://192.168.200.1/get_var?i=2&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>4</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='http://192.168.200.1/get_var?i=3&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='http://192.168.200.1/get_var?i=3&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=3&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=3&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=3&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=3&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='http://192.168.200.1/get_var?i=3&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='http://192.168.200.1/get_var?i=3&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>5</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='http://192.168.200.1/get_var?i=4&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='http://192.168.200.1/get_var?i=4&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=4&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=4&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=4&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=4&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='http://192.168.200.1/get_var?i=4&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='http://192.168.200.1/get_var?i=4&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>6</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='http://192.168.200.1/get_var?i=5&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='http://192.168.200.1/get_var?i=5&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=5&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=5&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=5&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='http://192.168.200.1/get_var?i=5&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='http://192.168.200.1/get_var?i=5&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='http://192.168.200.1/get_var?i=5&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>


<table>
 <tr>
 <td width=150>Firmware</td>
 <td width=150>TR</td>
 <td width=600>Uptime</td>
 </tr>
</table>
<div class="variable_row">
<div class="variable_value">
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:150px; height:28px;'src='http://192.168.200.1/get_var?i=0&s=diag&v=Host_Firmware'></iframe>
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:150px; height:28px;'src='http://192.168.200.1/get_var?i=6&s=octa&v=authentication_status'></iframe>
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:600px; height:28px;'src='http://192.168.200.1/get_var?i=0&s=diag&v=Uptime'></iframe>
</div>


<div class="variable_row">
<div class="variable_label">Card Authorization:</div>
<div class="variable_value" style="height: 70px;">
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:750px; height:60px;'      src='http://192.168.200.1/get_var?i=0&s=cas&v=CardAuthorization'></iframe>       
</div>
</body>
</html>

mdavej

Posts: 1477
Joined: Mon Aug 20, 2012 6:52 pm
Location:

HTPC Specs: Show details

#22

Post by mdavej » Fri Nov 14, 2014 8:19 pm

This version has a few more goodies. And now you only have to change the address in one place at the top (base href = ...). I'll get the hang of this HTML thing eventually ;)

Code: Select all

<!DOCTYPE html>
<html>
<head>
<style>
body {
    background-color: darkgray;
}
</style>
</head>
<base href="http://192.168.200.1/" target="_blank">
</head>
<body>
<a href="/">Ceton InfiniTV Status</a>
<table>
 <tr>
 <td width=90>Temp</td>
 <td width=80>WMDRM Pairing</td>
 <td width=100>Signal Level</td>
 <td width=100>SNR</td>
 <td width=100>Playback</td>
 <td width=100>Frequency</td>
 <td width=100>Modulation</td>
 <td width=290>Copy Protection</td>
 <td width=50>Channel</td>
 </tr>
</table>
<div id="variable_row">
 <div id="variable_value">
<strong>1</strong> 
<iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='/get_var?i=0&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='/get_var?i=0&s=security&v=DrmPairingStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=0&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=0&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=0&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=0&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=0&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='/get_var?i=0&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='/get_var?i=0&s=cas&v=VirtualChannelNumber'>
 </iframe>
 </div>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>2</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='/get_var?i=1&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='/get_var?i=1&s=security&v=DrmPairingStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=1&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=1&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=1&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=1&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=1&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='/get_var?i=1&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='/get_var?i=1&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>3</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='/get_var?i=2&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='/get_var?i=2&s=security&v=DrmPairingStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=2&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=2&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=2&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=2&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=2&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='/get_var?i=2&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='/get_var?i=2&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>4</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='/get_var?i=3&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='/get_var?i=3&s=security&v=DrmPairingStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=3&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=3&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=3&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=3&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=3&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='/get_var?i=3&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='/get_var?i=3&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>5</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='/get_var?i=4&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='/get_var?i=4&s=security&v=DrmPairingStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=4&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=4&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=4&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=4&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=4&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='/get_var?i=4&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='/get_var?i=4&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>
<div id="variable_row">
<div id="variable_value">
<strong>6</strong> 
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:70px; height:50px;' src='/get_var?i=5&s=diag&v=Temperature'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:80px; height:50px;' src='/get_var?i=5&s=security&v=DrmPairingStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=5&s=diag&v=Signal_Level'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=5&s=diag&v=Signal_SNR'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=5&s=av&v=TransportState'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=5&s=tuner&v=Frequency'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:50px;' src='/get_var?i=5&s=tuner&v=Modulation'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:300px; height:50px;' src='/get_var?i=5&s=diag&v=CopyProtectionStatus'>
 </iframe>
 <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:50px; height:50px;' src='/get_var?i=5&s=cas&v=VirtualChannelNumber'>
 </iframe>
</div>


<table>
 <tr>
 <td width=150>Firmware</td>
 <td width=150>TR</td>
 <td width=100>Channels</td>
 <td width=630>Uptime</td>
 </tr>
</table>
<div class="variable_row">
<div class="variable_value">
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:150px; height:28px;'src='/get_var?i=0&s=diag&v=Host_Firmware'></iframe>
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:150px; height:28px;'src='/get_var?i=6&s=octa&v=authentication_status'></iframe>
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:100px; height:28px;'src='/get_var?i=0&s=diag&v=NumChannels'></iframe>
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:630px; height:28px;'src='/get_var?i=0&s=diag&v=Uptime'></iframe>
</div>

<div class="variable_row">
<div class="variable_label">Card Authorization:</div>
<div class="variable_value" style="height: 28px;">
  <iframe frameborder='0' scrolling='no' style='padding: 0px; margin: 0px; width:1040px; height:28px;'src='/get_var?i=0&s=cas&v=CardAuthorization'></iframe> 		
</div>
</body>
</html>

mldenison

Posts: 287
Joined: Tue Sep 11, 2012 1:36 am
Location:

HTPC Specs: Show details

#23

Post by mldenison » Fri Nov 14, 2014 10:50 pm

That looks really good. The additional info is appreciated. I don't suppose there's a way to convert the C to F for temperatures?

mdavej

Posts: 1477
Joined: Mon Aug 20, 2012 6:52 pm
Location:

HTPC Specs: Show details

#24

Post by mdavej » Sat Nov 15, 2014 5:39 pm

mldenison wrote:That looks really good. The additional info is appreciated. I don't suppose there's a way to convert the C to F for temperatures?
I don't know how to do math in HTML. But I do know a simple way to do it in your head. Double the temp in C, subtract one tenth of that, then add 32. Example: 40 C = 80 - 8 + 32 = 104 F.

Or think of it as another excuse to embrace the metric system. You have no problem with 2 liter drinks, 200 mg pills or 5 km races, right?

mldenison

Posts: 287
Joined: Tue Sep 11, 2012 1:36 am
Location:

HTPC Specs: Show details

#25

Post by mldenison » Sat Nov 15, 2014 6:38 pm

mdavej wrote:
mldenison wrote:That looks really good. The additional info is appreciated. I don't suppose there's a way to convert the C to F for temperatures?
I don't know how to do math in HTML. But I do know a simple way to do it in your head. Double the temp in C, subtract one tenth of that, then add 32. Example: 40 C = 80 - 8 + 32 = 104 F.

Or think of it as another excuse to embrace the metric system. You have no problem with 2 liter drinks, 200 mg pills or 5 km races, right?
I played around trying to do math in HTML and it was a total bust. I convert gallons at the gas pump to liters while away time when I'm filling up :D

Since both my ETH's stay at around 30C, it's a moot point 'cause I know it's in the mid-80's F.

Post Reply