Release 3.0.3
[3.0.3] - 2025-05-19
New plugins
A Matterbridge plugin that connects Dyson robot vacuums and air treatment devices.
to the Matter smart home ecosystem via their local MQTT APIs.
AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
Added
- [virtual] Added virtual devices configuration mode in the Matterbridge Settings: 'Disabled', 'Light', 'Outlet', 'Switch', 'Mounted_switch'. Switch is not supported by Alexa. Mounted Switch is not supported by Apple.
- [deviceTypes] Added evse, waterHeater, solarPower, batteryStorage and heatPump device type.
- [waterHeater] Added WaterHeater class to create a Water Heater Device Type in one line of code (thanks https://github.com/lboue).
- [subscribe] Added a third parameter context (provisional implementation: when "context.offline === true" then this is a change coming from the device).
Changed
- [package]: Updated dependencies.
- [export]: Removed long deprecated Matter exports from matterbridge. Use matterbridge/matter.
- [matterbridge]: Refactored initialize() and cleanup() methods.
- [matterbridge]: Updated -help informations.
- [rvc]: Added the parameters in the RoboticVacuumCleaner class constructor.