Go to file
Odd Stråbø cf294d18d6 Add timeout to read function
Fix __exit__
2021-11-05 03:01:43 +01:00
.vscode Add tooling configs 2021-10-31 18:11:48 +01:00
.editorconfig Start properly documenting the protocol 2021-11-02 04:26:40 +01:00
.gitignore Fancy text tables 2021-11-02 23:43:16 +01:00
.pre-commit-config.yaml Start properly documenting the protocol 2021-11-02 04:26:40 +01:00
Protocol.md Start properly documenting the protocol 2021-11-02 04:26:40 +01:00
Readme.md Start properly documenting the protocol 2021-11-02 04:26:40 +01:00
draw_memory_map.py Render memory map from dump log 2021-11-03 22:25:39 +01:00
memory_dump.txt Render memory map from dump log 2021-11-03 22:25:39 +01:00
solar_ble.py Add timeout to read function 2021-11-05 03:01:43 +01:00
table_drawing.py Render memory map from dump log 2021-11-03 22:25:39 +01:00
test_bleuart.py Add timeout to read function 2021-11-05 03:01:43 +01:00
tox.ini Add tooling configs 2021-10-31 18:11:48 +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 (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 example workflow