Skip to content

Python library for reading data from Xiaomi temperature and humidity sensor, through Bluetooth LE

License

Notifications You must be signed in to change notification settings

pawelszydlo/xiaomi_ble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xiaomi_ble

Python library for reading data from Xiaomi temperature and humidity sensor, through Bluetooth LE.

Supported devices:

  • Xiaomi Mi bluetooth temperature and humidity sensor (duh)

Example usage:

from xiaomi_ble import TemperatureHumiditySensor

sensor = xiaomi.TemperatureHumiditySensor("58:2D:34:31:XX:XX")
print(sensor.temperature, sensor.humidity, sensor.battery)

About

Python library for reading data from Xiaomi temperature and humidity sensor, through Bluetooth LE

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages