0.3.0 • Published 2 months ago

node-red-contrib-solaredge-optimizers v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Solaredge optimizers node for Node-RED

This is a node for Node-RED to scrape optimizer data from your SolarEdge cloud. You'll need your login data (username, password) and your site ID.

Installation

In your Node-RED directory:

npm install node-red-contrib-solaredge-optimizers

Usage

The following data has to be provided in the node to access the optimizer data:

  • Username: Your username at https://monitoring.solaredge.com.
  • Password: The corresponding password
  • Site ID: The ID of your site.
  • Time Interval:
    • Daily: Data of the current day
    • Weekly: Data of the current/last week

Optional inputs are:

  • Time Zone Settings *: Choose the time zone of the output data timestamps:
    • UTC: Returns timestamps in UTC time
    • Local: Returns timestamps in local time zone
  • Collect Additional Info: Scrapes the monitoring page for additional info such as description, type, serial number and manufacturer.
  • Format For InfluxDB: Returns the data in a format so that it can be directly sent to an InfluxDB batch node from node-red-contrib-influxdb (tested for InfluxDB 2.0). An example flow is provided in examples/influxDbExample.json.
  • InfluxDB Measurement: In case Format for InfluxDB is checked, the name of the measurement.

The node will return the power in Watt for each inverter, string and optimizer in 15 minute intervals for the selected time interval.

Sources / Credits

The scraping code is based on this gist and translated from Python to JavaScript. The scraping for the additional information was inspired by the youtube video of meintechblog.de

License

MIT

0.3.0

2 months ago

0.2.3

2 months ago

0.1.0

3 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.1

3 months ago

0.2.2

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago