일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- raspberry pi
- 나스닥
- Home Assistant
- Espressif
- Apple
- SK텔레콤
- 현대통신
- 주식
- MQTT
- homebridge
- 월패드
- RS-485
- matter
- 매터
- 국내주식
- Python
- 공모주
- Bestin
- ConnectedHomeIP
- 미국주식
- 빅데이터분석기사
- 애플
- 라즈베리파이
- 홈네트워크
- 배당
- 파이썬
- 힐스테이트 광교산
- 해외주식
- cluster
- esp32
- Today
- Total
YOGYUI
Matter Specification - Water Content Measurement Clusters 본문
Matter :: Water Content Measurement Clusters
This is a base cluster. The server cluster provides an interface to water content measurement functionality. The measurement is reportable and may be configured for reporting. Water content measurements include, but are not limited to, leaf wetness, relative humidity, and soil moisture.
일반적인 상대습도 센서 뿐만 아니라 식물의 잎사귀 습도 센서, 토양 수분 센서 등 농작물 관리 IoT 디바이스를 위한 클러스
1. Classification
Hierarchy | Role | Scope | PICS Code |
Base | Application | Endpoint | RH |
2. Identifier
Identifier | Name | Measurement Type |
0x0405 | Relative Humidity Measurement | Percentage of water in the air |
0x0407 | Leaf Wetness Measurement | Percentage of water in the leaves of plants |
0x0408 | Soil Moisture Measurement | Percentage of water in the soil |
3. Attributes
3.1. Measured Value
ID | Name | Type | Constraint | Quality | Default | Access | Conformance |
0x0000 | MeasuredValue | uint16 | MinMeasuredValue to MaxMeasuredValue | XP | R V | M |
MeasuredValue represents the water content in % as follows:
MeasuredValue = 100 x water content
Where 0% < = water content < = 100%, corresponding to a MeasuredValue in the range 0 to 10000.
The maximum resolution this format allows is 0.01%.
MinMeasuredValue and MaxMeasuredValue define the range of the sensor.
The null value indicates that the measurement is unknown, otherwise the range SHALL be as
described in Measured Value.
MeasuredValue is updated continuously as new measurements are made.
3.2. Min Measured Value
ID | Name | Type | Constraint | Quality | Default | Access | Conformance |
0x0001 | MinMeasuredValue | uint16 | 0 to MaxMeasuredValue-1 |
X | R V | M |
The MinMeasuredValue attribute indicates the minimum value of MeasuredValue that can be measured. The null value means this attribute is not defined. See Measured Value for more details.
3.3. Max Measured Value
ID | Name | Type | Constraint | Quality | Default | Access | Conformance |
0x0002 | MaxMeasuredValue | uint16 | MinMeasuredValue+1 to 10000 | X | R V | M |
The MaxMeasuredValue attribute indicates the maximum value of MeasuredValue that can be measured. The null value means this attribute is not defined. See Measured Value for more details.
3.4. Tolerance
ID | Name | Type | Constraint | Quality | Default | Access | Conformance |
0x0003 | Tolerance | uint16 | 0 to 2048 | R V | O |
See Measured Value.
4. Measured Value
4.1. Constraint
Where MinMeasuredValue or MaxMeasuredValue attributes are mandatory the null value MAY be used to indicate that a limit is unknown.
For any measurement cluster with MeasuredValue, MinMeasuredValue and MaxMeasuredValue attributes, the following SHALL be always be true:
- If MinMeasuredValue and MaxMeasuredValue are both known, then MaxMeasuredValue SHALL be greater than MinMeasuredValue.
- If MaxMeasuredValue is known, then MeasuredValue SHALL be less than or equal to MaxMeasuredValue.
- If MinMeasuredValue is known, then MeasuredValue SHALL be greater than or equal to MinMeasuredValue.
4.2. Tolerance
For any measurement cluster with a MeasuredValue and Tolerance attribute, when Tolerance is implemented the following SHALL always be true:
- The Tolerance attribute SHALL indicate the magnitude of the possible error that is associated with MeasuredValue attribute, using the same units and resolution. The true value SHALL be in the range (MeasuredValue – Tolerance) to (MeasuredValue + Tolerance).
- If known, the true value SHALL never be outside the possible physical range. Some examples:
- a temperature SHALL NOT be below absolute zero
- a concentration SHALL NOT be negative
'홈네트워크(IoT) > Matter' 카테고리의 다른 글
Matter Specification - Illuminance Measurement Cluster (0) | 2024.02.19 |
---|---|
Matter Specification - Pressure Measurement Cluster (0) | 2024.02.18 |
Matter Specification - Concentration Measurement Clusters (0) | 2024.02.13 |
Matter Specification - Temperature Measurement Cluster (0) | 2024.02.13 |
[ESP32] Pre-Provisioned Matter PAI, DAC 인증서 확인 (0) | 2024.02.02 |