1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: python-altruistclient
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
Build-Depends-Indep:
python3-aiohttp <!nocheck>,
python3-aioresponses <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-zeroconf <!nocheck>,
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.
|