Library to read data from BeeWi SmartClim sensor using Bluetooth LE
Project description
beewi_smartclim - Library for BeeWi SmartClim Bluetooth LE sensor
Use this library to read temeperature and humidity from your own BeeWi SmartClim sensor.
Functionality
It supports reading the different measurements from the sensor
- temperature
- humidity
- battery level
To use this library you will need a Bluetooth Low Energy dongle or a Raspberry Pi with Bluetooth support.
Build
$ make build
Example
from beewi_smartclim import BeewiSmartClimPoller
b = BeewiSmartClimPoller("d0:5f:b8:51:9b:36")
b.update_sensor()
temperature = b.get_temperature()
humidity = b.get_humidity()
battery = b.get_battery()
print(temperature, humidity, battery)
Projects Depending on beewi_smartclim
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file beewi_smartclim-0.0.10.tar.gz
.
File metadata
- Download URL: beewi_smartclim-0.0.10.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d677e9e0b6f8ab80da8971f3514c9de4d5301fb13b420adeabd5397cc5f54bad |
|
MD5 | 03efbe7672e51831d9f81d35a5cc7b77 |
|
BLAKE2b-256 | 5881e95cb75ff0bc546487fa15461abb1322af5f775bc12dd02f3cf7795da564 |
File details
Details for the file beewi_smartclim-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: beewi_smartclim-0.0.10-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 961b28b74b818b7b425287a45cfae3c920f136d7eda9da8912002fca419f0d8a |
|
MD5 | 3dca32e618143aa59530bbbbf6ac815b |
|
BLAKE2b-256 | 0222d1a446cc017c1fe905a32bee7d9a9a6d400ffcef7ca06957cdb40bd20567 |