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: README.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -69,23 +69,28 @@ If your actual url contains one or more of the above separators or other special
69
69
70
70
_⚠️ This feature is currently only available in beta firmware releases and requires version 1.9.2 or newer. Please keep in mind that due to the beta status there are missing firmware features that require workarounds (see below) and that changes in future beta updates may temporarily or permanently break the functionality of this integration as a custom integration. Please wait until custom integrations are available in stable firmware releases if you don't want to take these risks._
71
71
72
-
_You currently can't update custom integrations. You need to delete the integration from the integrations menu first and then re-upload the new version. Do not edit any activity or macros that includes entities from this integration after you removed the integration and wait until the new version has been uploaded and installed. You also need to add re-add entities to the main pages after the update as they are automatically removed. An update function will probably be added once the custom integrations feature will be available in stable firmware releases. _
72
+
#### Missing firmware features
73
+
74
+
- The configuration file of custom integrations are not included in backups.
75
+
- You currently can't update custom integrations. You need to delete the integration from the integrations menu first and then re-upload the new version. Do not edit any activity or macros that includes entities from this integration after you removed the integration and wait until the new version has been uploaded and installed. You also need to add re-add entities to the main pages after the update as they are automatically removed. An update function will probably be added once the custom integrations feature will be available in stable firmware releases.
73
76
74
77
#### Download integration driver
75
78
76
-
Download the tar.gz archive in the assets section from the [latest release](/releases/latest)
79
+
Download the uc-intg-requests-x.x.x-aarch64.tar.gz archive in the assets section from the [latest release](/releases/latest)
77
80
78
81
#### Install custom integration driver on the remote
79
82
80
-
The custom integration driver installation is currently only possible via the Core API and still in beta. The configuration file is not included in backups.
83
+
The custom integration driver installation is currently only possible via the Core API.
UC plans to integrate the upload function to the web configurator once they get enough positive feedback from developers (and users). The current status can be tracked in this issue: [#79](https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/79)
91
+
There is also a Core API GUI available at https://[Remote-IP]/doc/core-rest/. Scroll down to POST intg/install and click on Try it out, choose a file and then click on Execute.
92
+
93
+
UC plans to integrate the upload function to the web configurator once they get enough positive feedback from developers (and users). The current status can be tracked in this issue: [#79](https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/79).
89
94
90
95
### Run on a separate device as an external integration driver
0 commit comments