ioBroker.matter
ioBroker.matter copied to clipboard
Show the current Subscription interval and allow to set a user defined one
... could help for battery issues
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
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
SDK bug https://github.com/project-chip/connectedhomeip/issues/35991 prevents correctly setting for Matter <1.3 devices in any case
Ok 09.5.1 will only show the setting if matter version is >= 1.3
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.