python3-goodwe

Library to connect to GoodWe inverters over a local network

Library enabling connectivity to GoodWe inverters via a local network, allowing users to retrieve runtime sensor values and configuration parameters. It supports various GoodWe inverter families, as well as white-label models, provided they listen on UDP port 8899 or use Modbus/TCP over port 502. Compatibility extends to inverters that connect over Wi-Fi using the official mobile apps such as SolarGo or PvMaster, making it a versatile tool for monitoring and managing photovoltaic systems.

python3-humps

String converter to camelCase

The humps module converts strings to camelCase format. The conversion process starts with a lower case alphabetic character, followed by alphanumeric characters. Non-alphanumeric characters are ignored, and spaces result in the next character being capitalized if it is alphabetic. The module processes input strings while ignoring any character case, ensuring a consistent camelCase output.

python3-ms-cv

correlation vector implementation

This package provides a correlation vector implementation in Python, based on the Microsoft's implementation. It is helpful for accessing XBox services for example.

python3-python-mystrom

Asynchronous Python client for myStrom devices

An asynchronous Python API client for interacting with myStrom devices, including bulbs, plugs, and buttons. With capabilities to monitor power consumption, control relay states, and manage device configurations, the client supports base functionalities outlined by myStrom's API. Suitable for integration with network-connected myStrom hardware, users can interact programmatically with devices using HTTP requests. Features include state retrieval, power monitoring, relay control for plugs, color and state management for bulbs, and configuration settings for buttons.

libequinox-p2-discovery-java

Equinox Provisioning Discovery

The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications.

python3-georss-client

Python GeoRSS client library

This library provides tools to build concrete libraries for convenient access to GeoRSS Feeds. It enables users to extract relevant information from various GeoRSS feeds, which may contain different levels of information or present their data in unique ways. This includes feed managers that help manage updates over time, notifying the consumer about new entries, updates, and removed entries. The library ensures efficient data retrieval and management from GeoRSS feeds, providing structured data for further processing.