NEWS
ioBroker-Matter Adapter
-
0.4.10:
- Fixed Thermostat limit initialization and Mode error
- Fixed Matter Event handling when mapped to an ioBroker state (e.g.GenericSwitch)
- Fixed Device type detection by really preferring the preferred type
-
0.4.11 released
- Fixed caching issues in device type detection
- Added Debug info icon for Devices and Bridges
-
0.4.12:
- Added the "copy to clipboard" button in the debug dialog
- Updated matter.js with performance and Memory usage optimizations (and Tasmota pairing workaround)
- Reworked Type detection in Backend and for Channel/Device detection type in UI, now multiple devicetypes are offered with most complex one pre-selected
- Handle Matter ColorTemperature Lights as a Color capable light to also allow CT-Lights with Hue support
- Added BOOST endpoint as switch when exposing Thermostats with Boost state
- Optimized some dimmer/level management for light devices without dimmer state
0.4.13
- Added support for Door state feature for Devices and Controllers
- Fixed Thermostat creation with Boost state
-
0.4.14
- Improved stability and connection reliability (matter.js updated)
- Sort enum entries to improve detection quality when adding new devices
-
0.4.15
- Added Button display and control in the UI
- Updates matter.js to optimize and add persisted subscriptions
- Fixed states-list initializations for controller states
- Fixed initialization issue when initial device connection for controller was not finished
- Adjusted connection display when reconnecting to a node to red in UI
-
0.5.0
- IMPORTANT: Increase Node.js requirement to at least 20.x because else BLE currently does not work
- (@Apollon77) Added info log message when device decided for a different subscription interval
- (@GermanBluefox) Added expert mode to GUI
- (@GermanBluefox) GUI optimizations
- (@Apollon77) Upgrade Matter support to 1.4
- (@Apollon77) Upgrade type detector and usage for better automatic detection results
- (@Apollon77) Included Battery state in attribute polling and changed default interval to 24h if device is battery bowered
- (@Apollon77) Shows subscription maximum interval of the node in the connection-infos
- (@Apollon77) Allows to overwrite the default subscription maximum interval send to the device in Node settings
- (@Apollon77) Considers also the BatteryAlarm state of Smoke-CO sensors when determine LOWBAT state
- (@Apollon77) Updates the connection state of Controller devices as soon as alive triggers or data updates come in
- (@Apollon77) For Lock devices the SET state is synced with ACTUAL
-
0.5.1
- (@Apollon77) Updated matter.js to 0.14 with many performance- and other improvements
-
0.5.2 (2025-08-03)
- (@Apollon77) Updated matter.js to 0.15.2 with many performance- and other improvements
- (@GermanBluefox) Corrected the checking of the licenses if they were stacked
- (Apollon77) Use attributes from cache instead of requesting them from the device
- (Apollon77) Ignoring invalid min/max for color temperature from objects
- (Apollon77) Prevents update loops for Thermostat on/off state changes
- (Apollon77) Fixes invalid color state updates when multiple attributes are adjusted together
- (Apollon77) Rounds RSSI values to prevent digits
-
0.5.4 (2025-10-07)
- (@Apollon77) Updated matter.js to 0.15.5
0.5.3 (2025-09-20)
- (@Apollon77) Updated matter.js to 0.15.4
-
0.5.5 (2025-10-16)
- (@Apollon77) Optimizes Battery drain information
- (@Apollon77) Correctly shows "in progress changes" in UI when adjusting devices to ovoid overlapping actions
- (@Apollon77) Fix HSV to RGB calculation for some cases
- (@Apollon77) Updated matter.js to 0.15.6
- (@Apollon77) Optimizes shutdown process to ensure everything is properly closed