Skip to content

PVOutput.org support

Johan Meijer edited this page Nov 28, 2020 · 13 revisions

In 2.1.2 output direct to PVOutput.org is introduced

To enable this functionality in .ini define in [pvoutput] section:

  • pvoutput=True (startup with -p, --pvoutput or define environmental: gpvoutput=True)
  • apikey=yourapikey (define environmental: gpvapikey=yourapikey)
  • systemid=yoursystemid (define environmental: gpvsystemid=yoursystemid)

> 2.2.6 multiple inverters in PVOutput.org are supported

To enable this functionality in .ini define in [pvoutput] section:

  • pvoutput=True (startup with -p, --pvoutput or define environmental: gpvoutput=True)
  • apikey=yourapikey (define environmental: gpvapikey=yourapikey)
  • systemidX=yoursystemidX (define environmental: gpvsystemidX=yoursystemidX), x = 1,2,3 etc
  • inverteridX=inverteridX (define environmental: gpvinverteridX=inverteridX), x = 1,2,3 etc
  • systemidX+1=yoursystemidX+1 (define environmental: gpvsystemidX+1=yoursystemidX+1), x = 2,3,4 etc
  • inverteridX+1=inverteridX+1 (define environmental: gpvinverteridX+1=inverteridX+1), x = 2,3,4 etc

multiple shinewifi/shinelan inverters and multiple inverters via 1 shinelink are supported

Remark

For installation with 1 inverter both above described methods can be used

To enable multiple inverters in PVOutput.org you need to define multiple system id's (Donation required). Each inverter will have its own system id. Data Aggregation is possible with defining parent and child system id's. By example you can define an extra system id and make this the parent for all other system id's. The parent system id will then show the aggregated data of all other system id's (inverters).

How to send to PVOutput.org using nodered is described in:

https://github.com/johanmeijer/grott/wiki/Node-Red,-PVOUTPUT.org,-Influxdb-and-grafana-examples