From 619e4e09ad21adf9100547af0019aecab586ab5e Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Tue, 8 Oct 2024 15:10:25 +1100 Subject: [PATCH] README updates --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c940723..2f11a9f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # pyFroniusReg -python library for interacting with Fronius inverters via modbus/TCP. Includes some example utilities \ No newline at end of file +python library for interacting with Fronius inverters via modbus/TCP. Includes some example utilities + +FroniusReg.py: the library + +force_charge.py: Use the library to force my system to charge at 2.5kW + +reset_charge.py: Use the library to set my system back to defaults + +read_regs.py: Use the library to read some relevant registers \ No newline at end of file