Add Device
Connected devices in a building are represented by "web things", which are expected to follow W3C Web of Things standards.
To add a device to the device dashboard:
- Navigate to the "Devices" view in the main menu
- Click the "+" button at the bottom right of the screen
- Enter the URL of a WoT Thing Description
- Click the "Next" button
Empty devices view
Add device dialog
Web thing URL entered into add device dialog
If the Thing Description is retrieved successfully, the user will be shown a preview including the device name and type.
- Click the "Add" button to add the device
The user will then be taken to the devices view and the new device will be included in the list of devices.
Device preview
Technical Note: Krellian Cloud currently only supports Thing Descriptions which are served over HTTPS and are either unauthenticated or use HTTP Bearer authentication (see below).
Authenticate Access to a Device
If a Thing Description is protected by HTTP Bearer authentication then the user will be prompted to enter a Bearer token to authenticate access.
- Enter a Bearer token and click "Next"
Bearer authentication prompt