Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasilukm/hoymiles_modbus
https://github.com/wasilukm/hoymiles_modbus
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasilukm/hoymiles_modbus
- Owner: wasilukm
- License: mit
- Created: 2022-03-08T22:28:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T20:43:06.000Z (4 months ago)
- Last Synced: 2024-10-30T09:36:02.518Z (3 months ago)
- Language: Python
- Size: 1.32 MB
- Stars: 13
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# hoymiles_modbus
[![pypi](https://img.shields.io/pypi/v/hoymiles_modbus.svg)](https://pypi.org/project/hoymiles_modbus/)
[![python](https://img.shields.io/pypi/pyversions/hoymiles_modbus.svg)](https://pypi.org/project/hoymiles_modbus/)
[![Build Status](https://github.com/wasilukm/hoymiles_modbus/actions/workflows/dev.yml/badge.svg)](https://github.com/wasilukm/hoymiles_modbus/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/wasilukm/hoymiles_modbus/branch/main/graphs/badge.svg)](https://codecov.io/github/wasilukm/hoymiles_modbus)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:
* GitHub:
* PyPI:
* Free software: MIT## Features
* 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## Applications
This library is for creating higher-level applications.
If you are looking for such, check the following:* Home Assistant integrations
* [integration via MQTT](https://github.com/wasilukm/hoymiles-mqtt)
* [Add-on](https://github.com/ArekKubacki/Hoymiles-Plant-DTU-Pro)## Credits
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.