Metadata-Version: 2.1
Name: brewblox-plaato
Version: 0.1.1.dev15
Summary: Integration with the Plaato airlock
Home-page: https://github.com/BrewBlox/brewblox-plaato
Author: BrewPi
Author-email: Development@brewpi.com
License: UNKNOWN
Description: # Brewblox-Plaato
        
        BrewBlox integration for the [Plaato airlock](https://plaato.io).
        
        The service periodically fetches the Plaato measurements, and sends it to the history service, allowing it to be used in graphs.
        
        ## Installation
        
        For the service to access your Plaato data, you'll need an authentication token.
        
        See https://plaato.io/apps/help-center#!hc-auth-token on how to get one.
        
        When you have that, download and run the install file on your Pi (in your brewblox dir):
        
        ```
        source .env
        curl -O https://raw.githubusercontent.com/BrewBlox/brewblox-plaato/${BREWBLOX_RELEASE}/install_plaato.py
        python3 install_plaato.py
        ```
        
        This script will add the service, and run `brewblox-ctl up`.
        
        After a minute, you should see the `plaato` measurement appear in the Graph widget metrics.
        
Keywords: brewing brewpi brewblox embedded plugin service
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.7
Description-Content-Type: text/markdown
