pyaranet4 icon indicating copy to clipboard operation
pyaranet4 copied to clipboard

A cross-platform Python interface for the Aranet4 CO₂ meter

Results 4 pyaranet4 issues
Sort by recently updated
recently updated
newest added

Updating to requests 2.31.0 or newer resolves CVE-2023-32681

When instantiating the `Aranet4` client class, there is the option to specify a `mac_address` in the constructor. This means the class will connect to this address rather than running auto-disovery...

`pyaranet4 --history` works as expected, but `pyaranet4` produces the error: ```` -------------------------------------- Connected: Aranet4 1BAE8 | v0.4.14 Updated 20 s ago. Intervals: 60 s 249 total readings -------------------------------------- Traceback (most...

### Issue Summary: `pyaranet4 --history` raises `ValueError` exception. See `Issue Details` section below for more information. ### Python Version Details: ```bash % python -VV Python 3.10.8 (main, Oct 13 2022,...