Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

zigbee-herdsman

Koenkk30.8kMIT6.0.0TypeScript support: included

An open source ZigBee gateway solution with node.js.

zigbee, zstack, emberznet, deconz, zigate

readme

zigbee-herdsman

npm

zigbee-herdsman is an open source Zigbee gateway solution with Node.js JavaScript runtime back-end.

It was originally forked from zigbee-shepherd with the goal to refactor it to improve maintainability.

API Documentation

For automatically generated API reference documentation, see: https://koenkk.github.io/zigbee-herdsman.

Changelog

0.14.0 breaking changes

  • sendWhenActive has been replaced with sendWhen: 'active'

0.13.0 breaking changes

  • controller.touchlinkFactoryReset has been renamed to controller.touchlinkFactoryResetFirst()

0.12.0 breaking changes

  • options.network.extenedPanID -> options.network.extendedPanID (typo fix)

0.11.0 breaking changes

  • endpoint.bind[].cluster will now return cluster object instead of cluster number

0.10.0 breaking changes

  • controller.start() renamed resetted start result to reset

0.9.0 breaking changes

  • Removed controller.softReset() -> use controller.reset('soft') now
  • Removed group.get('groupID') -> use group.groupID now

0.8.0 breaking changes

  • Removed device.getEndpoints() -> use device.endpoints now
  • Removed device/endpoint.set() -> directly set properties now (e.g. device.modelID = 'newmodelid')
  • Removed device/endpoint.get() -> directly get properties now (e.g. device.modelID)
  • Removed group.getMembers() -> use group.members now
  • Removed endpoint.deviceIeeeAddress -> use endpoint.getDevice().ieeeAddr

Related projects

Zigbee2MQTT

Zigbee2MQTT is a Zigbee to MQTT gateway. It bridges events and allows you to control your Zigbee devices via MQTT. Allows you to use your Zigbee devices without the vendors or propritary and closed sources bridges or gateways. Zigbee2MQTT also keeps track of the state of the system and the capabilities of connected devices. It uses zigbee-herdsman and zigbee-herdsman-converters as modules to handle low-level core Zigbee communication.

ioBroker

ioBroker is an home automation integration platform that is focused on Building Automation, Smart Metering, Ambient Assisted Living, Process Automation, Visualization and Data Logging. It uses zigbee-herdsman for its Zigbee integration.

changelog

Changelog

6.0.0 (2025-08-11)

⚠ BREAKING CHANGES

  • autotype ZCL clusters (#1459)

Features

Bug Fixes

5.0.4 (2025-07-31)

Bug Fixes

5.0.3 (2025-07-30)

Bug Fixes

5.0.2 (2025-07-29)

Bug Fixes

  • ignore: bump the minor-patch group with 2 updates (#1465) (74ee2be)
  • ignore: update zigbee-on-host to 0.1.13 (#1462) (c40a5e7)

5.0.1 (2025-07-26)

Bug Fixes

  • Improve perf with ZCL getters, align manuf code behavior (#1456) (a909f87)

5.0.0 (2025-07-25)

⚠ BREAKING CHANGES

  • Remove unnecessary throwing (#1455)

Bug Fixes

4.5.0 (2025-07-21)

Features

Bug Fixes

  • ignore: add controller-level benchmarks (#1452) (579d390)
  • ignore: bump @types/node from 24.0.7 to 24.0.10 in the minor-patch group (#1447) (0e846f7)
  • Improve perf when cloning cluster entries (#1451) (abb8262)
  • Remove duplicate logic to set reportable properties (#1453) (68e6103)

4.4.1 (2025-07-06)

Bug Fixes

  • deCONZ: Joining bug in some setups and endpoint configuration (#1445) (1279617)

4.4.0 (2025-07-04)

Features

Bug Fixes

4.3.2 (2025-07-04)

Bug Fixes

  • deCONZ: Disable APS ACKs to not block queues for now (#1440) (fd49db2)

4.3.1 (2025-07-02)

Bug Fixes

  • deCONZ: Handle unsupported status code for read parameter response (#1438) (00fb686)
  • ignore: bump the minor-patch group with 2 updates (#1436) (5b998c9)

4.3.0 (2025-06-30)

Features

  • Support discovery for SONOFF Dongle Plus MG21 and MG24 (#1434) (7bfc343)

4.2.1 (2025-06-28)

Bug Fixes

  • deCONZ: handle race condition between APS confirm/indication timeouts (#1432) (8a134cc)
  • ignore: bump the minor-patch group with 2 updates (#1430) (33e708d)
  • ignore: Migrate to Biome 2 (#1427) (a4d7b19)

4.2.0 (2025-06-22)

Features

  • Refactor and improve of Deconz adapter (#1417) (c719ee4)
  • Support for EmberZNet 8.2.0 (EZSP v17 / v2025.6.0) (#1428) (73a2548)

Bug Fixes

  • ignore: bump @types/node from 22.15.30 to 24.0.3 (#1425) (99b6c97)

4.1.2 (2025-06-15)

Bug Fixes

  • Fix interview failing for HOBEIAN devices (#1422) (172d543)
  • ignore: bump the minor-patch group with 3 updates (#1419) (0a9a1c7)

4.1.1 (2025-06-06)

Bug Fixes

  • Enable serial port locking by default for ZiGate (#1380) (f465823)
  • ignore: bump @types/node from 22.15.21 to 22.15.29 in the minor-patch group (#1414) (534cff5)
  • ignore: bump the minor-patch group with 2 updates (#1416) (949a08c)

4.1.0 (2025-05-20)

Features

  • Add conditional fieldControl fields to genOta commands (#1408) (cc889b0)

4.0.2 (2025-05-11)

Bug Fixes

4.0.1 (2025-05-11)

Bug Fixes

4.0.0 (2025-04-22)

⚠ BREAKING CHANGES

  • Expose interviewState (#1391)
  • Migrate to Biome (#1387)

Features

Bug Fixes

3.5.2 (2025-04-17)

Bug Fixes

3.5.1 (2025-04-06)

Bug Fixes

3.5.0 (2025-04-05)

Features

Bug Fixes

  • Support for Sonoff Dongle Max auto-discovery (#1378) (38d2885)

3.4.11 (2025-03-31)

Bug Fixes

3.4.10 (2025-03-28)

Bug Fixes

3.4.9 (2025-03-26)

Bug Fixes

  • Green power parsing issue with payload size (#1369) (72b8cf1)

3.4.8 (2025-03-25)

Bug Fixes

3.4.7 (2025-03-25)

Bug Fixes

3.4.6 (2025-03-23)

Bug Fixes

  • ignore: encrypted GP frame should not parse commandFrame until decrypted (#1363) (e47367c)

3.4.5 (2025-03-22)

Bug Fixes

3.4.4 (2025-03-21)

Bug Fixes

3.4.3 (2025-03-19)

Bug Fixes

3.4.2 (2025-03-18)

Bug Fixes

3.4.1 (2025-03-17)

Bug Fixes

3.4.0 (2025-03-15)

Features

  • Initial support for ZigBee on Host adapter (#1308) (038085f)

Bug Fixes

3.3.2 (2025-03-11)

Bug Fixes

3.3.1 (2025-03-09)

Bug Fixes

3.3.0 (2025-03-06)

Features

  • Add util to discover all serial/mDNS devices (#1333) (fb27845)

Bug Fixes

3.2.7 (2025-02-24)

Bug Fixes

  • Fix some devices not moving to new channel after channel change (#1280) (fc7a782)
  • ignore: update dependencies (#1319) (946f073)

3.2.6 (2025-02-10)

Bug Fixes

3.2.5 (2025-01-28)

Bug Fixes

  • ignore: cleanup logger, add waitress clear util (#1307) (dcf2592)
  • ignore: update dependencies (#1311) (8fee7b1)
  • Move Niko custom clusters to zigbee-herdsman-converters (#1301) (2ba0048)

3.2.4 (2025-01-20)

Bug Fixes

3.2.3 (2025-01-19)

Bug Fixes

3.2.2 (2025-01-12)

Bug Fixes

  • AES-128-MMO incorrect calculation (#1292) (705f765)
  • ZBOSS: fixed port reconnection processing during RESET (#1289) (801212f)

3.2.1 (2025-01-02)

Bug Fixes

  • Extend genBasic cluster (#1282) (4cc23fc)
  • Fix owonPercentChangeInPower ID (#1279) (003b4b2)
  • ignore: remove manuSpecificNodOnPilotWire that was moved to zigbee-herdsman-converters (#1274) (1c8d886)

3.2.0 (2024-12-28)

Features

  • Ember support for simplicity_sdk:2024.12.0 (#1275) (d25695a)

3.1.1 (2024-12-22)

Bug Fixes

  • ignore: Fix dist not emitted after clean (9c1a3a4)

3.1.0 (2024-12-21)

Features

Bug Fixes

3.0.4 (2024-12-14)

Bug Fixes

3.0.3 (2024-12-13)

Bug Fixes

3.0.2 (2024-12-08)

Bug Fixes

3.0.1 (2024-12-05)

Bug Fixes

3.0.0 (2024-12-01)

⚠ BREAKING CHANGES

  • Fix some transmit power issues after #1139 (#1222)
  • Improved adapter discovery (#1197)
  • Improve permit join (#1214)

Features

Bug Fixes

2.1.9 (2024-11-18)

Bug Fixes

2.1.8 (2024-11-13)

Bug Fixes

2.1.7 (2024-10-31)

Bug Fixes

2.1.6 (2024-10-29)

Bug Fixes

2.1.5 (2024-10-21)

Bug Fixes

  • ignore: update dependencies (#1219) (5f11842)
  • ZBOSS: Fix unhandled error on sendZclFrameToEndpointInternal in case of request execute time more than timeout. (#1218) (346b3be)

2.1.4 (2024-10-18)

Bug Fixes

2.1.3 (2024-09-30)

Bug Fixes

  • Fix unable to join some devices with Conbee III (#1207) (3e7bfaa)

2.1.2 (2024-09-29)

Bug Fixes

  • Fix crash on IEEE address request timeout (#1209) (985e11a)
  • ignore: update dependencies (#1208) (854e5f3)
  • ignore: zigate: Workaround missing ZDO LEAVE_RESPONSE (#1204) (5d02efe)
  • On NO_ENTRY error during unbind cleanup database (#1206) (01b76ff)

2.1.1 (2024-09-24)

Bug Fixes

2.1.0 (2024-09-23)

Features

Bug Fixes

  • ignore: zigate: Fix ZDO BIND/UNBIND payload mismatch. (#1198) (b007282)

2.0.0 (2024-09-22)

⚠ BREAKING CHANGES

  • Standardize ZDO (#1194)

Features

Bug Fixes

1.1.0 (2024-09-21)

Features

  • Prepare to move specific ZDO requests out of Adapter (#1187) (d84725b)

1.0.1 (2024-09-19)

Bug Fixes

  • ignore: Fix crash due to BigInt serialization (#1191) (d760eb3)

1.0.0 (2024-09-17)

⚠ BREAKING CHANGES

  • Fix always use number for reportableChange (#1190)

Bug Fixes

0.57.4 (2024-09-14)

Bug Fixes

0.57.3 (2024-09-06)

Bug Fixes

  • Use Map for runtime Device/Group lookups. (#1176) (eb96b55)

0.57.2 (2024-09-06)

Bug Fixes

0.57.1 (2024-08-30)

Bug Fixes

  • ignore: ZBOSS: Catch error for cancel waiting (#1168) (53de8d4)
  • Remove heimanSpecificFormaldehydeMeasurement in favour of msFormaldehyde (#1166) (717f729)
  • Zigate: parse all values as big endian (#1170) (1a50e2e)

0.57.0 (2024-08-27)

Features

Bug Fixes

0.56.2 (2024-08-18)

Bug Fixes

0.56.1 (2024-08-18)

Bug Fixes

0.56.0 (2024-08-16)

Features

  • Enforce TS strict type checking and other improvements (#1146) (98e3384)

Bug Fixes

0.55.5 (2024-08-06)

Bug Fixes

0.55.4 (2024-08-03)

Bug Fixes

  • call fsync before rename (#1134) (1c9190a)
  • ignore: update dependencies (#1135) (1fd87d6)
  • Move Deconz change network paramters to start from getNetworkParameters (#1138) (b207c73)

0.55.3 (2024-07-26)

Bug Fixes

  • ZStack: throw errors when ZDO calls fail (#1128) (e47812b)

0.55.2 (2024-07-25)

Bug Fixes

  • ignore: move eslint config and plugins to devDependencies (#1129) (c4e7395)
  • ignore: Remove some unecessary string concatenations (557ec54)
  • Improve loops performance (#1130) (b2e9778)

0.55.1 (2024-07-21)

Bug Fixes

0.55.0 (2024-07-18)

Features

Bug Fixes

  • Ember: Add keys to adapter queue executors (#1121) (9bec23a)

0.54.1 (2024-07-17)

Bug Fixes

  • Ember: Fix launch bootloader command (#1118) (276359e)
  • Fix no checkinInterval after restart if device has no genPollCtl cluster (#1119) (ca1dd1f)

0.54.0 (2024-07-16)

Features

  • Add pm1Measurement and pm10Measurement clusters, update pm25Measurement (#1116) (802dfc1)
  • Support channel change for z-stack (#1110) (9c9b58a)

Bug Fixes

0.53.1 (2024-07-12)

Bug Fixes

  • Allow to ignore cache for device interview (#1109) (3b55e54)

0.53.0 (2024-07-10)

Features

Bug Fixes

  • Ember: Always set TRUST_CENTER_ADDRESS_CACHE_SIZE (#1108) (72b7f55)

0.52.0 (2024-07-08)

Features

Bug Fixes

0.51.0 (2024-07-01)

Features

0.50.1 (2024-06-30)

Bug Fixes

0.50.0 (2024-06-14)

Features

Bug Fixes

  • Ember: automatically rename/ignore unsupported backup versions (#1085) (9092fe5)
  • Ember: workaround: auto-register unknown multicasts in coordinator (#1089) (f5e82bf)
  • Ezsp: log failed message delivery (#1081) (12487ce)
  • Hide network key in zigbee-herdsman logs (#1086) (d06d9c5)
  • ignore: Move manuSpecificIkeaAirPurifier to zhc (#1083) (b72481c)
  • ignore: update dependencies (#1084) (5ceac0b)

0.49.3 (2024-06-05)

Bug Fixes

0.49.2 (2024-05-27)

Bug Fixes

0.49.1 (2024-05-27)

Bug Fixes

0.49.0 (2024-05-23)

Features

0.48.1 (2024-05-19)

Bug Fixes

0.48.0 (2024-05-18)

Features

  • Ember: change default APS options to follow silabs impl. (#1065) (6408a05)
  • Optimize adapter disconnected state (#1066) (54ea6ac)

Bug Fixes

  • Ember: fix some int8 read/written as uint8 (#1062) (bceec88)

0.47.2 (2024-05-14)

Bug Fixes

  • ignore: improve 953a2b4f1dbaa0c558d8950e7e9e83447ac663a2 (b192ac1)

0.47.1 (2024-05-13)

Bug Fixes

0.47.0 (2024-05-12)

Features

Bug Fixes

0.46.6 (2024-05-09)

Bug Fixes

  • Ember: fix for some startup issues, with associated tests. (#1053) (3ab71b4)

0.46.5 (2024-05-08)

Bug Fixes

  • Ember: fix permit join denied for single-device (zdo) (#1052) (6bddc23)
  • Move Received network/route error to info (#1050) (f36c56d)

0.46.4 (2024-05-06)

Bug Fixes

0.46.3 (2024-05-05)

Bug Fixes

0.46.2 (2024-05-05)

Bug Fixes

0.46.1 (2024-05-04)

Bug Fixes

  • ignore: remove all ubisys custom cluster/attributes (#1034) (0e54023)
  • Move some ZiGate log statement to debug (#1043) (44235eb)

0.46.0 (2024-05-01)

Features

0.45.0 (2024-04-30)

Features

0.44.0 (2024-04-28)

Features

Bug Fixes

0.43.1 (2024-04-25)

Bug Fixes

0.43.0 (2024-04-23)

Features

0.42.5 (2024-04-21)

Bug Fixes

  • Ember: Register default bind group in coordinator mc table. (#1026) (2094a08)

0.42.4 (2024-04-21)

Bug Fixes

0.42.3 (2024-04-18)

Bug Fixes

0.42.2 (2024-04-15)

Bug Fixes

0.42.1 (2024-04-08)

Bug Fixes

  • Ember: Log ASH counters same as NCP, increase host RX pool size. (#1014) (ba6da27)
  • EZSP: change logging levels (#1013) (66a4b33)

0.42.0 (2024-04-07)

Features

Bug Fixes

0.41.2 (2024-04-04)

Bug Fixes

0.41.1 (2024-04-03)

Bug Fixes

0.41.0 (2024-04-02)

Features

0.40.3 (2024-03-31)

Bug Fixes

0.40.2 (2024-03-29)

Bug Fixes

0.40.1 (2024-03-28)

Bug Fixes

  • ignore: update dependencies (#990) (aac0732)
  • ZStack: emit network address change event on concentratorIndCb (#992) (10e42fd)

0.40.0 (2024-03-21)

Features

0.39.1 (2024-03-20)

Bug Fixes

  • Action command 2 for Tuya-based device (#987) (4135128)
  • Ember: remove zigbeed stack detection (#986) (126e926)
  • Remove skipTimeResponse in favour customReadResponse (#984) (029903d)

0.39.0 (2024-03-19)

Features

  • Base support for channel switching without re-pairing, support it for Ember adapter (#977) (5693789)
  • Support custom read responses (#982) (1c196df)

Bug Fixes

  • Added non-CSA-assigned manufacturer codes currently used (#976) (85447fb)
  • Ember: workaround Aqara, Lumi devices not working properly (#974) (e3b17c2)
  • Fix transactionSequenceNumber not logged with readResponse (#981) (778cbad)
  • ignore: update dependencies (#980) (f0b7f43)

0.38.1 (2024-03-14)

Bug Fixes

0.38.0 (2024-03-12)

Features

Bug Fixes

  • Ember: increase default NCP config + edge case device leave support (#970) (16a68ea)

0.37.0 (2024-03-10)

Features

Bug Fixes

  • Don't allow groupID 0 (#961) (f5270fe)
  • Don't emit deviceLeave event for devices that already left (#965) (d17319e)
  • ignore: update dependencies (#967) (e9c94c9)
  • ignore: update for d17319eb538584efdbc10f0714f385f4d182a021 (83e11d0)
  • Update Status against ZCL spec (#964) (b380e58)

0.36.2 (2024-03-08)

Bug Fixes

  • Ember: Reworked multicast registration on coordinator (#959) (1f9ada9)

0.36.1 (2024-03-07)

Bug Fixes

  • Ember: fix coordinator-only permit join (#958) (836f35c)
  • Ember: ZDO Match logging for req/rsp (#956) (8ed75ff)

0.36.0 (2024-03-05)

Features

Bug Fixes

0.35.3 (2024-03-04)

Bug Fixes

  • Cleanup SerialPort async wrappers (#949) (cbd68df)
  • Ember: Drastically lower default requests & callbacks processing delay & use existing setting for customization. (#951) (810266a)
  • ignore: update dependencies (#947) (795c944)

0.35.2 (2024-03-02)

Bug Fixes

  • Ember: skip port re-init on reset retry (#945) (2a3a98b)

0.35.1 (2024-03-01)

Bug Fixes

  • Refactor names to follow convention in SchneiderSwitch cluster (#942) (91190b2)

0.35.0 (2024-02-29)

Features

  • Add manuSpecificSchneiderFanSwitchConfiguration (#937) (adcfd61)

0.34.9 (2024-02-27)

Bug Fixes

  • EZSP: fix pairing via routers not possible (#938) (b004cf8)

0.34.8 (2024-02-26)

Bug Fixes

  • Ember: port init/close logic cleanup. (#935) (c11d356)

0.34.7 (2024-02-25)

Bug Fixes

  • Ember: reworked errors in ASH protocol (#932) (bf070cd)

0.34.6 (2024-02-25)

Bug Fixes

  • ignore: Add DISABLE_TUYA_DEFAULT_RESPONSE option (c6ff266)
  • ignore: Remove DISABLE_ASSOC_GET (4ed739b)

0.34.5 (2024-02-25)

Bug Fixes

0.34.4 (2024-02-23)

Bug Fixes

  • Ember: Fix install code CRC validation. (#926) (79478eb)

0.34.3 (2024-02-22)

Bug Fixes

  • Ember: improve errors & checks + GreenPower support (#924) (9aa1aa6)

0.34.2 (2024-02-19)

Bug Fixes

0.34.1 (2024-02-18)

Bug Fixes

  • ignore: temp fix for broken test (4e6ee7a)

0.34.0 (2024-02-18)

Features

  • Add new ember adapter implementation, targeting EZSP 13 and above (#918) (c36d051)

Bug Fixes

  • EZSP: Some refactoring of UART level and packet processing. (#916) (e397e38)
  • ignore: update dependencies (#917) (e164b9c)

0.33.9 (2024-02-13)

Bug Fixes

0.33.8 (2024-02-04)

Bug Fixes

0.33.7 (2024-02-02)

Bug Fixes

  • ignore: fix 5c242c87f31878ea6297441655beb839834bcfc7 (b733c80)

0.33.6 (2024-02-02)

Bug Fixes

  • ignore: Add boschOutdoorSiren command (#900) (5bb789a)
  • ignore: Allow to disable assoc get (5c242c8)

0.33.5 (2024-01-30)

Bug Fixes

  • EZSP: Enable software flow control only if RTS/CTS not enabled. (#897) (a0f2ce9)
  • ignore: Replace aqaraOpple cluster name with manuSpecificLumi (#892) (c887b15)

0.33.4 (2024-01-29)

Bug Fixes

0.33.3 (2024-01-28)

Bug Fixes

  • Remove IKEA specific pm25 measuredValue attribute (#890) (e8387ff)
  • Some more backup support for EZSP 13+ (#888) (9b6c04b)

0.33.2 (2024-01-24)

Bug Fixes

  • EZSP: Fix socket error handling & serial/socket reset/close logic (#886) (43b02ee)

0.33.1 (2024-01-23)

Bug Fixes

  • EZSP: Added base for incomingNetworkStatusHandler (#883) (0b16f1b)
  • EZSP: Cleanup asserts & fix unsupported configs. (#885) (2a2b3d0)

0.33.0 (2024-01-21)

Features

  • ignore: Update Inovelli cluster definition with new parameters for updated VZM35 firmware (#881) (3c69f6b)

Bug Fixes

0.32.7 (2024-01-19)

Bug Fixes

0.32.6 (2024-01-16)

Bug Fixes

0.32.5 (2024-01-15)

Bug Fixes

  • Fixes & general cleanup in EZSP codebase (#874) (39bc90a)

0.32.4 (2024-01-13)

Bug Fixes

  • EZSP: Implemented several attempts to send a request in case of problems (#871) (41a4543)
  • ignore: update dependencies (#873) (f794563)
  • Improve EZSP connect logic (#869) (a02a8e1)

0.32.3 (2024-01-11)

Bug Fixes

0.32.2 (2024-01-10)

Bug Fixes

  • Add bosch smoke alarm II ssiasZone command (#861) (48680fa)
  • Add OWON PC321 Power factor attributes (#864) (0d60b75)

0.32.1 (2024-01-09)

Bug Fixes

  • Improve request queue behavior #6 (#860) (746fafb)
  • Improve serialport code consistency across adapters (#859) (0d636fc)

0.32.0 (2024-01-08)

Features

  • Support EZSP 13 (gecko 4.4.0, ncp 7.4.0.0) (#858) (460910c)

0.31.0 (2024-01-07)

Features

  • Use cluster definition manufacturerCode when available (#848) (3b51b0b)

Bug Fixes

  • Catch more unhandled promise rejections for EZSP adapter (#853) (33fa223)
  • ignore: update dependencies (#855) (618d522)

0.30.0 (2024-01-01)

Features

  • Add manuSpecificBosch10 Cluster for BMCT-SLZ (#849) (7dcead9)

Bug Fixes

0.29.1 (2023-12-27)

Bug Fixes

  • ignore: Revert module to commonjs (7d14fff)

0.29.0 (2023-12-27)

Features

  • ignore: Add Amazon Work With All Hubs cluster (#839) (854fd12)

Bug Fixes

  • Add breezemode to Inovelli Cluster (#842) (64273b7)
  • Fix EZSP initialisation check (#841) (93cc97f)
  • Fix wrong manufacturer code when configuring reporting for manufacturer specific attribute (#844) (9951d44)
  • ignore: update dependencies (#845) (9d122f3)
  • ignore: Update tsconfig and fix 599b3e96afe9ace3cb0231ff069fc3ff70e43b2e (c4f9bf4)

0.28.0 (2023-12-23)

Features

  • ignore: Add valve calibration command for Bosch BTH-RA (#836) (7a9b0fb)
  • ignore: zcl: update ubisys hvacThermostat custom attributes (#835) (ef198ee)

Bug Fixes

0.27.1 (2023-12-17)

Bug Fixes

  • ignore: Remove zigate %h formatter (28b0821)

0.27.0 (2023-12-17)

Features

  • ignore: add displayUnit and airQuality attributes to aqaraOpple cluster (#829) (65ef3db)

Bug Fixes

  • Fix devices disappearing with zStack adapter when rejoining the network (#830) (fe8ebb7)

0.26.1 (2023-12-10)

Bug Fixes

0.26.0 (2023-12-07)

Features

0.25.3 (2023-12-04)

Bug Fixes

0.25.2 (2023-12-03)

Bug Fixes

0.25.1 (2023-12-02)

Bug Fixes

  • Rename manuSpecificNodOnFilPilote to manuSpecificNodOnPilotWire (#812) (9f5aabc)

0.25.0 (2023-11-30)

Features

0.24.0 (2023-11-30)

Features

Bug Fixes

0.23.0 (2023-11-13)

Features

Bug Fixes

  • Fix some manufacturer specific attribute names being wrong (#797) (285e9ac)
  • ignore: update dependencies (#798) (5c0666a)

0.22.1 (2023-11-06)

Bug Fixes

0.22.0 (2023-11-03)

Features

  • ignore: Add NodOn Manuf Code and Manufacturer Cluster (#790) (fd5bf6c)

Bug Fixes

  • Fix wrong attribute names when device manufacturer ID is missing from message (#787) (d8e4b5b)

0.21.0 (2023-10-25)

Features

  • add: New Legrand NLLV specific attributes (#784) (e9acbab)

Bug Fixes

0.20.0 (2023-10-16)

Features

  • add Inovelli VZM35 cluster parameters (#780) (5b854d1)
  • ignore: Enable incremental TSC builds (#774) (764ab21)

Bug Fixes

0.19.2 (2023-10-12)

Bug Fixes

0.19.1 (2023-10-07)

Bug Fixes

0.19.0 (2023-09-17)

Features

  • Support mdns discovery for all adapter instead of just zstack (#763) (1a3edaf)

Bug Fixes

0.18.7 (2023-09-04)

Bug Fixes

0.18.6 (2023-09-02)

Bug Fixes

  • Fix incorrect configured reporting cluster returned when cluster is manufacturer specific (#756) (09515bb)

0.18.5 (2023-09-01)

Bug Fixes

  • ignore: revert bff9d4d0d269dee199781777678a391b8e467569 (#755) (baaf235)
  • ignore: update dependencies (#753) (bd4e1c3)

0.18.4 (2023-08-25)

Bug Fixes

0.18.3 (2023-08-24)

Bug Fixes

0.18.2 (2023-08-17)

Bug Fixes

  • Don't remove devices with linkkey from backup if they are still present in the database (#746) (3226a87)

0.18.1 (2023-08-15)

Bug Fixes

0.18.0 (2023-08-13)

Features

0.17.3 (2023-08-08)

Bug Fixes

0.17.2 (2023-07-11)

Bug Fixes

0.17.1 (2023-07-06)

Bug Fixes

0.17.0 (2023-07-06)

Features

  • Support 16 bytes install codes for EZSP adapter (#730) (5ac2b71)

0.16.0 (2023-06-26)

Features

  • Remove EZSP queue to improve message throughput (#727) (95c8795)

0.15.3 (2023-06-25)

Bug Fixes

0.15.2 (2023-06-22)

Bug Fixes

0.15.1 (2023-06-21)

Bug Fixes

0.15.0 (2023-06-08)

Features

Bug Fixes

0.14.117 (2023-05-23)

Bug Fixes

0.14.116 (2023-05-23)

Bug Fixes