Source: python-momonga
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-setuptools,
Build-Depends-Indep:
 python3-serial <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/nbtk/momonga
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-momonga
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-momonga.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-momonga
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Route B communicator for low-voltage smart electric energy meters
 This library communicates with low-voltage smart electric energy meters
 through Japan's Route B service, using supported Wi-Fi SUN modules such as
 BP35C2-compatible devices connected over a serial interface. It handles PAN
 scanning and PANA session establishment, then exchanges ECHONET Lite property
 requests and responses with the meter.
 .
 It can read meter information and operating data including operation status,
 installation location, standard version information, fault status,
 manufacturer code, serial number, date and time settings, instantaneous power,
 instantaneous current, cumulative energy, and fixed-time cumulative energy
 readings. It also supports retrieval of historical cumulative energy data,
 including daily history and shorter-interval history where the meter provides
 those properties, and it can query the meter's supported property maps.
 .
 The library talks to two kinds of external equipment: a supported Wi-SUN
 communication module attached as a serial device, and the smart electric
 energy meter reached over the wireless Route B link. It manages meter access
 details such as authentication credentials, session setup, reconnection, and
 request/response handling, and exposes exceptions for cases such as scan
 failure, session join failure, unsupported properties, or the need to reopen
 the connection.
