Downlink command to get energies A-, R+, R- (II - III quadrant) for a previous day at 00:00 hours by 4 tariffs (T1-T4).
A-
R+
R-
T1
T4
import * as getEnergyExportDayPrevious from 'jooby-codec/mtx3/commands/downlink/getEnergyExportDayPrevious.js';const bytes = getEnergyExportDayPrevious.toBytes();// command binary representationconsole.log(bytes);// output:[80, 0] Copy
import * as getEnergyExportDayPrevious from 'jooby-codec/mtx3/commands/downlink/getEnergyExportDayPrevious.js';const bytes = getEnergyExportDayPrevious.toBytes();// command binary representationconsole.log(bytes);// output:[80, 0]
Command format documentation
Downlink command to get energies
A-
,R+
,R-
(II - III quadrant) for a previous day at 00:00 hours by 4 tariffs (T1
-T4
).Example
Command format documentation