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

Remark

For installation with 1 inverter both above described methods can be used
multiple shinewifi/shinelan inverters and multiple inverters via 1 shinelink are supported

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