hr3
(Harry)
March 8, 2018, 12:21pm
3
Thanks, it helps to find and solve my problem.
It seams to be a timing/performance problem. The Raspi get slow down if I use a USB-HDD and the application increase.
It’s combined with
opened 12:50PM - 06 Mar 18 UTC
After powerON at Raspi3 openHABian 2.3.0 Build #1218
```
rule "System started"…
when
System started
then
logInfo("_","System started")
...
end
```
```
openhab.log
2018-02-22 07:43:53.141 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2018-02-22 07:43:53.541 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2018-02-22 07:43:54.033 [INFO ] [b.core.service.AbstractActiveService] - Expire Refresh Service has been started
2018-02-22 07:44:11.039 [INFO ] [org.eclipse.smarthome.model.script._] - System started
2018-02-22 07:44:11.039 [INFO ] [org.eclipse.smarthome.model.script._] - System started
2018-02-22 07:44:11.106 [INFO ] [lipse.smarthome.io.net.exec.ExecUtil] - executed commandLine ...
```
After restart or reboot and on windows-installations it runs correctly once.
After power on at Raspi3 openHABian 2.3.0 Build #1218
rule "System started"
when
System started
then
logInfo("_","System started")
...
end
openhab.log
...
2018-02-22 07:43:53.141 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2018-02-22 07:43:53.541 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2018-02-22 07:43:54.033 [INFO ] [b.core.service.AbstractActiveService] - Expire Refresh Service has been started
2018-02-22 07:44:11…
1 Like