Debian Patches
Status for deye-inverter-mqtt/2026.06.1-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-use-crcmod-instead-of-libscrc.patch | use python3-crcmod instead of the unpackaged libscrc dependency libscrc is not available in Debian. It was used only for computing the CRC-16/MODBUS checksum, which crcmod.predefined provides identically (verified against the standard Modbus CRC test vector). =================================================================== |
Anton Gladky <gladk@debian.org> | not-needed | 2026-07-30 | ||
| 0002-paho-mqtt-2.x-compatibility.patch | use paho-mqtt 2.x callback API v1 for Debian's packaged paho-mqtt Debian ships python3-paho-mqtt 2.1.0, whose Client() constructor requires an explicit callback_api_version argument. Select VERSION1 to keep the existing on_connect(client, userdata, flags, rc) callback signature unchanged. =================================================================== |
Anton Gladky <gladk@debian.org> | not-needed | 2026-07-30 | ||
| 0003-relax-python-and-drop-tzdata-dep.patch | relax the exact Python pin and drop the PyPI tzdata dependency requires-python "==3.13.*" is unnecessarily strict for Debian, which ships newer Python 3 releases. The PyPI "tzdata" package only supplies the IANA timezone database on platforms lacking a system copy (e.g. Windows); Debian always provides system tzdata, which Python's zoneinfo module uses directly. =================================================================== |
Anton Gladky <gladk@debian.org> | not-needed | 2026-07-30 | ||
| 0004-read-config-file-from-a-fixed-location.patch | look for config.env in /etc, not only in the current directory Upstream is distributed as a docker image and reads its config.env from the current working directory, which does not exist as a concept for a system service started from an arbitrary place. Keep that lookup as a fallback and add the packaged location, overridable with DEYE_CONFIG_FILE. Environment variables still take precedence over the file (override=False). =================================================================== |
Anton Gladky <gladk@debian.org> | no | 2026-08-12 |
All known versions for source package 'deye-inverter-mqtt'
- 2026.06.1-1 (forky, sid)
