LpHumiditySensor
The LpHumiditySensor component is responsible for configuration of the humidity sensor and reading its value.
The LpHumiditySensor component has the following slots:
- Status: shows the point’s status;
- Fault Cause: shows the fault cause description;
- Fault Status: shows the point error status (true: point read/write error);
- Enable: enables or disables the point (true: enabled, false: disabled);
- Poll Frequency: allows to set the reading poll frequency (fast, normal, slow);
- Displaying Mode: allows to set the display mode (RealValue: the Out value is divided by 10, RegisterValue: the value is taken directly from the register);
- Out: the humidity sensor value;
- Display Name: allows to set the humidity sensor display name on the LCD display (up to 4 characters, only ASCII characters);
- Visibility: activates or inactivates the humidity sensor value on display;
- Decimal Point: allows to activate or disactivate the decimal place on the display (inactive or displays decimal point on first, second or third position);
- Sensor Offset: sets the humidity sensor offset value;
- Sensor Filter: sets the humidity sensor reading filter time in seconds;
- Config Trigger: sends configuration parameters to the device components on rising edge.
The LpHumiditySensor component has the following right-click menu actions:
- Read: reads the remote device humidity sensor value and updates the Out slot;
- Read Config: reads configuration parameters from the LP panel (Display Name, Visibility, Decimal Point, Sensor Offset, Sensor Filter);
- Write Config: writes configuration parameters to the LP panel (Display Name, Visibility, Decimal Point, Sensor Offset, Sensor Filter).