DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: python-zinvolt 1.0.0-1

Package Information

Descriptionasynchronous client for Zinvolt battery systems

This library communicates with the Zinvolt cloud API to authenticate an account and retrieve information about its battery systems. It reports charge and online status, current and photovoltaic power, operating mode, configuration settings, and installed component and firmware details.

It can also select built-in or custom operating modes and configure maximum output, battery usage threshold, charging power, and standby time.

MaintainerHome Assistant Team <team+homeassistant@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/homeassistant-team/deps/python-zinvolt.git (browse)
Closes#1146152
Trackerhttps://tracker.debian.org/pkg/python-zinvolt
Uploaded9 days ago

New Package Report

.changes
Architectureall source
Distributionunstable
DateSun, 30 Aug 2026 11:35:46 +0100
Sourcepython-zinvolt
Version1.0.0-1
Changed-ByEdward Betts
Changelog
python-zinvolt (1.0.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1146152)
.dsc
Package-Listpython3-zinvolt deb python optional arch=all
Sectionpython
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: zinvolt
Upstream-Contact: Joost Lekkerkerker <joostlek@outlook.com>
Source: https://github.com/joostlek/python-zinvolt

Files: *
Copyright: 2026 Joost Lekkerkerker
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.

Review Information

accepted — allocated to eamanu 5 days ago, started 5 days ago, completed 5 days ago.

Final Comment

Public Notes

5 days ago ● public

licensecheck

Command: licensecheck -r --deb-machine .
Exit code: 0

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: ./.editorconfig
 ./.gitattributes
 ./.github/CODEOWNERS
 ./.github/CODE_OF_CONDUCT.md
 ./.github/CONTRIBUTING.md
 ./.github/FUNDING.yaml
 ./.github/ISSUE_TEMPLATE.md
 ./.github/PULL_REQUEST_TEMPLATE.md
 ./.github/labels.yml
 ./.github/release-drafter.yml
 ./.github/renovate.json
 ./.github/workflows/labels.yaml
 ./.github/workflows/linting.yaml
 ./.github/workflows/lock.yaml
 ./.github/workflows/pr-labels.yaml
 ./.github/workflows/release-drafter.yaml
 ./.github/workflows/release.yaml
 ./.github/workflows/stale.yaml
 ./.github/workflows/tests.yaml
 ./.github/workflows/typing.yaml
 ./.nvmrc
 ./.pre-commit-config.yaml
 ./.prettierignore
 ./.yamllint
 ./debian/changelog
 ./debian/control
 ./debian/python3-zinvolt.docs
 ./debian/rules
 ./debian/salsa-ci.yml
 ./debian/source/format
 ./debian/upstream/metadata
 ./debian/watch
 ./pyproject.toml
 ./sonar-project.properties
 ./src/zinvolt/__init__.py
 ./src/zinvolt/const.py
 ./src/zinvolt/exceptions.py
 ./src/zinvolt/models.py
 ./src/zinvolt/zinvolt.py
 ./tests/__init__.py
 ./tests/__snapshots__/test_zinvolt.ambr
 ./tests/conftest.py
 ./tests/const.py
 ./tests/fixtures/batteries.json
 ./tests/fixtures/battery_unit.json
 ./tests/fixtures/connection_status.json
 ./tests/fixtures/current_state.json
 ./tests/fixtures/current_state_offline.json
 ./tests/fixtures/custom_mode.json
 ./tests/fixtures/custom_modes.json
 ./tests/fixtures/device_not_exist.json
 ./tests/fixtures/dynamic_price_details.json
 ./tests/fixtures/ems.json
 ./tests/fixtures/global_settings.json
 ./tests/fixtures/inverter.json
 ./tests/fixtures/login.json
 ./tests/fixtures/online_status.json
 ./tests/fixtures/price_configuration.json
 ./tests/fixtures/pv_data.json
 ./tests/fixtures/tuya.json
 ./tests/fixtures/unit.json
 ./tests/fixtures/upgrade_status.json
 ./tests/ruff.toml
 ./tests/syrupy.py
 ./tests/test_zinvolt.py
 ./uv.lock
Copyright: NONE
License: UNKNOWN
 FIXME

Files: ./.github/LICENSE.md
 ./LICENSE.md
 ./README.md
Copyright: 2025, Joost Lekkerkerker
  2026, Joost Lekkerkerker
License: Expat
 FIXME

Files: ./package-lock.json
 ./package.json
Copyright: NONE
License: Expat
 FIXME

Files: ./debian/copyright
Copyright: 2026, Edward Betts <edward@4angle.com>
  2026, Joost Lekkerkerker
License: Expat
 FIXME

5 days ago ● public

debian/copyright check

Command: cme check dpkg-copyright
Exit code: 0

Warning in 'Files:"*" License short_name': value is "MIT". There are many versions of the MIT license. Please use Expat instead, when it matches. See L<Debian copyright format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification> and L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for details.
Offending value: 'MIT'
Warning in 'Files:"debian/*" License short_name': value is "MIT". There are many versions of the MIT license. Please use Expat instead, when it matches. See L<Debian copyright format|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-specification> and L<wikipedia|https://en.wikipedia.org/wiki/MIT_License#Various_versions>for details.
Offending value: 'MIT'
you can try 'cme fix dpkg-copyright' to fix the warnings shown above
5 days ago ● public

licenserecon

Command: licenserecon
Exit code: 0

en: Versions: licenserecon '17.0'  licensecheck '3.3.9-1'

Parsing Source Tree  ....
Reading d/copyright  ....
Running licensecheck ....

No significant differences found
5 days ago ● public

Look for SPDX

Command: grep -r -B1 'SPDX-'
Exit code: 1

(no output)

5 days ago ● public

Lintian

Command: lintian -i -I -v --pedantic
Exit code: 0

(no output)

5 days ago ● public

duck

Command: duck
Exit code: 0

(no output)

5 days ago ● public

look for copyright

Command: egrep -R -i copyright
Exit code: 0

LICENSE.md:Copyright (c) 2026 Joost Lekkerkerker
LICENSE.md:The above copyright notice and this permission notice shall be included in all
LICENSE.md:AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
.github/LICENSE.md:Copyright (c) 2026 Joost Lekkerkerker
.github/LICENSE.md:The above copyright notice and this permission notice shall be included in all
.github/LICENSE.md:AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
debian/copyright:Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
debian/copyright:Copyright: 2026 Joost Lekkerkerker
debian/copyright:Copyright: 2026 Edward Betts <edward@4angle.com>
debian/copyright: The above copyright notice and this permission notice shall be
debian/copyright: NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
README.md:Copyright (c) 2025 Joost Lekkerkerker
README.md:The above copyright notice and this permission notice shall be included in all
README.md:AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5 days ago ● public

look for license

Command: egrep -R -i license
Exit code: 0

LICENSE.md:# MIT License
LICENSE.md:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
pyproject.toml:license = "MIT"
.github/LICENSE.md:# MIT License
.github/LICENSE.md:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
debian/copyright:License: MIT
debian/copyright:License: MIT
debian/copyright:License: MIT
debian/copyright: copy, modify, merge, publish, distribute, sublicense, and/or sell
README.md:[![License][license-shield]](LICENSE.md)
README.md:## License
README.md:MIT License
README.md:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
README.md:[license-shield]: https://img.shields.io/github/license/joostlek/python-zinvolt.svg
package.json:  "license": "MIT",
package-lock.json:      "license": "MIT",
package-lock.json:      "license": "MIT",
5 days ago ● public

Author check: python-zinvolt 1.0.0-1

Scanned 63 files. 2 author(s) declared in debian/copyright.

All source-file authors appear in debian/copyright.

5 days ago ● public

License check: python-zinvolt 1.0.0-1

Archive component: main

COMPATIBLE:

  • MIT

Back to Dashboard | View all reviews for this package