UPNP received sensor stops

The upnp component correctly found my Synology router. Various sensors appear and report back the attributes correctly. However I have run into an issue.

One sensor is bytes received and it works up to a point. Always at exactly 4294967295 it just stops. Restarting home assistant it will just return that value and no longer update.

If I restart the router the value will return to 0 but then when it reaches that exact figure again it will stop. I have not tested the same with bytes sent as I haven’t waited enough time for it to reach that amount.

Has anyone had any experience regarding this or shed some light on what can be done to make it function continuously?

I have the same problem. Seems like the maximum value in the database is 4294967295
I would like a fix or a way to count MB instead of B ie divide by 8 twice before saving to database.
I dont know if the router is at fault tough, How can one get the UPNP data manually to inspect ?

I have done a little testing and it seems that it’s my router reporting only up to 4294967295 . So I guess there is nothing to do here.