Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spagettikod/tracerlogger
Reads data from EPsolar Tracer*BN solar charge controller and saves it to a SQLite database
https://github.com/spagettikod/tracerlogger
Last synced: 18 days ago
JSON representation
Reads data from EPsolar Tracer*BN solar charge controller and saves it to a SQLite database
- Host: GitHub
- URL: https://github.com/spagettikod/tracerlogger
- Owner: spagettikod
- Created: 2015-03-04T13:07:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T09:24:18.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T08:38:45.188Z (2 months ago)
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tracerlogger
Reads data from a connected EPsolar Tracer*BN solar charge controller every 5 seconds and saves it to a SQLite database.## Requirements
* Go (there are no binary releases yet)## Installation
Currently there are no binaries to download. Instead you have to install Go,
http://www.golang.org, and run:
```
go install github.com/spagettikod/tracerlogger
```## Usage
Run `tracelogger` with the following required parameters:
* p - name of the serial port to which the EPsolar Tracer is connected to
* db - SQLite database file```
tracelogger -p /dev/ttyXRUSB0 -db /home/bali/tracerlogger.db
```