Python library for gathering data from Hoymiles microinverters.
The library communicates with Hoymiles DTU (Pro and Pro-S are supported) which is
a proxy/monitoring device for microinverters.
DTU should be connected via its Ethernet
port and should have IP address assigned by DHCP server.
- Documentation: https://wasilukm.github.io/hoymiles_modbus
- GitHub: https://github.com/wasilukm/hoymiles_modbus
- PyPI: https://pypi.org/project/hoymiles_modbus/
- Free software: MIT
- Communication via Modbus TCP
- Decode all microinverter status registers, which include information such as:
- current production
- total production
- today production
- temperature
- alarms
- status
- grid voltage and frequency
This library is for creating higher-level applications. If you are looking for such, check the following:
- Home Assistant integrations
This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.