OH5 load issue I don't know how to fix "GenericItemChannelLinkProvider"

I’m try to solve OH startup issues and this one I do’n’t understand. I don’t have a item connected in the GUI. I only use files

2026-01-19 11:02:12.828 [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading DSL model 'OH3all.items'
2026-01-19 11:02:16.002 [WARN ] [ore.common.registry.AbstractRegistry] - Cannot add "ItemChannelLink" with key "HueBadkamerBewegingBatteryLevel -> hue:device:001788fffe639982:f6980ceb-d424-49d6-aa76-2c7d70e45da7:battery-level". It exists already from provider "ManagedItemChannelLinkProvider"! Failed to add a second with the same UID from provider "GenericItemChannelLinkProvider"!

How to solve this?

And yet this error tells you that you somehow have a link between this Itew and this Channel in the JSONDB. You can use the REST API to remove this or you can edit the org.openhab.items.ItemChannelLink (or something like that) to remove this Link from there. If you truely do not intend to have any managed links, you can remove this file and any copy of it from the jsondb/backups folder too (if the file is missing and there is a backup, OH will use the backup).

You should probably check to see what other links are in that file.