[2.2.6] - 2025-04-01
Added
- [matterbridge]: New plugin matterbridge-webhooks.
- [ipv4address]: The ipv4address entered by the user on the command line or on the frontend is validated on startup. If the value is not correct an error message is logged and the parameter is discarded.
- [ipv6address]: The ipv6address entered by the user on the command line or on the frontend is validated on startup. If the value is not correct an error message is logged and the parameter is discarded.
- [shelly-board]: For Shelly board only: added Network configuration reset and Factory reset.
Changed
- [commissionig]: If the bridge is not paired, when the advertising stops (after 15 minutes from start) the QR code is hidden and a notification is displayed.
- [package]: Update dependencies.
- [package]: Update matter.js to 0.12.6.
Fixed
- [ipv6address]: The ipv6address can be entered in the frontend with the scopeid. On Windows the format is ipv6%scopeid (i.e. fe80::5a71:b2f6:7bc8:d00b%8). On Linux the format is ipv6%interfaceName (i.e. fe80::5a71:b2f6:7bc8:d00b%eth0)
- [onOff]: The onOff cluster created from createOnOffClusterServer() is now correct (no Lighting feature).