Skip to main content

This Python library facilitates communication with Hoymiles HMS microinverters, specifically targeting the HMS-XXXXW-T2 series.

Project description

hoymiles-wifi

This Python library facilitates communication with Hoymiles HMS microinverters, specifically targeting the HMS-XXXXW-T2 series.

Disclaimer: This library is not affiliated with Hoymiles. It is an independent project developed to provide tools for interacting with Hoymiles HMS-XXXXW-T2 series micro-inverters featuring integrated WiFi DTU. Any trademarks or product names mentioned are the property of their respective owners.

Installation

$ pip install hoymiles-wifi

Usage

You can integrate the library into your own project, or simply use it in the command line.

Command line:

hoymiles-wifi [-h] --host HOST <command>

commands: {get-real-data-new, get-real-data-hms, get-real-data, get-config, network-info, app-information-data,app-get-hist-power}

This will retrieve the current inverter state.

Python code

from hoymiles_wifi.inverter import Inverter

inverter = Inverter(<ip_address>)
response = inverter.<command>

if response:
    print(f"Inverter Response: {response}")
else:
    print("Unable to get response!")

Available functions

  • get_real_data_new: Retrieve real-time data
  • get_real_data_hms: Retrieve real-time data
  • get_real_data: Retrieve real-time data
  • get_config: Retrieve configuration information
  • network_info: Retrieve network information
  • app_information_data: Retrieve application information data
  • app_get_hist_power: Retrieve historical power data

Note

Please be aware of the following considerations:

  • No DTU Implementation: This library retrieves information directly from the internal DTU of Hoymiles Wifi inverters.

Caution

Use this library responsibly and be aware of potential risks. There are no guarantees provided, and any misuse or incorrect implementation may result in undesirable outcomes. Ensure that your inverter is not compromised during communication.

Known Limitations

Update Frequency: The library may experience limitations in fetching updates, potentially around twice per minute. The inverter firmware may enforce a mandatory wait period of approximately 30 seconds between requests.

Compatibility: While developed for the HMS-800W-T2 inverter, compatibility with other inverters from the series is untested at the time of writing. Exercise caution and conduct thorough testing if using with different inverter models.

Attribution

A special thank you for the inspiration and codebase to:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

hoymiles_wifi-0.0.6-py3-none-any.whl (37.9 kB view details)

Uploaded Python 3

File details

Details for the file hoymiles_wifi-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: hoymiles_wifi-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 37.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for hoymiles_wifi-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 224052dbd7e3caa1b1aad0cd291f60786d5e4e2d8baa4cfcfa1fe1bb1fbeba47
MD5 e5e897403b396c83b419bb0f18b0eb54
BLAKE2b-256 9c0f974f5e0293c98a6df7585b4fff1acd82a69e89f7a87d054e186c383283cf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page