Absolute Newbie: trying to add bindings

Then that isn’t a full backup. If all we are talking about is openHAB, using sudo openhab-cli backup will capture all of your OH configs.

Assuming that’s the case, the bigger question would be how did it get corrupted in the first place?

The most likely place such a setting would be stored, assuming it’s not buried in a .kar file somewhere, is userdata/etc. You can compare the contents of those files with the with the default ones here and here.

Somehow all that seems ormal and still i don’t get the official plugins… somethng extremely strange is broken at my side… Most probably I will really have to go through a fresh install…
(Sometimes I wish I never changed to OH 4… with OH3 everything was running smooth :-))

I have the things again…

what did I (have) to do…

I did update from OH 4.0.3 to OH4.0.4… After that OH didn’t want to start at all, claiming, that it is missing some URL in somewhere…

then after some try and error, did

openhab-cli clean-chache

in between it needs a stop of OH before and a start of it after… Now it’s normal again…

So most prbably ‘openhab-cli clean-chache’ would have solved the issue.

edit:[somehow I write confusing things, so here solution I did in readable]

  1. Upgrade to next stable version of OH [not necessary I asume]
  2. stop obenhabservice
    sudo stop openhab.service
  3. clean cache
    openhab-cli clean chache
  4. start openhab service
    sudo start openhab.service
1 Like