pycirculate icon indicating copy to clipboard operation
pycirculate copied to clipboard

A Python wrapper library for interacting with the Anova 2 over Bluetooth LE on Linux.

Results 6 pycirculate issues
Sort by recently updated
recently updated
newest added

The code does not work with Anova Nano (4th gen). It stops in anova.py", in line self.service = self.anova.getServiceByUUID("FFE0") It seems, that UUID of "Anova Nano" is different from "Anova...

Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

I was looking into using this for home-assistant. In the process I noticed that it doesn't work properly with python3. ``` Traceback (most recent call last): File "anova.py", line 13,...

Any chance to incorporate the work from @TheUbuntuGuy [https://github.com/TheUbuntuGuy](url) in [https://www.youtube.com/user/TheUbuntuGuy](url) where he documents the wifi protocol?

First installed BlueZ from source, then the commands as listed on the front page. I'm stuck here: ``` pi@raspberrypi:~ $ pip install pycirculate Downloading/unpacking pycirculate Could not find a version...