Downlink command to get energies A- for MTX1 and A-, R+, R- (II - III quadrant) for MTX3 for 4 tariffs (T1-T4) for a given month.
A-
MTX1
R+
R-
II
III
MTX3
T1
T4
Supported in MTX1 and MTX3 devices.
import * as getMonthDemandExport from 'jooby-codec/mtx1/commands/downlink/getMonthDemandExport.js';const parameters = { year: 24, month: 3};const bytes = getMonthDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[82, 2, 24, 3] Copy
import * as getMonthDemandExport from 'jooby-codec/mtx1/commands/downlink/getMonthDemandExport.js';const parameters = { year: 24, month: 3};const bytes = getMonthDemandExport.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[82, 2, 24, 3]
Command format documentation
Downlink command to get energies
A-
forMTX1
andA-
,R+
,R-
(II
-III
quadrant) forMTX3
for 4 tariffs (T1
-T4
) for a given month.Supported in MTX1 and MTX3 devices.
Example
Command format documentation