> For the complete documentation index, see [llms.txt](https://pekaway.gitbook.io/van-pi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pekaway.gitbook.io/van-pi/heater/truma.md).

# Truma

**Current Support Status**

At present, Truma heaters are not actively supported by the VAN PI System. However, we recommend using the inetbox2mqtt project for integration. <https://github.com/danielfett/inetbox.py>

**LIN Bus Availability**

* The necessary LIN bus is available on the VAN PI Core.
* Initial tests with the LIN bus have been positive.

**Installation Instructions**

Since full support for Truma heaters is not yet available, you will need to perform the installation independently. Follow the guidelines provided by the inetbox2mqtt project to proceed with the integration.

1. **Refer to inetbox2mqtt Project**:
   * Visit the inetbox2mqtt project's documentation for detailed instructions on setting up and configuring the connection between your Truma heater and the VAN PI System.
2. **Use the LIN Bus**:
   * Connect your Truma heater to the LIN bus available on the VAN PI Core.
3. **Perform Independent Installation**:
   * Follow the steps outlined in the inetbox2mqtt documentation to complete the installation.

**Summary**

* **Current Status**: Truma heaters are not yet actively supported.
* **Recommendation**: Use the inetbox2mqtt project for integration.
* **LIN Bus**: Available on VAN PI Core with positive initial test results.
* **Installation**: Must be performed independently following inetbox2mqtt guidelines.

By following the inetbox2mqtt project's instructions and utilizing the LIN bus on the VAN PI Core, you can achieve successful integration of your Truma heater, even though official support is not yet available.


---

# 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://pekaway.gitbook.io/van-pi/heater/truma.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.
