cloud:aws:iot_core
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
cloud:aws:iot_core [2023/11/01 07:13] – removed - external edit (Unknown date) 127.0.0.1 | cloud:aws:iot_core [2023/11/01 07:13] (current) – ↷ Page moved from business_process_management:camunda:cloud:aws:iot_core to cloud:aws:iot_core skipidar | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== IoT ====== | ||
+ | |||
+ | |||
+ | ===== IoT Device Catalogue ===== | ||
+ | |||
+ | Device catalogue with IoT conformant devices. | ||
+ | https:// | ||
+ | |||
+ | ===== IoT Core ===== | ||
+ | |||
+ | === Thing === | ||
+ | |||
+ | Subscribing to topic | ||
+ | {{https:// | ||
+ | |||
+ | |||
+ | |||
+ | ==== Example ==== | ||
+ | https:// | ||
+ | |||
+ | |||
+ | |||
+ | ==== Rules ==== | ||
+ | |||
+ | |||
+ | |||
+ | === Redirect to SiteWise === | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | |||
+ | In order not to define a rule for each single Thing - use wildcards. | ||
+ | |||
+ | * Example setup https:// | ||
+ | * Topic wildCards https:// | ||
+ | * Functions https:// | ||
+ | |||
+ | |||
+ | |||
+ | == Have multiple things == | ||
+ | |||
+ | The MQTT **topics** for things in Iot Core | ||
+ | are as structured as following: | ||
+ | |||
+ | < | ||
+ | $aws/ | ||
+ | $aws/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | == Define a rule selection== | ||
+ | |||
+ | Which match all things, | ||
+ | independent of thing-name | ||
+ | |||
+ | < | ||
+ | SELECT * FROM ' | ||
+ | </ | ||
+ | |||
+ | |||
+ | {{https:// | ||
+ | |||
+ | |||
+ | == Configure the SiteWise Assets == | ||
+ | |||
+ | Add the name of the topic - to the property " | ||
+ | So that you can use the topics - in the asset aliases. | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | |||
+ | == Define a rule action == | ||
+ | |||
+ | Using **${topic(3)}** which match the topic of the thing. | ||
+ | The rules would redirect data to assets - depending on topic. | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | |||
+ | |||