Skip to content

Releases: FezVrasta/node-red-matter

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 04 Sep 12:30

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

v0.2.11 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 01 Sep 10:28
  • matter-device-node configuration form will now properly trigger a validation error in case the node is not properly configured

v0.2.10

v0.2.10 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 01 Sep 09:15
  • Fixed some race conditions
  • Fixed UI issues
  • Better error handling
  • Improved matter-device and matter-aggregator UIs

v0.2.8

v0.2.8 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 31 Aug 12:44
  • Bugs were squashed and now everything is better
  • Node names will be used as Matter default device names

v0.2.7

v0.2.7 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 31 Aug 11:57
  • Improved error handling

v0.2.6

v0.2.6 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 30 Aug 14:46
  • 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

v0.2.5 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 30 Aug 11:33
  • 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

v0.2.4 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 30 Aug 10:54
  • 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

v0.2.3 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 30 Aug 07:44
  • 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

v0.2.2 Pre-release
Pre-release

Choose a tag to compare

@FezVrasta FezVrasta released this 30 Aug 07:00
  • matter-device configuration nodes will now tell if the device is currently commissioned or not
  • fixed several race conditions