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
This commit is contained in:
Åke Strandberg 2024-12-12 20:56:20 +01:00 committed by GitHub
parent 9ce1109e10
commit 10783d22fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.