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

# Custom integrations

- [Influxdb and Grafana](https://homey.solweb.no/custom-integrations/influxdb-and-grafana.md): Short description of how to export data from Homey to influxdb using homeyscript.
- [Flexit ventilation](https://homey.solweb.no/custom-integrations/flexit.md)
- [Water metering](https://homey.solweb.no/custom-integrations/water-metering.md)
- [Telia data plan](https://homey.solweb.no/custom-integrations/telia-data-plan.md): Fetching total and remaining data on a Telia mobile subscription.
- [Trondheim folkebibliotek](https://homey.solweb.no/custom-integrations/trondheim-folkebibliotek.md): Getting overview of due loan dates for loaned books at the library.
- [SBanken](https://homey.solweb.no/custom-integrations/sbanken.md): Få kontostatus for dine kontoer i Sbanken. Spesielt aktuelt for barnekontoer, hvor det er mangelfull mulighet for å hente ut saldo.
- [Badetemperatur](https://homey.solweb.no/custom-integrations/badetemperatur.md): Using Altibox Badetassen APIs to get current temperature
- [Is it rainy? (yr.no)](https://homey.solweb.no/custom-integrations/is-it-rainy-yr.no.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:

```
GET https://homey.solweb.no/custom-integrations.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.
