Andre Pawlowski
Andre Pawlowski
I just upgraded my python-eq3bt version to 0.2 (which uses bleak) and have the same issue. I am not able to get it to work with my thermostats. I get...
Here are the details: ``` Python 3.8.10 (default, Jun 22 2022, 20:18:18) ``` Bluepy environment: ``` Package Version -------------- ------- bluepy 1.3.0 click 8.1.3 click-datetime 0.2 construct 2.10.68 pip 20.0.2...
I recaptured everything with a new thermostat that was never connected to my machine. Here are the commands + errors: ``` >>> from eq3bt import Thermostat >>> test = Thermostat("00:1a:22:12:26:ee")...
This was only the error I could simply reproduce by executing the basic commands from `python-eq3bt`. But it is good to know that in the library there seems to be...
``` ii bluez 5.53-0ubuntu3.6 amd64 Bluetooth tools and daemons ii bluez-cups 5.53-0ubuntu3.6 amd64 Bluetooth printer driver for CUPS ii bluez-obexd 5.53-0ubuntu3.6 amd64 bluez obex daemon ```
I would also like to know the state of this issue. We need case-insensitive filtering on Winlogbeat (without using regex). And this processor would allow us to build it.
@mr1716 yes the script processor would be a possibility. However, we have to do this for a lot of events that we filtering and I have concerns regarding the performance...
Hey, I checked out the master branch and executing everything again. But it still does not work. ``` >>> from eq3bt import Thermostat >>> test = Thermostat("00:1a:22:12:26:ee") >>> test.update() Task...
> Alternatively, as a stopgap solution you could pass the wanted connection class to use bluepy or gattlib instead of bleak, see https://github.com/rytilahti/python-eq3bt/blob/master/eq3bt/eq3cli.py#L33-L46 how the eq3cli does it. Thanks for...
@rytilahti it is unfortunate that you do not use the thermostats anymore. I have them all around my apartment and am quite happy with them. The heat control is self-build,...