OH3 Comfoair binding - item not updated

@boehan
Dear Hans

over the last days I noticed something strange and I don’t know where it exactly comes from. So let’s start.

  • OH 3.1.0.M4 - Milestone Build

I have two rules which control the speed of the Airing. Which both are working fine.
Some days ago I implemented another rule that check twice per day the difference between filter runtime and maximum duration. And sends it out as a mail containing

Filterlaufzeit: 2856 aktuell 2401.0, verbleibend 455.0 Stunden.

While the control rules due theire job. At some point to notice rule still gets executed but the value of
comfoair:comfoair:64509ff4:times#filterHours stays the same.

excerpt from event.log:

2021-06-16 12:15:22.301 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2381 h to 2382 h
2021-06-16 13:15:22.187 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2382 h to 2383 h
2021-06-16 14:14:22.572 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2383 h to 2384 h
2021-06-16 15:13:23.656 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2384 h to 2385 h
2021-06-16 16:13:22.832 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2385 h to 2386 h
2021-06-16 17:12:22.809 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2386 h to 2387 h
2021-06-16 18:12:22.886 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2387 h to 2388 h
2021-06-17 07:03:26.200 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2388 h to 2389 h
2021-06-17 08:02:24.976 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2389 h to 2390 h
2021-06-17 09:02:28.461 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2390 h to 2391 h
2021-06-17 10:01:25.043 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2391 h to 2392 h
2021-06-17 11:00:25.817 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2392 h to 2393 h
2021-06-17 12:00:25.997 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2393 h to 2394 h
2021-06-17 12:59:25.979 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2394 h to 2395 h
2021-06-17 13:58:25.558 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2395 h to 2396 h
2021-06-17 14:58:25.434 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2396 h to 2397 h
2021-06-17 15:57:26.313 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2397 h to 2398 h
2021-06-17 16:57:26.589 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2398 h to 2399 h
2021-06-17 17:56:25.263 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2399 h to 2400 h
2021-06-17 18:55:27.950 [vent.ItemStateChangedEvent] - Item 'AiringFilterRun' changed from 2400 h to 2401 h

As you can see from this, it was last updated yesterday in the evening. The value corresponds with the value that I received tonight (2021-06-18) at 18:00

Also other items where stopped to be updated and only the commandItems seem to continue to work.

Kind regards
Stefan

Hi Stefan,
not sure if this is directly related to the binding. Hence, a TRACE log would be helpful to see if the binding is actually pulling the states from the device. Could be that the according thread got stuck.
Also, there were no changes to the binding in OH 3.1.0.M4 (there are some in M5, but those should not be related) so if it was a general binding problem, I’d expect it to have happend more often to others as well.

Hi Hans

I’m also not sure if it is directly related to the binding. This is just the spot that i saw. Meanwhile comfoair runs on TRACE level. And I hope to catch something over the next days.

I’ll update here as soon as I have more.

Edit 03.07.2021:
Currently it looks stable. It seems that another one binding config was the issue for this.