Socket
Book a DemoInstallSign in
Socket

beewi-smartclim

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beewi-smartclim

Library to read data from BeeWi SmartClim sensor using Bluetooth LE

pipPyPI
Version
0.0.10
Maintainers
1

Main

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

Keywords

temperature and humidity sensor bluetooth low-energy ble beewi smartclim

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.