Skip to content

The aim of this project is to simplify the setup and configuration of monitoring a SunSpec compatible solar system.

License

Notifications You must be signed in to change notification settings

jsloane/solar-monitoring-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solar Monitoring Stack

The aim of this project is to simplify the setup and configuration of monitoring a SunSpec compatible solar system.

Prerequisites

Software

Git (optional) - https://git-scm.com/downloads

Docker Compose - https://docs.docker.com/compose/install/

Inverter configuration

Your inverter needs to be configured to have MODBUS TCP enabled.

For SolarEdge Inverters, refer to https://www.solaredge.com/sites/default/files/sunspec-implementation-technical-note.pdf

Usage

Clone repository:

  • git clone --single-branch --branch master https://github.com/jsloane/solar-monitoring-stack.git

To build and start containers:

  • docker-compose up -d --build

To stop containers

  • docker-compose down

Configuration

InfluxDB

InfluxDB is preconfigured with username admin and password password and a temporary token, accessed at http://localhost:8086/

It's recommended to change this password, and create new tokens for Grafana and Node Red.

Node Red

Access at http://localhost:8880/

Configure SunSpec Modbus node

Set 'Solar Edge MODBUS' hostname/IP address and port, and enable flow.

Deploy changes.

Grafana

Access at http://localhost:3000/ and login with username: admin, password: admin.

Screenshots

Grafana

Grafana

Node-RED

Node-RED

TODO

Save nodered data elsewhere.

About

The aim of this project is to simplify the setup and configuration of monitoring a SunSpec compatible solar system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published