You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This property indicates the manufacturer code as an integer.
uid
String
This property indicates the unique ID defined by the manufacturer as hexadecimal representation.
name
String
This property indicates the manufacturer name corresponding to the manufacturer code. If the name corresponding to the code is not known, this value is set to an empty string.
The mapping of manufacturer code and name are not disclosed by ECHONET CONSORTIUM. For now, the mapping is really poor because it depends on the devices I have personally. If you try this EPC, please let me know the code and the web page that the device is introduced.
Fault content
EPC: 0x89
Property
Type
Description
code1
Number
Fault description code (Higher-order byte)
code2
Number
Fault description code (Lower-order byte)
desc
String
Fault description
The Fault content is expressed using 2 bytes (code1 and code2).
Unique identifier data
EPC: 0xBF
Property
Type
Description
uid
Number
This property indicates the unique identifier data as 2 bytes hexadecimal representation (e.g. "FFFF").
Number of self-node instances
EPC: 0xD3
Property
Type
Description
num
Number
This property indicates the total number of instances held by self-node.
The value of the num property must be an integer in the range of 0 to 0xFFFFFF.
Number of self-node classes
EPC: 0xD4
Property
Type
Description
num
Number
This property indicates the total number of classes held by self-node.
The value of the num property must be an integer in the range of 0 to 0xFFFF.
Instance list notification
EPC: 0xD5
Property
Type
Description
list
Array
This property indicates the list of the EOJs (a set of class group code, class code, and instance code) when self-node instance configuration is changed.
Each EOJ must be an Array consisting of 3 codes (class group code, class code, and instance code). That is, the value of list is an Array consisting multiple Array. The structure of this EDT object looks like this:
This property indicates the self-node instance list. The list consists of the EOJs (a set of class group code, class code, and instance code).
Each EOJ must be an Array consisting of 3 codes (class group code, class code, and instance code). That is, the value of list is an Array consisting multiple Array. The structure of this EDT object looks like this:
This property indicates the self-node class list. Each element in the list consists class group code and class code.
Each set must be an Array consisting of 2 codes (class group code and class code). That is, the value of list is an Array consisting multiple Array. The structure of this EDT object looks like this: