You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/myuplink.markdown
+30-5Lines changed: 30 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,22 @@ ha_platforms:
26
26
ha_integration_type: integration
27
27
---
28
28
29
-
The myUplinkintegration lets you get information about the devices supporting myUplink using the [official cloud API](https://dev.myuplink.com).
29
+
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).
30
30
31
-
Depending on the type of devices in your system, one or more entities are added to Home Assistant. Currently, there is support for reading sensor states. There is also support for switch, select and number entities if suitable data points are discovered in the system. Note that you may need a valid subscription with MyUplink to control your equipment with switch, select, and number entities.
31
+
The integration will connect to your account and download all available data from the API. The downloaded information will be used to create devices and entities in Home Assistant. There can be from a few entities up to many hundreds depending on the type of equipment. The integration will make the best effort to map the data-points in the API to sensors, switches, number, and select entities.
32
+
33
+
{% note %}
34
+
You may need a valid subscription with myUplink to control your equipment with switch, select, and number entities.
35
+
{% endnote %}
32
36
33
37
## Prerequisites
34
38
35
39
1. Visit [https://myuplink.com/register](https://myuplink.com/register) and sign up for a user account.
36
40
2. Go to [**Applications**](https://dev.myuplink.com/apps), and register a new App:
37
41
38
-
-**Application ID**: Home Assistant (or whatever name makes sense to you)
The integration configuration will require the **Client ID** and **Client Secret** created above. See [Application Credentials](/integrations/application_credentials) for more details.
62
+
63
+
## Data updates
64
+
65
+
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.
66
+
67
+
## Known limitations
68
+
69
+
- The integration makes the best effort to map data-points from the API to relevant entities in Home Assistant. However, some sensors may not appear for certain heat-pump models, or in other cases, numerous irrelevant entities might be created. Please create an issue on GitHub and include a diagnostic download file from your installation if you believe that the mapping can be improved.
70
+
- Entity names are available in English and cannot be automatically translated by Home Assistant. The reason is that the names are defined by the API and can be changed by updates of the API or the firmware in the appliance. However, most entity names are self-explanatory, e.g., "Room temperature (BT50)".
71
+
72
+
## Troubleshooting
73
+
74
+
{% details "Can't log in to myUplink API" %}
75
+
Make sure that you have entered the application credentials correctly. A common problem is that leading or trailing spaces are included in the entered credential strings. You may have to delete the application credentials from Home Assistant and install the integration again to get everything right.
76
+
{% enddetails %}
77
+
78
+
## Removing the integration
79
+
80
+
After removing the integration, go to the myUplink [developer site](https://dev.myuplink.com/apps) and remove the credentials unless you will use them again.
81
+
82
+
{% include integrations/remove_device_service.md %}
0 commit comments