Personal tools

Difference between revisions of "Main Page"

From PhotoVoltaic Logger new generation

Jump to: navigation, search
m (Data sources)
m
Line 49: Line 49:
 
* Google group: [https://groups.google.com/d/forum/pvlng PVLng]
 
* Google group: [https://groups.google.com/d/forum/pvlng PVLng]
 
* Issues trackers: [https://github.com/KKoPV/PVLng/issues PVLng core] / [https://github.com/KKoPV/PVLng-scripts/issues PVLng scripts]
 
* Issues trackers: [https://github.com/KKoPV/PVLng/issues PVLng core] / [https://github.com/KKoPV/PVLng-scripts/issues PVLng scripts]
 +
 +
== Help needed ==
 +
 +
* Settings for other distributions as Debian
 +
* Settings for other web servers as Apache and Nginx
  
 
== Contribute ==
 
== Contribute ==
Line 57: Line 62:
 
** Please use soft tabs (four spaces) instead of hard tabs
 
** Please use soft tabs (four spaces) instead of hard tabs
 
** Include commenting where appropriate and add a descriptive pull request message
 
** Include commenting where appropriate and add a descriptive pull request message
 
 
<references />
 
  
 
== License ==
 
== License ==
Line 86: Line 88:
 
   
 
   
 
  http://opensource.org/licenses/MIT
 
  http://opensource.org/licenses/MIT
 +
 +
----
 +
<references />

Revision as of 20:58, 30 August 2014

PVLng - PhotoVoltaic Logger new generation

A logging and data warehouse system for measuring data of sensors and photovoltaic plants.

The system acts basely as a data warehouse.

In computing, a data warehouse (DW, DWH), or an enterprise data warehouse (EDW), is a database used for reporting and data analysis. Integrating data from one or more disparate sources creates a central repository of data, a data warehouse (DW). Data warehouses store current and historical data and are used for creating trending reports for senior management reporting such as annual and quarterly comparisons. Wikipedia:Data warehouse

All data will be stored in an very simple and efficient internal structure (readings), optimized for data readout of any kind with a well defined API interface. Start with the introduction, design and concept or Quick start, check API description or browse all pages.

Supported systems

Data sources

  • Fronius inverters with ComCard
  • Kostal Piko inverters
  • OWFS all sensors
  • Open weather map
  • S0 signals
  • SMA inverters and Sensorbox via Webbox
  • Weather underground

Data targets

  • Alerts as mail or via Twitter
  • Mail for statistics
  • PVOutput.org
  • PV-Log.com
  • Sonnenertrag.eu
  • Twitter
  • Xively.com

All of them are described on the Scripts page.

Get it

The source of the logger system is hosted on GitHub

The system consists of 2 independend repositories

Please check before installation the hard- and software requirements.

Get support

Help needed

  • Settings for other distributions as Debian
  • Settings for other web servers as Apache and Nginx

Contribute

  • Sign up here for an user account and write articles.
  • All code contributions and bug reports are much appreciated.
    • The project is managed with the Git Flow branching model[1] and tools[2], so all pull requests must target the develop branch.
    • Please use soft tabs (four spaces) instead of hard tabs
    • Include commenting where appropriate and add a descriptive pull request message

License

The MIT License (MIT)

Copyright © 2012-2014 Knut Kohl <github@knutkohl.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

http://opensource.org/licenses/MIT