> For the complete documentation index, see [llms.txt](https://docs.brewfather.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brewfather.app/integrations/mybrewbot.md).

# MyBrewbot (discontinued)

MyBrewbot has been officially discontinued, and its original cloud service, app, and firmware update service are no longer available. The legacy MyBrewbot integration has therefore been removed from Brewfather.

{% hint style="warning" %}
The original MyBrewbot software and cloud service are no longer supported. Do not use the old MyBrewbot Logging ID setup.
{% endhint %}

## Continue using the hardware with OurBrewbot

[OurBrewbot](https://github.com/scardus/OurBrewbot) is community-maintained replacement firmware for existing MyBrewbot ESP8266 controllers. It preserves the controller's local fermentation functions and sends readings to Brewfather through the [Custom Stream](/integrations/custom-stream.md) integration.

OurBrewbot is an independent third-party project. It is not developed, maintained, or supported by Brewfather. Review the project's documentation and releases before installing it, and back up the controller's original firmware and settings before flashing.

## Connect OurBrewbot to Brewfather

1. Install and configure OurBrewbot by following the instructions in the [OurBrewbot repository](https://github.com/scardus/OurBrewbot).
2. In Brewfather, open **Settings → Power-ups → Custom Stream** and enable Custom Stream.
3. Copy the Stream ID shown by Brewfather.
4. Open the OurBrewbot local admin page and go to **Reporting → Brewfather**.
5. Enable Brewfather reporting, enter the Stream ID, and save the settings. You can use the test option to verify the connection.
6. Enable Brewfather reporting for each fermenter that should send readings.

Use the **Custom Stream ID**, not the old MyBrewbot Logging ID. Each enabled fermenter appears as a Custom Stream device in Brewfather after its first successful report. Attach the device to a batch from **Batch → Fermentation → Readings → Devices**.

Powered fermenters normally report every 15 minutes. For firmware installation, configuration details, troubleshooting, and current limitations, use the documentation in the OurBrewbot repository.

## Related docs

* [OurBrewbot on GitHub](https://github.com/scardus/OurBrewbot)
* [Custom Stream](/integrations/custom-stream.md)
* [Tilt Hydrometer](/integrations/tilt-hydrometer.md)
* [Devices](/devices.md)
* [Settings](/settings.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.brewfather.app/integrations/mybrewbot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
