> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/bbo-gateway-installation-manual/bbo-gateways/1-wire-interface.md).

# 1-Wire interface

BBO gateways use 1-Wire interface to communicate with the sensors and interfaces.

1-Wire interface has +5V, GND and 1-Wire data lines.

There are typically 4 pins with the following markings and functions:

<table><thead><tr><th width="143.66666666666666">Marking</th><th width="273">Signal</th></tr></thead><tbody><tr><td>OW</td><td>1-Wire data</td></tr><tr><td>GND</td><td>Power ground</td></tr><tr><td>GND</td><td>Power ground</td></tr><tr><td>PWR</td><td>Power supply +5V</td></tr></tbody></table>

The GND pins are shorted together in the module.

+5V and GND supply sensors and interfaces, 1 Wire is a common communication line. These lines are connected in parallel to all the units using the interface.

Every 1-Wire bus is controlled by a single 1-Wire master that communicates with multiple 1-Wire slave modules like sensors and interfaces.

In BBO installation, BBO gateway is a 1-Wire master.

The 1-Wire interfaces’ connectors have duplicated all three interface lines to enable easy pass-through connection. Using this method provides a simple way to connect remote groups of sensors using a single 1-Wire cable.

![Pass-through connection](/files/nJE1riBzoID3sR3uKe0k)


---

# 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://help.boomerang3.com/bbo-gateway-installation-manual/bbo-gateways/1-wire-interface.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.
