Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/orlopau/go-energy
- Owner: orlopau
- License: mit
- Created: 2020-11-10T19:38:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T20:51:49.000Z (almost 4 years ago)
- Last Synced: 2024-01-27T23:35:44.257Z (11 months ago)
- Topics: api, energymeter, go, golang, library, sma, sunspec
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.