Skip to main content

A Python API to monitor and control Philips air purifiers.

Project description

Philips Air Purifier Client API Build pypi

Python API for monitoring and controlling Philips air purifiers.

Installation

pip install philips-air-purifier

Usage

Get the status of the air purifier:

from philips_air_purifier import status
status.put_status(air_purifier_host="192.168.1.12", status={"pwr": "1"})
current_status = status.get_status(air_purifier_host="192.168.1.12")

Deploying to PyPi

pip install setuptools wheel
python setup.py sdist bdist_wheel
twine upload dist/*

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

philips-air-purifier-0.0.4.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

philips_air_purifier-0.0.4-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 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