Skip to content

Releases: FezVrasta/node-red-matter

v0.3.0

04 Sep 12:30
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Let there be light, but dimmed at 30% please

Introducing the "No More Blind Eyes" feature in our latest release! Say goodbye to stumbling in the dark when nature calls at night. Now you can dim the lights and switch them on without giving your eyes a heart attack. Your midnight bathroom adventures just got a lot less dramatic, and a lot more illuminated!

BREAKING CHANGES

  • The matter-device-status and matter-device-control nodes now use a more structured input/output payload.

For simple on/off devices: { on: Boolean | null }, for dimmable ones: { on: Boolean | null, level: number | null }

v0.2.11

01 Sep 10:28
Compare
Choose a tag to compare
v0.2.11 Pre-release
Pre-release
  • matter-device-node configuration form will now properly trigger a validation error in case the node is not properly configured

v0.2.10

01 Sep 09:15
Compare
Choose a tag to compare
v0.2.10 Pre-release
Pre-release
  • Fixed some race conditions
  • Fixed UI issues
  • Better error handling
  • Improved matter-device and matter-aggregator UIs

v0.2.8

31 Aug 12:44
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release
  • Bugs were squashed and now everything is better
  • Node names will be used as Matter default device names

v0.2.7

31 Aug 11:57
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release
  • Improved error handling

v0.2.6

30 Aug 14:46
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release
  • Initial support for bridges, a new matter-bridge-node configuration is now available, when you create a matter-device-node you can decide if you want it to be a standalone device (with its own QR code) or an aggregated device (multiple devices all under the same bridge QR code) -- For now this doesn't allow to dynamically add new devices to a bridge but it's something I want to implement

v0.2.5

30 Aug 11:33
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release
  • Error handling in case a controller can't find the target device
  • When a Matter server is deleted, its configuration folder will be deleted as well

v0.2.4

30 Aug 10:54
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
  • You can pair Matter bridge devices (such as Philips Hue bridge under the Matter beta firmware) to the matter-controller-node, the matter-controller-status-node will then listen to any state changes on any of the light bulbs exposed from the Hue bridge!

v0.2.3

30 Aug 07:44
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • matter-controller and matter-controller-status nodes are here! You can now pair any Matter device to a controller node, and listen for its status changes using the matter-controller-status node. This effectively allows to integrate real Matter devices into Node-RED!

v0.2.2

30 Aug 07:00
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • matter-device configuration nodes will now tell if the device is currently commissioned or not
  • fixed several race conditions