-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for Organisation an key import
- Loading branch information
Showing
11 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,35 @@ | ||
--- | ||
draft: true | ||
draft: false | ||
--- | ||
|
||
# Organisation (TODO) | ||
# Organisation | ||
|
||
:::info[Required roles] | ||
* **org-admin** | ||
::: | ||
|
||
The Organisation page allows to manage Organisation related settings like Name, Logo, Users, etc. | ||
|
||
![organisation-page.png](img/organisation-page.png) | ||
|
||
## Settings | ||
|
||
Manage the Name, Logo and other organisation related settings. | ||
|
||
## wMbus Keys | ||
|
||
See: [wMbus Keys](wmbus-keys) | ||
|
||
## Users | ||
|
||
Manage Users and Roles inside the organisation. | ||
|
||
![users-page.png](img/users-page.png) | ||
|
||
### Roles | ||
|
||
| Role | Rights | Comment | | ||
|--------------|---------------------------------------------------------------------------------------------------|-----------------------------------------------------| | ||
| admin | Global Platform Admin<br/>Can access all Organisations. | Admin users can only seen by other platform admins. | | ||
| org‑admin | Organisation Admin<br/>Can edit all Organisation related data including Devices and Integrations. | | | ||
| device‑admin | Device Admin<br/>Can edit all Device related data inside the Organisation. | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,41 @@ | ||
--- | ||
draft: true | ||
draft: false | ||
--- | ||
|
||
# wMbus Keys (TODO) | ||
# wMbus Keys | ||
|
||
:::info[Required roles] | ||
* **org-admin** | ||
::: | ||
|
||
## Import | ||
|
||
![img.png](img/button-import.png) | ||
|
||
Allows to import Keys from CSV. The page offers compatible examples to be used as template for the import. | ||
|
||
![img.png](img/import-dialog.png) | ||
|
||
|
||
### Import via Key Exchange Platform | ||
|
||
You do need an account in the Exchange Plattform, see: https://exchange-platform.app/ | ||
|
||
![sonexa-meine-firma.png](img/sonexa-meine-firma.png) | ||
|
||
|
||
Generate a new Token | ||
|
||
![button-generate-api-token.png](img/button-generate-api-token.png) | ||
|
||
Add a Label and select "Device API" | ||
|
||
![dialog-api-token.png](img%2Fdialog-api-token.png) | ||
|
||
The Token will appear in the table, copy the token for usage in the Lobaro Platform. | ||
|
||
![table-api-authentication.png](img%2Ftable-api-authentication.png) | ||
|
||
Enter the Token in the Lobaro Platform under `Organisation → wMbus Keys → Import → Key Exchange Platform`: | ||
|
||
![dialog-import-key-exchange.png](img%2Fdialog-import-key-exchange.png) |