Dear all,
Since yesterday, suddenly Openhab 5 on my Raspberry Pi 5 seems to no longer be scanning the files containing things, items, rules, etc.
Yesterday I only did a reboot after commenting out a rule.
Today I updated to 5.0.1 and to the JDK:
openjdk 21.0.8 2025-07-15 LTS
OpenJDK Runtime Environment Temurin-21.0.8+9 (build 21.0.8+9-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.8+9 (build 21.0.8+9-LTS, mixed mode, sharing)
I also applied the permissions fix and updated the operating system.
I don’t know if it might help, but another strange behavior is that if I add a thing from the admin interface (for example my MyHomeServer BTicino with the Openwebnet binding) it goes into ONLINE state (good). However, as soon as I restart the openhab service, this same device goes into a “NOT YET READY” state. The curious thing is that if I do a “duplicate thing” from the admin interface, I then get one thing in “NOT YET READY” (the old one) and one thing “ONLINE” (the new one).
As soon as I reboot again, both are in “NOT YET READY”.
I have about 100 things, all in the “NOT YET READY” state, and in the openhab logs (/var/log/openhab.log) I no longer see the messages where the system used to say it had loaded the *.things, *.items, *.rules files.
In BasicUI I get a message saying that there is no sitemap to load, but in reality everything is fine, just like it was until two days ago.
Do you have any ideas? After a few hours of attempts, I’ve run out of them.
Thank you very much,
Ivan
P.S.
This is my log file; it never grows after starting the system.
At the karaf console level I have the whole system with the log verbosity set to INFO.
2025-08-20 16:47:10.741 [INFO ] [org.openhab.core.Activator ] - Starting openHAB 5.0.1 (Release Build)
2025-08-20 16:47:11.252 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Time zone set to ‘Europe/Rome’.
2025-08-20 16:47:11.259 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Location set to ‘46.16616130300258,13.27068749240425’.
2025-08-20 16:47:11.260 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Locale set to ‘it_IT’.
2025-08-20 16:47:11.262 [INFO ] [.core.internal.i18n.I18nProviderImpl] - Measurement system set to ‘SI’.
2025-08-20 16:47:18.966 [INFO ] [.core.model.lsp.internal.ModelServer] - Started Language Server Protocol (LSP) service on port 5007
2025-08-20 16:47:24.075 [INFO ] [al.discovery.BusGatewayUpnpDiscovery] - Found BTicino device: not an OpenWebNet gateway or not supported (UDN=pnp-smartdes-2_6-00:03:50:A8:DB:F1)
2025-08-20 16:47:26.798 [INFO ] [.influxdb.InfluxDBPersistenceService] - InfluxDB persistence service started.
2025-08-20 16:47:26.898 [INFO ] [ab.ui.habpanel.internal.HABPanelTile] - Started HABPanel at /habpanel
2025-08-20 16:47:26.902 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = fd…fe, base URL = ``http://localhost:8080``)