Ble Sensors

  1. Ble sensors

To display sensors in the main panel of the object, select the "BLE sensors" element in the menu. A panel of visible sensors will be displayed on the screen. Sensors for which the data processing "State" is assigned are displayed on a green background. To set/change the processing mode of the sensor, click on the line corresponding to it. A panel with information about the sensor will be displayed on the screen. To set/change the processing mode of the sensor, select the processing mode in the "State" field.

Sensor processing modes:

Ignore

These sensors do not appear in the visible sensors panel. To display these sensors in the panel header, click on the Ignored link.

Skip

Sensors are displayed in the visible panel, but their parameters are not processed in any way.

Data

The parameters of these sensors are added to the attributes of the main object. The format of these attributes is BLE_IDENT_PARAM. Example:
BLE_BC5729004CE1_B = 3.6
BLE_BC5729004CE1_T = 17.1
BLE_BC5729004CE2_T = 18.3
In a script, you can add these attributes to the main object's tooltip. Example:
Attr Double BLE_BC5729004CE1_T "Temperature - Kitchen"
Attr Double BLE_BC5729004CE2_T "Temperature - Bed Room"

Link

The processing of these sensors is similar to the processing of Data sensors. In this case, the RSSI parameter is additionally controlled. If it is less than -150, then a notification like: "BLE_BC5729004CE1 is gone" is generated. The same message is generated if information from the sensor is not received for more than 5 minutes

Sens

The processing of these sensors is similar to the processing of Data sensors. But for this type, a separate object is created in the service and the sensor parameters are stored in it as:
B = 3.6
T = 17.1

Tag

Separate objects are created for this type of sensors. When information about a sensor appears in a certain collector of sensors, information about its appearance within the visibility of this collector is added. Parameter display format:
GATEID = 5478
GATENAME = BLE Gate 1


Objects for Sens and Tag are created in the same group as the corresponding BLE Gate.

Back Directory

top