Reset WAGO day register

Hello

I use HA to read the values from a WAGO 879-3000 energy meter, which works without any problems so far. Communication is via a Wafeshare RS485 to Ethernet module.

I would like to reset the daily register, unfortunately all my attempts have failed so far.

The documentation says I should reset register 6049, but what exactly do I need to enter.

In any case, the following does not work.

action: modbus.write_register
metadata: {}
data:
  hub: wago_hub
  slave: 1
  address: 0x6049
  value: [0x0000]

Problem solved, it works with the following command:

action: modbus.write_register
metadata: {}
data:
  hub: wago_hub
  slave: 1
  address: 0x6049
  value: [0x0002,0x0004,0x0000,0x0000]