ioBroker.matter icon indicating copy to clipboard operation
ioBroker.matter copied to clipboard

Show the current Subscription interval and allow to set a user defined one

Open Apollon77 opened this issue 6 months ago • 2 comments
trafficstars

... could help for battery issues

Apollon77 avatar Apr 26 '25 16:04 Apollon77

Subscription interval is shown in the connection details of the node. The subscription interval can be overwritten in the node settings. Both in 0.5.0

Apollon77 avatar Apr 27 '25 16:04 Apollon77

matter 0.5.0

In UI it is possible to see current Subscription interval in connection status (clicking on Thread/Wifi Icon) and it is possible set Subscription interval in node configuration.

If a value for subscription interval is set which is not supported by the device the following information is shown in log: 2025-05-04 20:35:23.648 - info: matter.0 (66329) Node "3040244687183875402" subscription interval was requested with 700s but device returned 300s

Proposal:

  • Change info to warning to inform user that the changed configuration is not supported
  • If new value is not supported set 0 (for default value of the device) in the node configuration for subscription interval

Feuer-sturm avatar May 04 '25 19:05 Feuer-sturm

SDK bug https://github.com/project-chip/connectedhomeip/issues/35991 prevents correctly setting for Matter <1.3 devices in any case

Apollon77 avatar May 24 '25 07:05 Apollon77

Ok 09.5.1 will only show the setting if matter version is >= 1.3

Apollon77 avatar Jun 06 '25 12:06 Apollon77

iobroker matter 0.5.2

  • not possible to change subscription interval for devices based on specification 1.2.0 and 1.3.0 -> ok

@Apollon77 I think we can close this issue.

Feuer-sturm avatar Aug 03 '25 22:08 Feuer-sturm