Changes for page Device profiles and Alarm
Last modified by Hera Guo on 2024/12/31 11:44
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -43,5 +43,106 @@ 43 43 ~-~-~-~-~-~-~-~-~-~- ~-~-~-~-~-~- 44 44 45 45 Copyright: This article is an original blogger article, follow the CC 4.0 BY-SA copyright agreement, reproduced please include the original source link and this statement. 46 - 46 + 47 47 Original link: https:~/~/blog.csdn.net/zqf787351070/article/details/135244124 48 + 49 +== 3.2 Creat device profiles and set up Alarm == 50 + 51 +Device configuration can set common message processing methods for a certain type of device, such as rule chain, message transmission queue, transmission protocol configuration, alarm rule configuration, etc. 52 + 53 +=== 3.2.1 Creat device profiles === 54 + 55 +In the process of creating device configuration, it is necessary to separately set device configuration details, transmission configuration, alarm rules, and device pre configuration. The creation process is as follows. 56 + 57 +[[image:1735616119670-876.png||height="594" width="1177"]] 58 + 59 +**Equipment configuration details** 60 +In the details, the following configurations can be made: 61 + 62 +**Name: **required field, the name of the device configuration; 63 + 64 +**Default rule chain: **optional item, can specify which set of rule chains to use. If not filled in, the default root rule chain will be used; 65 + 66 +**Mobile dashboard:** optional field, specifying the dashboard used by the mobile application for device details; 67 + 68 +**Queue:** optional, can specify the strategy for message submission and processing, default is Main; 69 + 70 +**Default edge rule chain:** No configuration required; 71 + 72 +**Equipment configuration image~:** optional, device images can be uploaded; 73 + 74 +**Description:** Optional field, equipment description; 75 + 76 +**Transmission configuration** 77 +In the transmission configuration, the protocol for uploading device data can be configured, and the system provides the following protocols: 78 + 79 +**Default:** Supports basic MQTT, HTTP, and CoAP transmission. If there are no special requirements, the default is generally selected; 80 + 81 +**MQTT: **Enable advanced MQTT transport settings for advanced configuration; 82 + 83 +**CoAP:** Enable advanced CoAP transmission settings for advanced configuration; 84 + 85 +**LWM2M: **LWM2M transmission type, capable of advanced configuration; 86 + 87 +**SNMP:** Specify SNMP transmission configuration for advanced configuration; 88 + 89 + 90 +=== 3.2.2 Set up Alarm === 91 + 92 +==== 3.2.2.1 Creat alarm ==== 93 + 94 +In the alarm rules of device configuration, the conditions for creating and eliminating alarms can be configured (the same effect as configuring in the rule engine, where configuration can avoid encoding). 95 + 96 +Go to the Alarm Rule Configuration tab, click Add Alarm Rule, and enter the Alarm Rule Configuration page. 97 + 98 +[[image:1735616186207-163.png||height="602" width="1206"]] 99 + 100 +[[image:1735616204521-657.png||height="1048" width="1206"]] 101 + 102 +**Alarm creation rule configuration:**Multiple items can be created using the 'Add Create Condition' button. 103 + 104 +**Severity level:**The system provides five severity levels of alarms for configuration personnel to choose from, namely dangerous, important, secondary, warning, and uncertain, and can be selected according to the situation. 105 + 106 +**condition:**The condition requires configuring the logic for creating alarms. Click the "Add Alarm Rule Condition" button and follow the steps below to complete the creation of an alarm rule condition. 107 + 108 +step1: 109 + 110 +[[image:1730432318961-125.png||height="633" width="1288"]] 111 + 112 +step2: 113 + 114 +[[image:1730432353580-466.png||height="624" width="1288"]] 115 + 116 +step3: 117 + 118 +[[image:1730432390086-645.png||height="625" width="1287"]] 119 + 120 +step4: 121 + 122 +[[image:1730430251352-545.png||height="617" width="1255"]] 123 + 124 +step5: 125 + 126 +[[image:1730432478951-944.png||height="611" width="1255"]] 127 + 128 +Among them: 129 + 130 +When configuring the filter in step 2, the system provides three key types for selection, namely attribute, Timeseries, and constant. When selecting the first two, the key name is a dropdown menu, and you can choose the corresponding attribute name; When selecting a constant, the key name is an input box and you need to input it yourself. The value type is a dropdown selection box, including four types to choose from: string, number, boolean, and date time. 131 + 132 +When configuring the filter in step 4, multiple logics can be added by clicking the add button; Operate as a dropdown selection box, providing various comparison logics; The value is the threshold for comparison. The dynamic comparison threshold configuration can be achieved through the following operations. Note that it is necessary to create the source attributes filled in for the selected dynamic source type in advance (the configuration method is described in [[https:~~/~~/wiki.thingseye.io/xwiki/bin/view/Main/Basic%20configuration%20of%20rule%20chains/>>https://wiki.thingseye.io/xwiki/bin/view/Main/Basic%20configuration%20of%20rule%20chains/]]' **customer attributes **and **tenant attributes**). 133 + 134 +[[image:1730432499743-363.png||height="616" width="1256"]] 135 + 136 +[[image:1730432523117-573.png||height="601" width="1254"]] 137 + 138 +When configuring the condition type in step 5, the system provides three types: simple, duration, and repetition. When selecting the duration, it is necessary to configure the value and time unit of the duration, which can also be configured using dynamic sources; When selecting repetition, it is necessary to configure the number of repetitions, which can also be configured using dynamic sources. 139 + 140 +[[image:1730430875777-103.png||height="628" width="1257"]] 141 + 142 +3.2.2.1 clear alarm 143 + 144 +The configuration and creation steps of alarm clearing rules are exactly the same, only the difference in configuration content is not elaborated here. 145 + 146 +=== 3.2.3 replace device profile === 147 + 148 +[[image:1735616521358-230.png||height="626" width="1260"]]