python-momonga 0.3.0-1
Package Information
| 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. |
|---|---|
| Maintainer | Home Assistant Team <team+homeassistant@tracker.debian.org> |
| Changed By | Edward Betts <edward@4angle.com> |
| Sponsor | edward@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/homeassistant-team/deps/python-momonga.git (browse) |
| Closes | #1131228 |
| Tracker | https://tracker.debian.org/pkg/python-momonga |
| Uploaded | 5 hours ago |
New Package Report
.changes
| Architecture | all source |
|---|---|
| Distribution | unstable |
| Date | Thu, 19 Mar 2026 09:12:28 +0000 |
| Source | python-momonga |
| Version | 0.3.0-1 |
| Changed-By | Edward Betts |
Changelog
python-momonga (0.3.0-1) unstable; urgency=medium . * Initial release. (Closes: #1131228)
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | python3-momonga deb python optional arch=all |
| Section | python |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: momonga Upstream-Contact: NBTK <horie@bitmeister.jp> Source: https://github.com/nbtk/momonga Files: * Copyright: 2024 NBTK License: MIT Files: debian/* Copyright: 2026 Edward Betts <edward@4angle.com> License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.