After updating from 2.5.7 to 2.5.8 i had some issues…still not soluted is the doorbird problem. i have the thing online in paperui, in the log it will be loaded without problems… i only have some error logs like: Cannot retrieve item “Doorbell_MotionImage for widget”… i also created some custom widget with this items to sho in hab panel…
but in the standard sitemap no images are shown too and i cannot open the door or something else… it seems that there is no connection.
any idea ?
could it be the new 2.5.8 binding? maybe a bug ? cannor i downgrade to the 2.5.7 binding and if, how ?
This means the openHAB framework cannot find the Item by that name. The message is usually prompted by a UI asking to display it.
This has nothing to do with any bindings.
“Missing Items” are often seen after an upgrade, when the system cache has been cleared. It sometimes takes 2 or 3 restarts to repopulate that cache.
Then a few restarts with sudo systemctl restart openhab2 but give OH time to fully load up between each restart.
If you want to down grade the binding version then uninstall it from PaperUI and use a jar file. Place the jar in usr/share/openhab2/addons then restart OH.
Thanks guys, will check this but i made already 4 or 5 restarts… and nothing! i think i will try to downgrade! i use openhab in containerstation on a qnap nas… works already fine… except after this upgrade…
i will report tomorrow.
solved! i missed an additionalname from the things config in the items names… but strange: i didnt changed something and in 2.5.7 it was running…
thanks