- Platform information:
- Hardware: Raspberry Pi3
- OS: Raspbian GNU/Linux 10 (buster)
- openHAB version: openHAB 2.4.0-1
A few days ago openHAB stopped reading my .thing file and as a result, no longer registers any of my Wemo switches, Hue lights or geo positioning
If I go to http://192.168.0.48:8080/paperui/index.html#/configuration/things it shows all these items as being online, but they remain inactive from the main openhab interface.
Any one else experienced this? Is there a solution?
Anything in the logs ?
Lots of stuff about light settings not working because sunrise/sunset settings are not set due to geo positioning not being set.
2024-07-03 14:14:00.120 [ERROR] [ntime.internal.engine.ExecuteRuleJob] - Error during the execution of rule ‘turn on living room light in the morning’: H != java.lang.String
This is the log from the cache folder
!ENTRY org.eclipse.osgi 4 0 2024-07-05 07:43:32.712
!MESSAGE Error stopping the framework.
!STACK 0
org.osgi.framework.BundleException: Could not lock the system bundle state for shutdown.
at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:225)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
at java.lang.Thread.run(Thread.java:748)