python library for interacting with Fronius inverters via modbus/TCP. Includes some example utilities
Find a file
2024-10-11 15:37:17 +11:00
examples examples now work on installed library 2024-10-11 15:00:51 +11:00
src Move gen24 specific registers to own file 2024-10-11 14:59:57 +11:00
tests Adjust tests 2024-10-11 15:16:36 +11:00
.gitignore Initial commit 2024-10-07 08:37:22 +11:00
DesignNotes.md read_regs working, design notes added 2024-10-08 17:44:29 +11:00
LICENSE rename license file 2024-10-08 16:33:21 +11:00
noxfile.py README updates, some documentation 2024-10-11 14:58:36 +11:00
pyproject.toml nox running! 2024-10-09 18:18:24 +11:00
README.md README updates 2024-10-11 15:37:17 +11:00

pyFroniusReg

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

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!