Go to file
Odd Stråbø 3c8942b485 Configure pytest 2023-12-08 13:45:38 +01:00
.vscode Configure pytest 2023-12-08 13:45:38 +01:00
misc mypy: ignore missing hints in external 2023-12-08 13:45:05 +01:00
srnemqtt mypy: ignore missing hints in external 2023-12-08 13:45:05 +01:00
tests Configure pytest 2023-12-08 13:45:38 +01:00
.editorconfig Configure pytest 2023-12-08 13:45:38 +01:00
.gitignore Hook MQTT up to the live data feed 2021-11-14 04:46:17 +01:00
.isort.cfg Refactor 2023-01-07 18:24:41 +01:00
.pre-commit-config.yaml Fix interface import 2023-04-08 00:22:14 +02:00
Connector.md Update connector doc 2023-04-08 00:33:02 +02:00
Protocol.md Add documentation on the physical connector 2022-12-31 03:51:47 +01:00
Readme.md Add reference links to readme 2023-01-04 17:58:42 +01:00
config-example.yaml Fix interface import 2023-04-08 00:22:14 +02:00
deploy.sh Update deploy script 2023-01-04 17:58:19 +01:00
requirements.txt Fix interface import 2023-04-08 00:22:14 +02:00
tox.ini Configure pytest 2023-12-08 13:45:38 +01:00

Readme.md

SolarMPPT

Python library for interracting with the rather generic MPPT solar charge controller I got from the hardware store.

The Android app suggested for the bluetooth interface is SolarApp by srne (Biltema 25-5079 It's got BT-1 printed on the front, and is basically just a RS-232 to BTLE UART GATT)

pre-commit example workflow