pyFroniusReg/README.md

26 lines
828 B
Markdown
Raw Normal View History

2024-10-07 08:37:22 +11:00
# pyFroniusReg
The aim of this python library is to provide some nice to use abstractions to interact with Fronius solar inverters and storage systems over ModBus. It is tested on a Gen24 Primo 5kW system with an attached BYD battery storage system using 'float' mode of the sunspec ModBus over TCP protocol.
2024-10-08 15:10:25 +11:00
# Examples
2024-10-08 15:10:25 +11:00
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
2024-10-11 15:37:17 +11:00
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!