Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eulemitkeule/eq3btsmart
Python library that allows interaction with eQ-3 Bluetooth smart thermostats.
https://github.com/eulemitkeule/eq3btsmart
asyncio bleak eq3 eq3-bluetooth-thermostat home-assistant library python
Last synced: 2 months ago
JSON representation
Python library that allows interaction with eQ-3 Bluetooth smart thermostats.
- Host: GitHub
- URL: https://github.com/eulemitkeule/eq3btsmart
- Owner: EuleMitKeule
- License: mit
- Created: 2024-01-29T18:06:33.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T14:13:56.000Z (6 months ago)
- Last Synced: 2024-10-01T05:07:43.080Z (3 months ago)
- Topics: asyncio, bleak, eq3, eq3-bluetooth-thermostat, home-assistant, library, python
- Language: Python
- Homepage:
- Size: 222 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![PyPI - Version](https://img.shields.io/pypi/v/eq3btsmart?logo=python&logoColor=green&color=blue)
![GitHub License](https://img.shields.io/github/license/eulemitkeule/eq3btsmart)
![GitHub Sponsors](https://img.shields.io/github/sponsors/eulemitkeule?logo=GitHub-Sponsors)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_eq3btsmart&metric=coverage)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_eq3btsmart)[![Code Quality](https://github.com/EuleMitKeule/eq3btsmart/actions/workflows/quality.yml/badge.svg)](https://github.com/EuleMitKeule/eq3btsmart/actions/workflows/quality.yml)
[![Publish](https://github.com/EuleMitKeule/eq3btsmart/actions/workflows/publish.yml/badge.svg)](https://github.com/EuleMitKeule/eq3btsmart/actions/workflows/publish.yml)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_eq3btsmart&metric=bugs)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_eq3btsmart)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_eq3btsmart&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_eq3btsmart)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_eq3btsmart&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_eq3btsmart)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=EuleMitKeule_eq3btsmart&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=EuleMitKeule_eq3btsmart)# eQ-3 Bluetooth Smart Thermostats
A Python library for interaction with [eQ-3 Bluetooth Smart Thermostat](https://www.eq-3.de/produkte/eqiva/detail/bluetooth-smart-heizkoerperthermostat.html) devices using [bleak](https://github.com/hbldh/bleak) and `asyncio`.