python-eq3bt icon indicating copy to clipboard operation
python-eq3bt copied to clipboard

Python library and command-line tool for eQ-3 Smart Bluetooth thermostats

Results 20 python-eq3bt issues
Sort by recently updated
recently updated
newest added

Using Dockerfile: ``` FROM python:3.9 WORKDIR /app RUN apt-get update && apt-get upgrade -y RUN apt-get install -y bluez bluetooth RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - ENV PATH="${PATH}:/root/.poetry/bin" COPY...

Calling `new_event_loop()` created a second event loop on python

It likely doesn't make sense to convert the whole library to use asyncio, but providing a separate homeassistant-friendly interface could be fairly straightforward to implement. See https://github.com/home-assistant/developers.home-assistant/pull/1412 and https://github.com/home-assistant/developers.home-assistant/pull/1412#issuecomment-1194723457 for...

help wanted

Hey there not sure what is happening with the new release 0.2. I tried it because I use eq3 on home assistant. ``` pi@VpnPi:~ $ eq3cli Traceback (most recent call...

bug

I test the script and an error occurs vhen the connection fails. Here are the logs `Traceback (most recent call last): File "/home/pi/.local/lib/python3.7/site-packages/eq3bt/connection.py", line 36, in __enter__ self._conn.connect(self._mac) File "/usr/local/lib/python3.7/dist-packages/bluepy/btle.py",...

bug
help wanted

I’m using eq3bt with home assistant. Home assistant has been using UTC time internally since 2015, and hassbian is also pre-configured for UTC. There is no way to pass a...

enhancement
help wanted

After try to set target temperature at any values it goes at 5.0 Celsius Degree. With Fw 1.10 it is still working. I bought new one and I received it...

I am having problems to use this library. I am using python 3.5 version. Installed the library ``` root@TrastoRaspberry:/ pip3 install python-eq3bt DEPRECATION: Python 3.5 reached the end of its...

I've this problem when i connect to my EQ3. I'm running the latest version 0.1.10 in Homeassistant Env. ``` Traceback (most recent call last): File "/srv/homeassistant/bin/eq3cli", line 10, in sys.exit(cli())...

bug
help wanted

support multiple hci interfaces: Tries to connect via all available interfaces and sticks to one if the connection works. support keep connection alive: Allows the user to keep the connection...