> 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/myrspoven-docs/myrspoven-docs-sv/integrations/overview/energy-data/metry.md).

# Metry

[Metry](https://metry.io/) är en svensk energidataplattform som samlar mätaravläsningar från energibolag och aggregatorer. När mätarna avläses av energibolaget i stället för att vara kopplade till Building Management System (BMS), hämtar myCoreAI timavläsningar från Metry i stället för att gå via byggnadsautomationens lager.

Se [översikten över energidata](/myrspoven-docs/myrspoven-docs-sv/integrations/overview/energy-data.md) för att se hur energidata flödar in i myCoreAI via BMS, tredje part och manuella vägar.

## När Metry är rätt väg

Metry används när ett eller flera av följande stämmer:

* Mätarna faktureras och avläses av energibolaget, inte anslutna till BMS.
* Ett Metry-konto samlar redan byggnadens mätaravläsningar.
* Timupplösning krävs men mätarna är inte exponerade i BMS.

När mätarna redan finns i BMS föredras den vägen — myCoreAI läser dem direkt utan extra integration.

## Upplösning

* **Timavläsningar** när den underliggande leverantören tillhandahåller dem. Krävs för optimering och detaljerad rapportering.
* **Dagliga eller månatliga avläsningar** i annat fall. Användbart för rapportering men begränsar optimering — se [översikten](/myrspoven-docs/myrspoven-docs-sv/integrations/overview/energy-data.md#why-low-resolution-data-limits-what-myrspoven-can-do).

myCoreAI behandlar mätare från Metry som BMS-mätare för analys och rapportering. Datapipelinen märker dem separat för att bevara ursprunget.

## Krav

* Ett aktivt Metry-konto som omfattar de anslutna byggnaderna.
* Läsåtkomst beviljad till Myrspoven inifrån Metry-kontot. Myrspoven vägleder kunder genom det exakta steget vid onboarding.
* En bekräftad koppling mellan Metry-mätar-ID:n och de byggnader som representeras i myCoreAI.

## Kostnad

Metry fakturerar dataåtkomst direkt enligt sitt avtal. Myrspoven tar inte ut någon separat avgift för integrationen.

## Alternativ

* **Mestro** är den andra stödda tredjepartsleverantören i Sverige. Nya leverantörer bedöms från fall till fall — se [Begäran om en ny tredjepartsintegration](/myrspoven-docs/myrspoven-docs-sv/integrations/overview/energy-data.md#requesting-a-new-third-party-integration).
* När automatiserad integration inte är möjlig, [manuell uppladdning](/myrspoven-docs/myrspoven-docs-sv/integrations/overview/energy-data/manual-upload.md) finns tillgänglig.


---

# 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/myrspoven-docs/myrspoven-docs-sv/integrations/overview/energy-data/metry.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.
