Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orlopau/go-energy

Library used for discovering and reading data from electric energy devices, like inverters and smart meters.
https://github.com/orlopau/go-energy

api energymeter go golang library sma sunspec

Last synced: about 2 months ago
JSON representation

Library used for discovering and reading data from electric energy devices, like inverters and smart meters.

Awesome Lists containing this project

README

        

# GoEnergy

---
![Build](https://github.com/orlopau/go-energy/workflows/build/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/orlopau/go-energy/badge.svg?branch=master)](https://coveralls.io/github/orlopau/go-energy?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/orlopau/go-energy)](https://goreportcard.com/report/github.com/orlopau/go-energy)
[![GoDoc](https://godoc.org/github.com/orlopau/go-energy?status.svg)](https://pkg.go.dev/github.com/orlopau/go-energy)

GoEnergy provides functions for interacting with different renewable-energy devices.

## Table of contents

## Getting started

---
Install the library: `go get github.com/orlopau/go-energy`

Then read the docs: https://pkg.go.dev/github.com/orlopau/go-energy

## Links

---
* SunSpec modbus resources: https://sunspec.org/sunspec-modbus-home/
* SMA developer documentation: https://www.sma.de/en/products/sma-developer.html

## License

---
This project is licensed under MIT license.