Re: HTTP Umstellung V1 => V3
Verfasst: 8. Sep 2021 00:12
Määp- Das kann aber nicht stimmen. Die Logs sind nicht in chronologischer Reihenfolge.
Code: Alles auswählen
2021-09-08 14:35:55.179 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_IN' changed from 22,82 to 23,20
[...]
2021-09-08 14:35:55.210 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_OUT' changed from 2320 to 23.2
[...]
2021-09-08 14:36:59.520 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_OUT' changed from 23.2 to 2320
[...]
2021-09-08 14:37:59.513 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_OUT' changed from 2320 to 2340
2021-09-08 14:37:59.513 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_IN' changed from 23,20 to 23,40
[...]
2021-09-08 14:37:59.560 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_OUT' changed from 2340 to 23.4
Code: Alles auswählen
2021-09-08 14:34:59.602 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: LWZHochdruck_IN
2021-09-08 14:34:59.602 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: 22,82
2021-09-08 14:34:59.618 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Item Out: LWZHochdruck_OUT
2021-09-08 14:34:59.618 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - stringValue: 22.82 Value: 22.82
[...]
2021-09-08 14:35:55.210 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: LWZHochdruck_IN
2021-09-08 14:35:55.210 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: 23,20
2021-09-08 14:35:55.210 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Item Out: LWZHochdruck_OUT
2021-09-08 14:35:55.210 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - stringValue: 23.20 Value: 23.2
[...]
2021-09-08 14:37:59.544 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: LWZHochdruck_IN
2021-09-08 14:37:59.544 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: 23,40
2021-09-08 14:37:59.560 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Item Out: LWZHochdruck_OUT
2021-09-08 14:37:59.560 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - stringValue: 23.40 Value: 23.4
Code: Alles auswählen
2021-09-08 14:34:59.602 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: 22,82
2021-09-08 14:34:59.602 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: LWZHochdruck_IN
2021-09-08 14:34:59.618 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Item Out: LWZHochdruck_OUT
2021-09-08 14:34:59.618 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - stringValue: 22.82 Value: 22.82
2021-09-08 14:35:55.179 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_IN' changed from 22,82 to 23,20
2021-09-08 14:35:55.210 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Item Out: LWZHochdruck_OUT
2021-09-08 14:35:55.210 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: 23,20
2021-09-08 14:35:55.210 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: LWZHochdruck_IN
2021-09-08 14:35:55.210 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - stringValue: 23.20 Value: 23.2
2021-09-08 14:35:55.210 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_OUT' changed from 2320 to 23.2
2021-09-08 14:36:59.520 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_OUT' changed from 23.2 to 2320
2021-09-08 14:37:59.513 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_IN' changed from 23,20 to 23,40
2021-09-08 14:37:59.513 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_OUT' changed from 2320 to 2340
2021-09-08 14:37:59.544 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: 23,40
2021-09-08 14:37:59.544 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Triggerndes Item: LWZHochdruck_IN
2021-09-08 14:37:59.560 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - Item Out: LWZHochdruck_OUT
2021-09-08 14:37:59.560 [INFO ] [nhab.core.model.script.LWZKommaPunkt] - stringValue: 23.40 Value: 23.4
2021-09-08 14:37:59.560 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZHochdruck_OUT' changed from 2340 to 23.4
Code: Alles auswählen
[...]
then
return;
[...]
Code: Alles auswählen
2021-09-08 15:50:57.556 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZAussentemperatur_OUT' changed from 232 to 231
2021-09-08 15:50:57.558 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZAussentemperatur_IN' changed from 23,2 to 23,1
2021-09-08 15:50:57.563 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZRLTemperatur_OUT' changed from 288 to 287
2021-09-08 15:50:57.563 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZRLTemperatur_IN' changed from 28,8 to 28,7
2021-09-08 15:50:57.575 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZWarmwasserIsttemperatur_OUT' changed from 463 to 462
2021-09-08 15:50:57.576 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'LWZWarmwasserIsttemperatur_IN' changed from 46,3 to 46,2
Code: Alles auswählen
openhab> Exception in thread "Thread-15" java.lang.IllegalStateException: Executor has been shut down
at org.apache.sshd.common.util.ValidateUtils.createFormattedException(ValidateUtils.java:213)
at org.apache.sshd.common.util.ValidateUtils.throwIllegalStateException(ValidateUtils.java:207)
at org.apache.sshd.common.util.ValidateUtils.checkState(ValidateUtils.java:184)
at org.apache.sshd.common.util.threads.NoCloseExecutor.execute(NoCloseExecutor.java:100)
at java.base/sun.nio.ch.AsynchronousChannelGroupImpl.executeOnPooledThread(AsynchronousChannelGroupImpl.java:188)
at java.base/sun.nio.ch.Invoker.invokeIndirectly(Invoker.java:213)
at java.base/sun.nio.ch.Invoker.invokeIndirectly(Invoker.java:314)
at java.base/sun.nio.ch.WindowsAsynchronousServerSocketChannelImpl$AcceptTask.failed(WindowsAsynchronousServerSocketChannelImpl.java:286)
at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:389)
at java.base/java.lang.Thread.run(Thread.java:829)