Skip to main content

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

https://github.com/home-assistant/home-assistant

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

beewi_smartclim-0.0.5.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

beewi_smartclim-0.0.5-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page