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.