Source: python-altruistclient Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-poetry-core, Build-Depends-Indep: python3-aiohttp , python3-aioresponses , python3-pytest , python3-pytest-asyncio , python3-zeroconf , Standards-Version: 4.7.3 Homepage: https://github.com/LoSk-p/altruistclient Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-altruistclient Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-altruistclient.git Testsuite: autopkgtest-pkg-pybuild Package: python3-altruistclient Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Client for discovering and querying Altruist sensors on local networks This library discovers Altruist ESP32-based sensors on a local network using mDNS service announcements and communicates with detected devices over HTTP. . It provides support for listing available devices, representing them as structured device objects, and retrieving sensor metadata and measurement data from individual units. The returned information includes identifiers, network addresses, firmware information when available, sensor names, and the values reported by the device. . The library talks directly to Altruist sensor devices present on the same local network. It is intended for interaction with those devices and their HTTP data endpoint rather than with remote cloud services.