Michael Andres
Michael Andres
I did just hit this problem and I am struggeling find a workaround. Is there a fix planned in bashcov? I would appreciate if somebody could explain what the workaround...
I am using this script which I started in a screen session for now. I am trying to get this working also as a systemd service but wasnt successful sofar....
[2022_6_31_10_21_no_deconz_events.tar.gz](https://github.com/openhab/openhab-addons/files/9228488/2022_6_31_10_21_no_deconz_events.tar.gz) [2022_6_31_10_21_no_deconz_events_recovery.tar.gz](https://github.com/openhab/openhab-addons/files/9228489/2022_6_31_10_21_no_deconz_events_recovery.tar.gz) Data from dead event handling, occurrence, last event seen on 30th of July 11:54am First test switch event seen again after pausing deconz plugin and pressed play again....
Maybe this is related to #9517 I recognized that the server which run openhab does not use ntp and does not run in the same TZ. I corrected that. Lets...
@Owlbertz can you try the nexttime to pause and start again the deconz thing? That always fixes the problem in my case.
Today it failed again after a few hours. I see this error message. Looks like the channel is not restarted after that error. ``` `2022-08-05 11:44:36.750 [TRACE] [internal.handler.DeconzBridgeHandler] - deconz:deconz:a3e5e5988e...
[openhab.log](https://github.com/openhab/openhab-addons/files/9271046/openhab.log) [events.log](https://github.com/openhab/openhab-addons/files/9271048/events.log) Last successful sensor update was on 11:33
Found a workaround to make deconz reliably work. I wrote a script which restarts the deconz plugin when the error message shows up in the openhab.log. You need to start...
 ``` } else if (t instanceof SocketTimeoutException || t instanceof TimeoutException || t instanceof CompletionException) { logger.debug("Get full state failed", t); } else { ``` So instead of just...
Looks like I have that problem now. Not sure if it was caused by one of the resent updates. bats debugging used to work great and now I cannot debug...