README updates

This commit is contained in:
Paul Warren 2024-10-11 15:37:17 +11:00
parent fe5e8707fc
commit 989323f96d

View file

@ -9,3 +9,14 @@ 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 reset_charge.py: Use the library to set my system back to defaults
read_regs.py: Use the library to read some relevant registers 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!