This system (27863) is marked as decommissioned.
I logged out
deleted pvo cookies
logged back in
deleted chrome url (that auto-complete with shift-del), so I can’t pick the wrong one.
only get the graph, no data
this is the first screen after a fresh login selecting “your outputs”; no data under the graph.
clicking on extended data results in blank screen:
I have no clue what I could do about this, as I can only get what pvo sends me.
This is the page source…
<!doctype html>
<html>
<head>
<title>HappinessLodge 11.880kW</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta name="keywords" content="pvoutput,solar output,solar panels,solar inverters,pv output,live output,solar monitoring,solar compare,solar efficiency,solar power" />
<meta name="description" content="PVOutput.org - share, compare and monitor live solar photovoltaic output data" />
<link rel="stylesheet" type="text/css" href="style.css?20120723" />
<link rel="stylesheet" type="text/css" href="ext/autocomplete/jquery.autocomplete.css?1" />
<link rel="stylesheet" type="text/css" href="ext/jquery.cluetip.css" />
<link rel="stylesheet" type="text/css" href="ext/slimbox/css/slimbox2.css" />
<link rel="stylesheet" type="text/css" href="ext/bootstrap/css/bootstrap.min.css"/>
<script type="text/javascript" src="ext/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="ext/js/highcharts-7.0.3.js"></script>
<script type="text/javascript" src="ext/js/jquery.cluetip.js"></script>
<script type="text/javascript" src="ext/autocomplete/jquery.autocomplete.pack.js"></script>
<script type="text/javascript" src="ext/slimbox/js/slimbox2.js"></script>
<script type="text/javascript" src="functions.js?1"></script>
<script type="text/javascript" src="ext/bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<h1><img alt="PVOutput" src='/images/logo.png' title='PVOutput' width='200' height='34'/></h1>
<div id='header' style='display:none'>
<p>You are logged in as <b>Max_G</b></p>
Add Output | Your Outputs | PV Ladder | Statistics | Live Outputs | Teams | Favourites | Settings | Community | Donations | Help | Logout
</div>
<script type="text/javascript">
function show(q)
{
if(q.length > 0)
{
if(q.indexOf("tid") > -1)
{
location.href = "listteam.jsp?" + q;
}
else
{
location.href = "list.jsp?" + q;
}
}
return false;
}
$(document).ready(function()
{
$("#query").autocomplete('interface/r2/search.jsp', {
width: 300,
minChars: 2,
max: 30,
cacheLength: 0,
delay: 800,
scroll: true,
scrollHeight: 300,
formatItem: function(data, i, n, value) {return "<font style='font-family: Arial;font-size: 13.5px'>" + value.split(";")[0] + "</font>";},
formatResult: function(data, value) {return value.split(";")[1];}
});
$('#query').result(function(event, data, formatted) {
var id = formatted.split(";")[2];
show(id);
});
$("a.shelp").cluetip({splitTitle: '|', waitImage: false, width: 350, sticky: true, clickThrough: false, closePosition: 'title', activation: 'click'});
$("a.system1").cluetip({splitTitle: '|', clickThrough: true, width: 350, waitImage: false});
$("a.im").cluetip({splitTitle: '|', sticky: true, closePosition: 'title', activation: 'click', width: 400, waitImage: false});
$("a.readim").cluetip({sticky: true, closePosition: 'title', activation: 'click', width: 400
, waitImage: false
, ajaxSettings: {
type: "GET",
url: "readim.jsp",
dataType: "html"
}
, ajaxProcess: function(data) {
data = $(data).not('style, meta, link, script, title');
return data;
}
});
});
</script>
<div id='content' style='display:none'><table id='tb' style='margin-top: 12px'><tr><td colspan='7'><b class='large'>HappinessLodge <a href='display.jsp?sid=34144' class="system1" title="HappinessLodge 11.880kW|Panels: 22x270W + 22x270W SunTech STP270W<br/>Inverter: Selectronic SP PRO GO +2x KACO<br/>Location: <img src='images/c/au.png'> 4312<br/>Orientation: North East 10.0° / North West 350.0°<br/>Array Tilt: 30.0°<br/>Shade: Medium">11.880kW</a></b></td><td colspan='5'></td></tr><tr><th><input type='checkbox' class='checkall'/></th><th>Date<font size='0.70em' color='black'>▼</font></th><th nowrap><div style='margin-right:10px'>SoC</div></th><th nowrap><div style='margin-right:10px'>Battery Charge|Discharge</div></th><th nowrap><div style='margin-right:10px'>Consumption</div></th><th nowrap><div style='margin-right:10px'>Grid Export|Import</div></th><th nowrap><div style='margin-right:10px'>PV Generation</div></th><th nowrap><div style='width:110px'></div></th><th>Credit</th><th>Debit</th><th>Balance</th></tr><tr><td colspan='10' nowrap align='center'><div class='alert alert-info' style='margin-top:5px;margin-bottom:5px'>No daily extended data available or it is hidden. See <a href='list.jsp?sid=34144'>Standard</a> data.</div></td></tr></table></div>
1000 characters left
Submit
11ms
<div id="myModal" class="modal hide" style='width:400px;margin-left:-200px;margin-top:60px;display:none' tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" onclick="$('#myModal').modal('hide')">×</button>
<h3 id="myModalTitle"></h3></div>
<div class="modal-body" id="myModalBody"></div>
<div class="modal-footer">
<span id="myModalBtn"></span> <button class="btn" data-dismiss="modal" aria-hidden="true" onclick="$('#myModal').modal('hide')">Close</button>
</div>
</div>