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

# Overview

myCoreAI runs on operational data from buildings and external data providers. Integrations bring those values into Myrspoven and, where the connected system supports control, return new setpoint values to the building.

This chapter covers the available integration options and the requirements on the building side.

**Technical operations:** confirm which signals myCoreAI needs to read and, where relevant, which setpoints it may write.\
**Integrators:** scope the API, protocol, edge component, network access, and commissioning handover.\
**Asset managers:** understand which data sources are used and how energy, sensor, IoT, and weather data are ingested.

## Integration models

Myrspoven integrations use two main models.

### Myrspoven integrates to external APIs

In this model, Myrspoven is responsible for writing and maintaining the integration code. myCoreAI connects to the external system, reads the configured values, and writes new setpoint values back when the connected system supports control.

Supported BMS and SCADA integrations include dedicated platform connectors and protocol-based integrations:

* **Web Port**
* **Siemens Building X**
* **Ouman**
* **Fidelix Analytics**
* **ProptechOS**

These integrations support both reading BMS data and writing new setpoint values.

The named platforms are not the full limit of what can be connected. Web Port is a gateway layer with driver support for many field protocols and device types, which lets Myrspoven integrate with a wider range of local BMS and automation setups than the vendor list alone suggests. See [Web Port driver support](https://kiona.com/products/web-port/driver-support) and [Web Port](/integrations/overview/bms-integrations/web-port.md).

Myrspoven also supports smaller read-only integrations for sensor, IoT, energy, weather, and environmental data:

* **Yggio**
* **EcoGuard**
* **PropEye**
* **Mestro**
* **Metry**
* **Radonova**
* **OpenMeteo**
* **AirThings**

Most integrations in this model are HTTP/REST-based. Myrspoven also supports MQTT-based integrations where that is the right fit for the external system.

### External providers integrate to Myrspoven

In this model, the external provider is responsible for sending values to Myrspoven. The provider uses the Myrspoven AI-API to send values from a BMS or other data provider, and to pick up new setpoint values when they are available.

This model is used when the external party owns the connection to the BMS or data platform and can expose the required values through the Myrspoven AI-API.

In practice, Myrspoven can onboard buildings through:

* Dedicated vendor integrations, such as Siemens and Schneider.
* Protocol-based integrations through Web Port and its driver ecosystem.
* External partners that deliver data and setpoints through the Myrspoven AI-API.

## Contents

* [**BMS Integrations**](/integrations/overview/bms-integrations.md) — BMS and SCADA integrations, read/write scope, protocol coverage, and connection requirements.
* [**Energy data**](/integrations/overview/energy-data.md) — options for ingesting consumption data, including BMS pickup, Mestro, Metry, and manual upload. Higher resolution improves optimization results.
* [**Myrspoven API**](/integrations/api.md) — API access for data ingestion and setpoint pickup.

## Requirements on the building side

Requirements depend on the integration model and the data source. A typical project may need:

* Access to the external API, BMS, SCADA system, or data provider that holds the required values.
* BMS read and write access when myCoreAI is configured to optimize and control setpoints.
* API credentials or an agreed authentication method for read-only third-party providers.
* A virtual server in the building network when an on-premise edge component is used.
* Outbound network access from that server to the Myrspoven cloud. No inbound firewall openings.
* A technical point of contact for commissioning and signal mapping.

Signal list, data ownership, and setpoint scope are agreed during a technical survey and do not change without explicit configuration.


---

# 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.myrspoven.com/integrations/overview.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.
