# Brewbrain Float Hydrometer

![Activate in the settings page and copy the following ID](https://771697612-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LEzhWP2LGeXaKgS2qr4%2F-MX2g2O1R46oQh7xGogP%2F-MX2gGkedf0dpRLDgs08%2Fimage.png?alt=media\&token=d89979fd-c523-4a14-bca8-39cdfa482477)

Use this integration to receive Brewbrain Float readings in Brewfather and attach them to active batches.

**Documentation for setting up the Brewbrain integration:** <https://my.brewbrain.nl/docs/integrations>

## Setup in Brewfather

1. Open **Settings → Power-ups**.
2. Enable **Brewbrain Float Hydrometer**.
3. Copy the generated **ID**.
4. Configure your Float/Brewbrain side to send using that ID.

When enabled, Brewfather also shows a **(configure webhook)** link for this integration.

## Attach the device to a batch

1. Start logging on the Float side.
2. Open your batch.
3. Go to the **Fermentation** tab.
4. Open **Devices** and attach the Float device.

## Notes

* The integration is Premium-gated in the current app flow.
* The integration page in Settings links back to this documentation via **See instructions**.

## Data Logged

The Brewbrain Float sends data in SenML format. Brewfather extracts and stores the following fields:

| Field           | Description                                 |
| --------------- | ------------------------------------------- |
| **Gravity**     | Specific gravity (SG)                       |
| **Temperature** | Current temperature (Celsius or Fahrenheit) |
| **Battery**     | Battery voltage (V)                         |
| **RSSI**        | WiFi signal strength (dBm)                  |

## Configuration Options

After your Float device has sent its first reading and appears in the device list, you can configure per-device offsets by clicking the device name in your batch under **Fermentation > Devices**:

* **Gravity Offset** -- Adjusts all gravity readings by a fixed amount
* **Temp Offset** -- Adjusts all temperature readings by a fixed amount

## Logging Interval

**Never log more than once every 15 minutes.** Requests logged more often than that will be ignored.

## Related docs

* [Webhook (Device Forwarding)](https://docs.brewfather.app/integrations/webhook)
* [Devices](https://docs.brewfather.app/devices)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.brewfather.app/integrations/float-hydrometer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
