here we assume endpoint is 3
,
if the
inquirer doesn’t support multi Channel
this value will be 0)
(Bit Destination End Point = 0x01) (Bit Address =0
;
Destination End Point
range1~3)
Command Class = 0x32
( Command_Class_Meter_V3 = 0x32)
Command =0x05
( Meter_Reset = 0x05)
2-3-5 METER_GET
:
Using meter get command to get the KWH, W, V,
I
, PF from endpoint of PAN04
2-3-5-1 Get KWH from endpoint
Meter_GET example:
COMMAND_CLASS_MULTI_CHANNEL
MULTI_CHANNEL_CMD_ENCAP
Source End Point = 0x05
(this is the endpoint of command inquirer,
here we assume endpoint is 5
,
if the
inquirer doesn’t support multi Channel
this value will be 0)
(Bit Destination End Point = 0x03) (Bit Address =0
;
Destination End Point
range1~3)
Command Class = 0x32
( Command_Class_Meter_V3 = 0x32)
Command =0x01
(Meter_Get = 0x01)
Parameter 1 = 0x00
(Scale = KWH = 0x00)
Accumulated power consumption (KWH) Report example
:
COMMAND_CLASS_MULTI_CHANNEL
MULTI_CHANNEL_CMD_ENCAP
Source End Point = 0x03
(Meter report = Endpoint3)
(Bit Destination End Point = 0x05) (Bit Address =0
;
Destination End Point =
command inquirer’s Endpoint value)
Command Class = 0x32
(Command_Class_Meter_V3 = 0x32)
Command =0x02
(Meter_Report = 0x02)
Parameter 1 = 0x21
(Scale Bit2 = 0
,
Rate Type = 0x01
,
Meter Type=0x01)
Parameter 2 = 0x44
(Precision = 2
,
Scale Bit1Bit0 = 0
,
Size
= 4)
Parameter 3 = 0x00
Accumulated Power Consumption =
0x000005FD = 15.33 KWh
Parameter 4 = 0x00
Parameter 5 = 0x05
Parameter 6 = 0xFD
11