Certain things go 'ONLINE' or 'OFFLINE' repeatedly without reporting the opposite state

Hi! I have a handful of things that keep reporting either ONLINE or OFFLINE, without reporting the opposite state. e.g. the ecobee account will report as ONLINE three times at once without a corresponding OFFLINE event. Not shown, but I have some things that also go OFFLINE repeatedly without a corresponding ONLINE in between.

Unsure where to begin to troubleshoot. Any tips?

runtimeInfo:
  version: 4.0.3
  buildString: Release Build
locale: en-US
systemInfo:
  configFolder: /openhab/conf
  userdataFolder: /openhab/userdata
  logFolder: /openhab/userdata/logs
  javaVersion: 17.0.7
  javaVendor: Debian
  osName: Linux
  osVersion: 5.15.0-83-generic
  osArchitecture: amd64
  availableProcessors: 4
  freeMemory: 263630888
  totalMemory: 648019968
  startLevel: 70
2023-09-17 10:35:30.336 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'amazonechocontrol:smartHomeDeviceGroup:account1:amzn1-HomeAutomation-ApplianceGroup-A1J3S3T9NG6UN9-32ae34b2-b41b-963d-963d-9c03e196277a' updated: ONLINE
2023-09-17 10:35:30.338 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'amazonechocontrol:smartHomeDevice:account1:1f4520f0-9b97-9b97-bee6-835590a8a8c6' updated: ONLINE
2023-09-17 10:35:31.606 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'ecobee:account:8b1326f1be' updated: ONLINE
2023-09-17 10:35:31.629 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'myq:garagedoor:XXX:XXX' updated: ONLINE
2023-09-17 10:35:31.631 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'myq:garagedoor:XXX:XXX' updated: ONLINE
2023-09-17 10:35:31.631 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'myq:garagedoor:XXX:XXX' updated: ONLINE
2023-09-17 10:35:51.934 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'amazonechocontrol:smartHomeDeviceGroup:account1:amzn1-HomeAutomation-ApplianceGroup-A1J3S3T9NG6UN9-32ae34b2-b41b-963d-963d-9c03e196277a' updated: ONLINE
2023-09-17 10:36:05.589 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'amazonechocontrol:smartHomeDevice:account1:1f4520f0-9b97-9b97-bee6-835590a8a8c6' updated: ONLINE
2023-09-17 10:36:08.170 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'ecobee:account:8b1326f1be' updated: ONLINE
2023-09-17 10:36:08.417 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'ecobee:account:8b1326f1be' updated: ONLINE
2023-09-17 10:36:40.847 [INFO ] [openhab.event.ThingStatusInfoEvent  ] - Thing 'amazonechocontrol:smartHomeDeviceGroup:account1:amzn1-HomeAutomation-ApplianceGroup-A1J3S3T9NG6UN9-32ae34b2-b41b-963d-963d-9c03e196277a' updated: ONLINE```

There’s nothing you have control over that can address this. File an issue. Start with opebnhab-core though it might eventually need to be filed on the individual add-on(s). The fact that it’s happening for more than one makes me thing there is something else going on.

Of course, the usual, test this with at least OH 4 release, 4.1 M1 would be even better, just to confirm this hasn’t already been fixed.