Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.77 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.77 KB

hoymiles_modbus

pypi python Build Status codecov

Python library for gathering data from Hoymiles inverters.

The library communicates with Hoymiles DTU (Pro and Pro-S are supported) which is a proxy/monitoring device for inverters. DTU should be connected via its Ethernet port and should have IP address assigned by DHCP server.

Disclaimer: This is an independent project, not affiliated with Hoymiles. Any trademarks or product names mentioned are the property of their respective owners.

Features

  • Communication via Modbus TCP
  • Decode all inverter status registers, which include information such as:
    • current production
    • total production
    • today production
    • temperature
    • alarms
    • status
    • grid voltage and frequency

Applications

This library is for creating higher-level applications such as Home Assistant integration

Credits

This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.