- Class group code:
0x00
The node-echonet-lite module support the classes in this class group as follows:
- Temperature sensor class (Class code:
0x11
) - Humidity sensor class (Class code:
0x12
) - Electric energy sensor class (Class code:
0x22
) - Air pressure sensor class (Class code:
0x2D
)
- Class group code:
0x00
- Class code:
0x11
- EPC:
0x80
Property | Type | Description |
---|---|---|
status |
Boolean | This property indicates the ON/OFF status. If the ON/OFF status is ON, this value is true , otherwise false . |
- EPC:
0xE0
Property | Type | Description |
---|---|---|
temperature |
Number | This property indicates the measured temperature value. The temperature in units of Celsius. |
- Class group code:
0x00
- Class code:
0x12
- EPC:
0x80
Property | Type | Description |
---|---|---|
status |
Boolean | This property indicates the ON/OFF status. If the ON/OFF status is ON, this value is true , otherwise false . |
- EPC:
0xE0
Property | Type | Description |
---|---|---|
humidity |
Number | This property indicates measured value of relative humidity in %. |
- Class group code:
0x00
- Class code:
0x22
- EPC:
0x80
Property | Type | Description |
---|---|---|
status |
Boolean | This property indicates the ON/OFF status. If the ON/OFF status is ON, this value is true , otherwise false . |
- EPC:
0xE0
Property | Type | Description |
---|---|---|
energy |
Number | This property indicates cumulative amounts of electric energy in 0.001kWh. |
- EPC:
0xE1
Property | Type | Description |
---|---|---|
energy |
Number | This property indicates measured instantaneous electric energy in watts. |
- EPC:
0xE2
Property | Type | Description |
---|---|---|
energy |
Number | This property indicates instantaneous electric energy in units of 0.1 W. |
- EPC:
0xE3
Property | Type | Description |
---|---|---|
energy |
Number | This property indicates instantaneous electric energy in units of 0.1 kW. |
- EPC:
0xE4
Property | Type | Description |
---|---|---|
log |
Array | This property indicates measurement result log of cumulative amounts of electric energy (0.001kWh) for the past 24 hours in 30-minute sections. |
- EPC:
0xE5
Property | Type | Description |
---|---|---|
voltage |
Number | This property indicates effective voltage value in volts. |
- Class group code:
0x00
- Class code:
0x2D
- EPC:
0x80
Property | Type | Description |
---|---|---|
status |
Boolean | This property indicates the ON/OFF status. If the ON/OFF status is ON, this value is true , otherwise false . |
- EPC:
0xE0
Property | Type | Description |
---|---|---|
pressure |
Number | This property indicates air pressure measurements in units of hPa. |