From 989323f96d863de697671ca98ef6c5272a6b6cec Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Fri, 11 Oct 2024 15:37:17 +1100 Subject: [PATCH] README updates --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f11a9f..e4dd6cb 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,15 @@ 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 +read_regs.py: Use the library to read some relevant registers + + + + +# Acknowledgements + +A lot of ideas and some orignating code came from: +https://github.com/oscarknapp/Fronius-Gen-24-Modbus-Integration/tree/main + + +Special thanks to VK2TTY <@vk2tty@mastodon.radio> for their generous assistance in bringing me up to speed with a more pythonic way of doing things!