ROB_200-007-0 does not update battery-level after replacement

This switch did run out of battery so I replaced with a new battery of the correct type. It showed Red led if pressing a button when on the old battery.
After battery replacement it keeps showing green light on the switch itself like it did before.
So looks internally ok with the new battery.

However the battery level in deCONZ for this device still shows red.
Where all the others devices (mostly sensors) show green like it should.
Some of the sensors have had a battery replacement in the past and that was reflected ok after a day or so.
So somehow the new battery status is not updated, even after two weeks.
What’s the best step to take here?

I’m new on understand DDE code, looking into the DDE of this switch shows battery Read - 4000 s which looks to me it needs to update this every 1+ hr. which in this case is clearly not done.

The device is working ? Some sensors need to be re-included after a battery change.
The DDF have no impact on the GUI, but it update the API, what is the battery value in the API (visible in phoscon for exemple)

And you are right, the device need to make normal report according to report

          "min": 60,
          "max": 3600,
          "change": "0x00000001"

If this one fail, deconz will ask itself every 4000s, but the device is a lazy device, deconz need to wait a moment where the device is awake, and it can fail.