Skip to content

A script to get the power usage from the Solaredge API and send it to Splunk

Notifications You must be signed in to change notification settings

chrisreeves-/solaredge2splunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Send SolarEdge Power Usage to Splunk

TL;DR

A Python script to get the power usage from the Solaredge API and send it to Splunk

Configuration

AWS Lambda

  1. Make sure the handler equals:
.main

Lambda Environemnt Variables

You will need to add the following environment variables to your AWS Lambda function

solaredgeurl
solaredgesite
solaredgeapikey
splunkurl
splunkapi

Splunk Data Input

  1. Create a "HTTP event collector"
  2. Change source type to "json_no_timestamp"

Use the token created as the "splunkapi" value

About

A script to get the power usage from the Solaredge API and send it to Splunk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages