From 56a64f9aa3b29df28339fbb259b01375ffe6221d Mon Sep 17 00:00:00 2001 From: Tijs Verkoyen Date: Thu, 31 Aug 2023 08:44:55 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96b1d9c..802bc83 100644 --- a/README.md +++ b/README.md @@ -160,14 +160,16 @@ As I don't own an installation with all possible devices this integration is mos The entity names are based on the names in the interface reference. -### Disabling devices +### Disabling devices / plants / stations -If you have a lot of devices wherefore you don't want to use the data. You can disable them through the interface: +If you have a lot of devices / plants / stations wherefore you don't want to use the data. You can disable them through the interface: -Settings → Devices & Integrations → Click on the "x devices" on the Fusion Solar Integration. Click on the device you want to disable. Click on the pencil icon in the upper right corner. Switch off "Enable device". +Settings → Devices & Integrations → Click on the "x devices" on the Fusion Solar Integration. Click on the device / plant / station you want to disable. Click on the pencil icon in the upper right corner. Switch off "Enable device". This can speed up the updating of the other devices. Keep in mind that a call is made per device type. So if you have multiple devices from the same time you need to disable them all to have effect. +You will also need to restart Home Assistant. + ### Can I work with the API myself? Yes. There is a [Postman] Collection available. You can import it in Postman and start working with it. @@ -177,4 +179,4 @@ You will need to create an environment in Postman with the following variables: * `USERNAME`, your Northbound API / OpenAPI username * `SYSTEMCODE`, your Northbound API / OpenAPI password -* `URL`, the url you will query \ No newline at end of file +* `URL`, the url you will query