Skip to content

Releases: Luligu/matterbridge-zigbee2mqtt

Release 2.1.0

19 Jun 10:56
c4b49c4
Compare
Choose a tag to compare

[2.1.0] - 2024-06-19

Added

  • [dependencies]: Update dependencies.
  • [schema]: Added schema to the root directory of the plugin.
  • [z2m]: Added soil_moisture property as humidity sensor.
  • [z2m]: Added transition if the zigbee device supports it and the controller sends it. You can disable this globally adding transition to the featureBlackList or only for the single device adding transition to the deviceFeatureBlackList. (Thanks Stefan Schweiger).

Changed

  • [matter]: Removed PowerSourceConfiguration cluster that is deprecated in Matter 1.3.

Fixed

  • [schema]: Username and password are no more required fields (Thanks Stefan Schweiger).
  • [LevelControl]: Fixed the commandHandler for LevelControl in child endpoint (Thanks jpadie).
  • [availability]: Fixed the issue that caused the availability event sent before the start to be ignored.
Buy me a coffee

Release 2.0.17

16 Jun 15:33
dd8fdc2
Compare
Choose a tag to compare

[2.0.17] - 2024-06-16

Fixed

  • [LevelControl]: Fixed the issue that caused LevelControl missing in child endpoint (Thanks jpadie).

Added

  • [dependencies]: Update dependencies
Buy me a coffee

Release 2.0.16

06 Jun 12:41
91f3251
Compare
Choose a tag to compare

[2.0.16] - 2024-06-06

Added

  • [dependencies]: Update dependencies
  • [matterbridge]: Added bridgeOnline to the start checks.
Buy me a coffee

Release 2.0.15

01 Jun 06:38
2e37ae6
Compare
Choose a tag to compare

[2.0.15] - 2024-06-01

Added

  • [dependencies]: Update dependencies
  • [matterbridge]: Adapted the code to the new start mode of Matterbridge.
Buy me a coffee

Release 2.0.14

09 May 06:40
5c0621a
Compare
Choose a tag to compare

[2.0.14] - 2024-05-09

Added

  • [mqtt]: Added Keepalive to MQTT.
Buy me a coffee

Release 2.0.13

04 May 18:10
5c0621a
Compare
Choose a tag to compare

[2.0.13] - 2024-05-02

Added

  • [groups]: Added ColorControl.

Fixed

  • [payload]: Fixed the case when z2m sends empty action in the payload.
Buy me a coffee

Release 2.0.12

30 Apr 06:43
f3c1dc5
Compare
Choose a tag to compare

[2.0.12] - 2024-04-30

Added

  • [action]: Added support for devices with more then 3 events/actions. All SwitchCluster actions are mapped in groups of 3 on sub endpoints. The mapping schema is shown in log.
  • [mqtt]: Added handles for group_add, group_remove, group_rename, group_add_member and group_remove_member
Buy me a coffee

Release 2.0.11

26 Apr 21:34
Compare
Choose a tag to compare

[2.0.11] - 2024-04-26

Added

  • [mqtt]: Added handles for device_joined, device_announce, device_leave, device_remove, device_interview, device_rename.
  • [exposes]: Added deviceFeatureBlackList to the config to exclude a feature on a device level (See the config section for guidelines on how to use it).
  • [mqtt]: Incoming messages are filtered by featureBlackList and deviceFeatureBlackList (if only blacklisted features change, the message is not processed). If present, the features included in featureBlackList and deviceFeatureBlackList are also removed from the payload.
  • [routers] Added the SMLIGHT routers (with router firmware) to the router list. They are exposed like DoorLock so it is possible, like for the Coordinator and the Texas instruments router, to ask Siri to turn on/off permit join.

Release 2.0.10

23 Apr 06:02
Compare
Choose a tag to compare

[2.0.10] - 2024-04-22

Added

  • [z2m]: Added a check for not changed mqtt messages.
  • [extension]: Finalized implementation of zigbee2MQTT internal extension v. 1.0.0.

Changed

  • [z2m]: Changed vendorName and productName with the values from device definition if present.

Release 2.0.9

19 Apr 10:42
Compare
Choose a tag to compare

[2.0.9] - 2024-04-19

  • [extension]: Implementation of zigbee2MQTT internal extension.