var fDesc=new Array(); fDesc[0] = "PV BeanCounter (PVBC) is a software suite that allows you to capture your energy consumption and energy generation information. This information is stored in a local database and summaries of the collected information can be uploaded to PVOutput.org. When summaries of your data are uploaded, you can review your consumption and generation information through a variety of graphical displays.
Features:
- Take electricity generation readings from multiple inverters and energy meters.
- Take electricity consumption readings from multiple energy meters.
- Take electricity net export readings from one or more Dutch Smart Meters (import readings are recorded as negative export).
- Take gas consumption readings from one or more Dutch Smart Meters.
- Calculate consumption readings by combining net export and inverter yield readings (multiple inverters if required).
- Combine generation and consumption readings from multiple sources for transmission to a single PVOutput "System".
- Combine generation and consumption readings from multiple sources for transmission to multiple PVOutput "Systems".
- Display instantaneous power readings on a set of desktop gauges.
- The desktop gauges can reside on any computer that can access the PV BeanCounter device monitor computer via a network.
- Populate the PVOutput Temperature, Voltage and ExtendedData(1-6) data fields using data from one or more devices (including gas readings)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }