Source: python-discovery30303 Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-poetry-core, Build-Depends-Indep: python3-myst-parser , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-sphinx , python3-sphinx-rtd-theme , Standards-Version: 4.7.3 Homepage: https://github.com/bdraco/discovery30303 Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-discovery30303 Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-discovery30303.git Testsuite: autopkgtest-pkg-pybuild Package: python3-discovery30303 Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Description: discover devices responding on TCP port 30303 This Python library discovers devices on the local network that respond on TCP port 30303. It probes hosts on the network and identifies those that expose a service on this port, allowing applications to locate compatible devices automatically. . The library is intended for use by software that needs to find hardware providing services on port 30303 before interacting with it for status queries or control operations. . It is commonly used to locate Steamist digital steam shower controllers, such as the 450 and 550 Digital Control models, which expose a network interface on this port. . The package provides discovery only and does not implement control of the devices themselves.