Bosch IoT Device Management

Step 4 - Remote control your Octopus device

You can use the developer console to send a message to your Octopus device and, for example, change the color of the device's LED:

  1. Navigate to the Things section (left sidebar of the developer console).

  2. Click the row of the thing belonging to your octopus.

  3. Click Message.

  4. Enter the subject setColor defining the meaning of the message. This subject triggers the setting of a specific LED color on an Octopus with version 1.1.0.

  5. Set the message content containing the custom payload in JSON format to define the LED color.
    You can vary the numbers for "r" red, "g" green, "b" blue and "w" white between 0 and 255.

  6. Enter the timeout 0 s (= "do not wait for a response").

  7. Open the feature list.

  8. Select the led feature.

  9. Click Send to submit the message.

images/confluence/download/attachments/1634788044/send-message.png

Your message is sent to the physical device where, where the firmware consumes your entries from step 5 and changes the LED color.

Especially for such scenarios, where you try to remote control an IoT asset, it gets important to get insight if the device is connected and listening at all.

In case your "Ready for communication since" section does not show up, and you would like to dig deeper, feel free to use the Things UI and activate the checkbox Reflect device connectivity status in thing.

This will do the magic for now. The full procedure and all the disenchanting details are documented at Reflect device connectivity status in thing.