Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mhvis/samil
- Owner: mhvis
- License: mit
- Created: 2017-03-19T00:01:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T15:33:15.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T23:29:52.493Z (4 months ago)
- Topics: go, golang, inverter, samil, samilpower, solarlake, solarriver
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.go
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - samil - line interface for Samil Power inverters (SolarRiver TD, TL-D and SolarLake TL series) (Repositories)
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/)