Open pawelsn opened 3 years ago
Sporadically it happens that RX and TX Total is lower then from previous readout.
I do recommend to add in the function async def async_get_bytes_total(self, use_cache=True) in the asuswrt.py check for it to disregard corrupted updates.
async def async_get_bytes_total(self, use_cache=True)
asuswrt.py
Sporadically it happens that RX and TX Total is lower then from previous readout.
I do recommend to add in the function
async def async_get_bytes_total(self, use_cache=True)
in theasuswrt.py
check for it to disregard corrupted updates.