Metadata-Version: 2.1
Name: telegraf-xiaomi-air-purifier
Version: 0.2.0
Summary: Telegraf plugin for Xiaomi Air Purifier
Home-page: https://github.com/SebastianCzoch/telegraf-xiaomi-air-purifier
Author: Sebastian Czoch
Author-email: sebastian@czoch.pl
License: MIT
Description: # telegraf-xiaomi-air-purifier
        [![Build Status](https://travis-ci.org/SebastianCzoch/telegraf-xiaomi-air-purifier.svg?branch=master)](https://travis-ci.org/SebastianCzoch/telegraf-xiaomi-air-purifier/branches) [![PyPI version](https://badge.fury.io/py/telegraf-xiaomi-air-purifier.svg)](https://badge.fury.io/py/telegraf-xiaomi-air-purifier) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/SebastianCzoch/telegraf-xiaomi-air-purifier/blob/master/LICENSE)
        
        Telegraf plugin for the Xiaomi Air Purifier (supports versions: 2, 2pro, 2s)
        For 2s version you have to provide `--token` option
        
        ## Requirements
        - Device have to be accesable (in the same network)
        - You have to have the python in at least 3.5 version
        
        ## Installation
        ```bash
        $ pip install telegraf-xiaomi-air-purifier
        ```
        
        ## Usage
        ```bash
        $ telegraf-xiaomi-air-purifier --ip DEVICE_IP_ADDRESS
        ```
        
        ### Example telegraf configuration
        ```ini
        [[inputs.exec]]
          commands = ["telegraf-xiaomi-air-purifier --ip DEVICE_IP_ADDRESS"]
          data_format = "influx"
        
          [inputs.exec.tags]
            location = bedroom
        ```
        
        ## License
        See [LICENSE](https://github.com/SebastianCzoch/telegraf-xiaomi-air-purifier/blob/master/LICENSE) file.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
