Suddenly all my online devices were duplicated, they all have the same IP and MAC addresses:
All old ones are marked as offline.
To fix this, I did the following:
delete from history where known = 0;
delete from now where known = 0;
It seems to be working now, but this is pretty concerning. Why the tables even allow to have multiple entries with the same IP and MAC?
Right before that happened there were many errors like this in the container logs:
2025/07/25 23:29:02 ERROR database is locked (5) (SQLITE_BUSY)
This error also pops up occasionally here and there.
Suddenly all my online devices were duplicated, they all have the same IP and MAC addresses:
All old ones are marked as offline.
To fix this, I did the following:
It seems to be working now, but this is pretty concerning. Why the tables even allow to have multiple entries with the same IP and MAC?
Right before that happened there were many errors like this in the container logs:
This error also pops up occasionally here and there.