Skip to content

Commit c017344

Browse files
committed
Updates
1 parent db02a5f commit c017344

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,28 @@ If your actual url contains one or more of the above separators or other special
6969

7070
_⚠️ 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._
7171

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

7477
#### Download integration driver
7578

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)
7780

7881
#### Install custom integration driver on the remote
7982

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

8285
```shell
8386
curl --location 'http://$IP/api/intg/install' \
8487
--user 'web-configurator:$PIN' \
8588
--form 'file=@"uc-intg-requests-$VERSION-aarch64.tar.gz"'
8689
```
8790

88-
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).
8994

9095
### Run on a separate device as an external integration driver
9196

driver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"icon": "uc:integration",
1111
"description": {
12-
"en": "Integration to send HTTP get/post/patch/put requests and Wake on LAN magic packets to a specific ip or url",
13-
"de": "Integration zum Senden von HTTP Get/Post/Patch/Put-Anfragen und Wake-on-LAN Magic Pakets an eine bestimmte URL oder IP"
12+
"en": "Integration to send HTTP get/post/patch/put/delete/head requests and wake-on-LAN magic packets to a specific ip or url",
13+
"de": "Integration zum Senden von HTTP Get/Post/Patch/Put/Delete/Head-Anfragen und Wake-on-LAN Magic Pakets an eine bestimmte URL oder IP"
1414
},
1515
"port": 9081,
1616
"developer": {

0 commit comments

Comments
 (0)