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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steersbob committed Feb 14, 2024
1 parent fd5afdf commit f279fff
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Brewblox-Plaato

**IMPORTANT: Plaato has discontinued their line of homebrewing products, and the API will shut down november 2025.
This service is archived unless **

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.
Expand All @@ -8,12 +11,18 @@ The service periodically fetches the Plaato measurements, and sends it to the hi

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

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

```yml
plaato:
imdage: ghcr.io/brewblox/brewblox-plaato:${BREWBLOX_RELEASE}
restart: unless-stopped
environment:
- PLAATO_AUTH={TOKEN}
```
brewblox-ctl add-plaato --name plaato --token TOKEN
```
After a minute, you should see the `plaato` measurement appear in the Graph widget metrics.
Replace `{TOKEN}` with your auth token

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

0 comments on commit f279fff

Please sign in to comment.