> 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/ispindel/calibration.md).

# Calibration

Boil 3 liters of water with 1 kg of sugar to begin with.\
\
Use a hydrometer to work out and create solutions of **1.050**, **1.040**, **1.030**, **1.020**, **1.010**, and finally clean water at **1.000**.\
\
Configure the iSpindel to report every 60 seconds into Brewfather. From the devices page, you can then read the current value every minute. Start by reading the angle in SG 1.000 and, if needed, adjust the weight to give a starting angle of around 25 degrees.\
\
After reading and recording all angles in the different solutions, fill in the values in the calibration spreadsheet for the iSpindel project, and it will calculate the formula based on your unit.\
\
Copy the formula into your Polynomial under Configuration and start reading the values in the different solutions again. Plato is Brewfather's default iSpindel interpretation, and Brewfather converts Plato to SG for display and logging. If you use a formula that outputs SG directly, wait until the device has logged once, then open the batch's **Fermentation > Readings > Devices** list and set the iSpindel gravity-unit button to **SG**. The old **\[SG]** name suffix is still supported as a legacy fallback.

If you are using Plato in Brewfather for the SG solutions above you should see values close to 0, 2.5, 5, 7.5, 10 and 12.5 Plato matching the correct SG.

#### Resources

Excel calibration sheet: <https://github.com/universam1/iSpindel/blob/master/docs/Kalibrierung_en.xlsm>

More info: <https://github.com/universam1/iSpindel/blob/master/docs/Calibration_en.md#formula>\
\\

## Related docs

* [iSpindel Setup](/integrations/ispindel.md)
* [Devices](/devices.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/ispindel/calibration.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.
