Skip to content

MatrixCrawler/E3DC-Prometheus-Exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Go Report Card CodeQL GitHub Release GitHub Downloads (all assets, all releases) GitHub go.mod Go version

E3DC-Prometheus-Exporter

A prometheus exporter for E3/DC solar power management system.

Usage

You will have to create a config.yml file next to the binary for configuring the exporters connection to the E3/DC System.
The layout is as follows

---

exporterconfig:
  port: 10998
  log:
    level: ERROR
    out: stdout  # or file if you want to log to a file
    file: PathToLogFile

e3dc:
  address: 172.0.0.1
  username: e3dc_user
  password: supersafepassword
  key: Sup3rS4v3K3y

The loglevel will determine how talkative the exporter is. By default, it logs to the console.