From 10783d22fe4278f6307c98c5e703586ce66a25f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Thu, 12 Dec 2024 20:56:20 +0100 Subject: [PATCH] Add use cases etc to myuplink page (#36295) * Add use cases etc to myuplink page * Spelling error * Adopt suggestions from AI * Apply suggestions from review --- source/_integrations/myuplink.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/_integrations/myuplink.markdown b/source/_integrations/myuplink.markdown index 0574590b393..ba91c81f294 100644 --- a/source/_integrations/myuplink.markdown +++ b/source/_integrations/myuplink.markdown @@ -24,6 +24,9 @@ ha_platforms: - switch - update ha_integration_type: integration +related: + - url: https://myuplink.com/ + title: myUplink web portal --- The **myUplink** {% term integration %} lets you get information about and control heat-pump devices supporting myUplink using the [official cloud API](https://dev.myuplink.com). @@ -60,6 +63,20 @@ Internal examples: `http://192.168.0.2:8123/auth/external/callback`, `http://hom The integration configuration will require the **Client ID** and **Client Secret** created above. See [Application Credentials](/integrations/application_credentials) for more details. +## Supported heat-pump systems + +The integration supports all heat-pump devices that can be connected to the myUplink cloud service. See [Works with myUplink](https://myuplink.com/legal/works-with/en). +However, the representation in Home Assistant depends on how and to what extent the manufacturer has implemented the service. + +## Use cases / Examples + +Common use cases include: + +- **System Monitoring**: Display the current operation state of the pump (heating house, pool, or hot water) +- **Smart Notifications**: Get alerts when the water temperature is low in the heater tank +- **Automation**: Adjust the temperature curve offset during holiday mode +- **Analytics**: View long-term statistics and graphs for the relevant sensors + ## Data updates The integration will poll the API for data every 60 seconds. This polling interval is designed to work within the rate limits of myUplink APIs while providing timely updates.