Go to file
Odd Stråbø 1890036b6c Fix service deployment 2024-01-03 11:28:33 +01:00
.vscode Fix mypy issues 2023-12-09 16:35:45 +01:00
misc Allow reading and writing device name 2023-12-10 23:59:19 +01:00
srnemqtt Improve logging of dictionaries 2023-12-18 14:26:56 +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 mypy issues 2023-12-09 16:35:45 +01: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 Fix service deployment 2024-01-03 11:28:33 +01:00
requirements.txt Fix service deployment 2024-01-03 11:28:33 +01:00
solarmppt.service Fix service deployment 2024-01-03 11:28:33 +01:00
tox.ini Fix mypy issues 2023-12-09 16:35:45 +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