15 lines
850 B
Markdown
15 lines
850 B
Markdown
# SolarMPPT
|
|
|
|
<!-- TODO: Come up with a better name -->
|
|
|
|
Python library for interracting with the rather generic MPPT solar charge controller I got from the hardware store.
|
|
|
|
- [Biltema 25-5077](https://www.biltema.no/bil---mc/elektrisk-anlegg/solcellspaneler/mppt-regulator-20-a-2000045547)
|
|
|
|
The Android app suggested for the bluetooth interface is
|
|
[SolarApp](https://play.google.com/store/apps/details?id=com.shuori.gfv2.guangfu) by srne
|
|
(I'm not currently able to find the bluetooth bridge on Biltema's website?
|
|
It's got BT-1 printed on the front, and is basically just a RS-232 to BTLE UART GATT)
|
|
|
|
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
|
|
![example workflow](https://github.com/oddstr13/SolarMPPT/actions/workflows/pre-commit/badge.svg)
|