Adafruit_IO_Python icon indicating copy to clipboard operation
Adafruit_IO_Python copied to clipboard

Adafruit IO Python Client Library

Results 19 Adafruit_IO_Python issues
Sort by recently updated
recently updated
newest added

Changes for migrating from `setup.py` to `pyproject.toml`. Changes include: - Migratation from `setup.py` to `pyproject.toml` - Remove `ez_setup.py` because `pyproject.toml` handles downloading build dependencies (`setuptools`) - Also therefore removes `ez_setup`...

Quick fix for the CI badge in the README

After the library migrations, it looks like this would be a good candidate for a `pyproject.toml` installation file as opposed to `setup.py`. I also thinks this would remove the need...

Hi all, I am facing a problem with Adafruit_IO package, I am subscribed to a feed and eventually my program crashed with the following error: File "/home/pi/Documents/Python/warbots/venv/lib/python3.9/site-packages/Adafruit_IO/errors.py", line 66, in...

Would it be possible to add an option for fahrenheit in the temp_humidity.py where it will display fahrenheit instead of celsus in the dashboard?

Hi, I am using subscribe_group() from example. My group has 3 buttons. When I ran the program just like in the example I got IndexError when I change state of...

bug

I am facing this issue please help me here . not getting what is happening Traceback (most recent call last): File "mq6flame.py", line 58, in gas_feed = aio.feeds('mq6_gas') File "/usr/local/lib/python2.7/dist-packages/Adafruit_IO/client.py",...

The "Send Batch Data" example does not actually contain an "aio.send_batch_data" call. Fixed it.

Calling `client.receive` on a newly created feed with no data points raises a 404 if no data exists on the feed. Update the library to not error on that call...

bug

I posted this first in the forum and brubell asked to post an issue here. I am using Python Adafruit_IO MQTT library and everything looks fine, except for that I...