Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhvis/samil

Go library and command-line interface for Samil Power inverters (SolarRiver TD, TL-D and SolarLake TL series)
https://github.com/mhvis/samil

go golang inverter samil samilpower solarlake solarriver

Last synced: 29 days ago
JSON representation

Go library and command-line interface for Samil Power inverters (SolarRiver TD, TL-D and SolarLake TL series)

Awesome Lists containing this project

README

        

# Samil

Go library and command-line interface for Samil Power inverters.

A more up-to-date Python version is [here](https://github.com/mhvis/solar/).

[![GoDoc](https://godoc.org/github.com/mhvis/samil?status.svg)](https://godoc.org/github.com/mhvis/samil)
[![Go Report Card](https://goreportcard.com/badge/github.com/mhvis/samil)](https://goreportcard.com/report/github.com/mhvis/samil)

## Supported inverters

Those that work with SolarPower Browser V3:
* SolarRiver TD series
* SolarRiver TL-D series
* SolarLake TL series

**Confirmed**

* SolarRiver 4500 TL-D
* SolarRiver 5200 TL-D

## Features

* Request data values (e.g. current output power, daily energy)
* Request model information (e.g. model name, serial number)
* Request history generation data
* [Command-line interface](https://github.com/mhvis/samil/tree/master/cli)

## Usage

See [GoDoc](https://godoc.org/github.com/mhvis/samil).

## License

MIT

## Background information
[Communication protocol](https://mhvis.github.io/solar/)