Skip to content

angelobreuer/MiniSolarEdgeApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniSolarEdgeApi

Very simple HTTP API to query the SolarEdge ModBus

Getting started

  1. Build project
  2. Put target endpoint in appsettings.json (for ModBus protocol)
  3. Open browser at localhost:<port>/api/v1/photovoltaic
{
  "power": 9635, // Power Production (W)
  "battery": {
    "percentage": 0.85, // Battery Percentage (0.0 - 1.0)
    "status": 0 // (0 = Idle, 1 = Charging, 2 = Discharging)
  }
}

About

Very simple HTTP API to query the SolarEdge ModBus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published