Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
/ brewblox-plaato Public archive

Integration service for the Plaato digital airlock

License

Notifications You must be signed in to change notification settings

BrewBlox/brewblox-plaato

Repository files navigation

Brewblox-Plaato

IMPORTANT: Plaato has discontinued their line of homebrewing products, and the API will shut down november 2025.

BrewBlox integration for the Plaato airlock.

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://intercom.help/plaato/en/articles/5004720-auth_token on how to get one.

When you have that, add the following service to docker-compose.yml:

  plaato:
    imdage: ghcr.io/brewblox/brewblox-plaato:${BREWBLOX_RELEASE}
    restart: unless-stopped
    environment:
      - PLAATO_AUTH={TOKEN}

Replace {TOKEN} with your auth token

Run brewblox-ctl up, and you should see the plaato measurement appear in the Graph widget metrics.