Skip to content

Releases: Luligu/matterbridge-zigbee2mqtt

Release 2.1.3

23 Jun 06:21
0be85bc
Compare
Choose a tag to compare

[2.1.3] - 2024-06-23

Added

  • [zigbee]: Added new properties: co - CarbonMonoxideConcentrationMeasurement, co2 - CarbonDioxideConcentrationMeasurement, formaldehyd - FormaldehydeConcentrationMeasurement, pm1 - Pm1ConcentrationMeasurement, pm25 - Pm25ConcentrationMeasurement, pm10 - Pm10ConcentrationMeasurement

Changed

  • [bridge/info]: Log error when advanced.output is set to 'attribute'.

Fixed

  • [bridge/info]: Fixed the issue when advanced.output is set 'attribute_and_json'. (Thanks copystring).
  • [bridge/info]: Fixed the issue when include_device_information is set to true. (Thanks copystring).
Buy me a coffee

Release 2.1.2

21 Jun 19:40
861e400
Compare
Choose a tag to compare

[2.1.2] - 2024-06-21

Added

  • [dependencies]: Update dependencies.
  • [start]: Refactor start sequence.
Buy me a coffee

Release 2.1.1

20 Jun 14:17
4c9e2d5
Compare
Choose a tag to compare

[2.1.1] - 2024-06-20

Added

  • [dependencies]: Update dependencies (mqtt to 5.7.2).
  • [schema]: Added info log when the plugin starts to register devices and groups. Added empty bridge/config and bridge/definitions handlers.
Buy me a coffee

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