18 lines
1 KiB
Markdown
18 lines
1 KiB
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
|
|
([Biltema 25-5079](https://www.biltema.no/bil---mc/elektrisk-anlegg/solcellspaneler/fjernstyringsenhet-2000046542)
|
|
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)
|
|
|
|
- [SRNE ML2420](https://www.srnesolar.com/product/mppt-solar-charge-controller-ml2420-2)
|
|
- [SRNE-BT-1](https://www.strømløs.no/tilbeh%c3%b8r/srne-bt-1/srne-bt-bluetooth-adapter)
|