npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-solaredge-power

v0.3.4

Published

Node-RED node to interface with SolarEdge solar photovoltaic inverters API

Downloads

87

Readme

SolarEdge Power node for Node-RED

This is a node for Node-RED to grab data from your SolarEdge inverter. You'll need an API key and your site ID. Talk to your solar PV installer if you need these. This is a fork of https://github.com/mattjgalloway/node-red-contrib-solaredge

by Yannick Simon

Installation

In your Node-RED directory:

npm install node-red-contrib-solaredge-power

Usage

This package adds 1 input node and 1 configuration node to Node-RED.

The configuration node defines the site and comprises the following options:

  • Site ID: The ID of your site.
  • API Key: The API key used to talk to the SolarEdge monitoring API. Must be a site API key, not an account users API key.

The input node comprises the following options:

  • Site: The SolarEdge site, defined above.
  • Command: The command to run against the SolarEdge monitoring API.
  • Interval: The interval, in seconds, between calls to the monitoring API.

Alt text

Commands

The following commands are supported:

  • Details: This provides the overview of the system, including information such as the name, status, peak power, etc.
  • Overview: This provides data such as the lifetime energy output, current power output, etc.
  • Current Power Flow: Retrieves the current power flow between all elements of the site including PV array, storage (battery), loads (consumption) and grid.
  • Inventory: Returns the inventory of SolarEdge equipment in the site, including inverters/SMIs, batteries, meters, gateways and sensors.
  • Data Period: Returns the energy production start and end dates of the site.
  • Env Benefits: Returns all environmental benefits based on site energy production: CO2 emissions saved, equivalent trees planted, and light bulbs powered for a day.
  • Sensors: Returns a list of all the sensors in the site, and the device to which they are connected.
  • List: Return a list of inverters/SMIs in the specific site..

For more information on the commands, see the SolarEdge monitoring API documentation.

License

MIT