You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.0.5] - 2025-03-19
Added
[config] Added action: manually add a device with IP address. It allows to add the devices that are not discovered on the network with the mdns.
[config] Added action: remove a device from the storage with its device id. It allows to remove from the storage a single device when it has been removed from the network.
[config] Added action: scan network. It will send a mdns request on the network.
[mdns] Added a fully automatic IP change detection when the device is discovered on a different IP (no need to restart).
[shelly] Verified AZ Plug Gen3.
[shelly] Verified PlugSG3 Matter Gen3.
[BLU]: Verified new BLU firmware 1.0.22 on all BLU devices.
[TRV]: Verified new BLU TRV firmware 1.2.1.
Removed
[fetch]: Removed node-fetch package and use the global fetch.
Changed
[config] Removed enableConfigDiscover and deviceIp. Replaced by a config action (manually add a device with IP address).