Aranet4-Python icon indicating copy to clipboard operation
Aranet4-Python copied to clipboard

Aranet4, Aranet2 and Aranet Radiation Python client

Results 11 Aranet4-Python issues
Sort by recently updated
recently updated
newest added

When historical records are being retrieved, if a provided start or end timestamp happens to fall precisely on a measurement, the index calculation would fail and that filter would be...

With the app you can change some settings, in particular the interval at which the sensor takes readings. The default is 5 or 10 min, but it might be nice...

I can successfully scan for devices and find my device's ID, but when running `aranetctl ` I get the following error: ``` Traceback (most recent call last): File "/opt/homebrew/bin/aranetctl", line...

As part of work on an app I run, I did some spelunking. I have figured out the purposes of the characteristics that are not yet documented: - "f0cd1401-95da-4f4b-9ac8-aa55d312af0c" is...

This is weird. I'm seeing right now the battery service (`0000180f-0000-1000-8000-00805f9b34fb`, `00002a19-0000-1000-8000-00805f9b34fb`) return a correct value (11%), but the CO2 measurement characteristic (`f0cd1503-95da-4f4b-9ac8-aa55d312af0c`) is returning an entirely different value (45%)....

I have Raspberry Pi 4 Model B Rev 1.1 (Linux earth-ha 5.15.61-v7l+ #1579 SMP Fri Aug 26 11:13:03 BST 2022 armv7l GNU/Linux) and Aranet4 (firmware v0.4.10). After I connected Aranet4...

I'm on Arch Linux and the device is paired. `aranetctl --scan` works: ```sh $ aranetctl --scan Looking for Aranet devices... ======================================= Name: Aranet4 1BC2D Address: EC:94:30:8D:5A:B9 /usr/lib/python3.11/site-packages/aranet4/aranetctl.py:165: FutureWarning: BLEDevice.rssi is...

Hello, I'm trying to use aranet4 on my macbook but I can't scan the aranet4 device. Here the logs : ``` (base) ➜ ~ pip3 install aranet4 Collecting aranet4 Downloading...

With the current commit (bfa3db5d78f02232b7fc27350744ebabd10f6165, and various ones before it), I get the following error: ```python backtrace $ aranetctl -r CC:47:4C:60:7A:6A Next data point will be logged in 293 seconds...

Given the [issues calling `asyncio` more than once](https://bleak.readthedocs.io/en/latest/troubleshooting.html#calling-asyncio-run-more-than-once), is there a recommended way to on-demand scan (i.e., when some other function wants to)? The `aranet4.client.find_nearby()` function, as used in the...