Skip to content

XiaoJenJen/blueair_scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueAir Air Purifier Scheduler

Dependency

  • Python 3.6+
  • requests
  • schedule

Software Stack

Filename Content
auto_control.py main program/schedule
myhome.py wraps all devices
blueair.py BlueAir API
config.py config

Introduction

  • This is a BlueAir purifier automatic scheduler, which makes life easier. You can schedule running mode and time of the BlueAir air purifier to control the air quality in your home automatically.

Get started

  1. Change your email and password in config.py.
  2. from blueair import BlueAir
  3. bl = BlueAir()
  4. print(bl.get_device_info()) # get uuid of your air purifier and copy to config.py
  5. Change your myhome.py and/or auto_control.py to manage your devices at home and your schedule.
  6. Run auto_control.py (you can use a supervisor to manage the process)

Reference

homebridge-blueair

About

BlueAir air purifier API and scheduler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages