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

Package detail

zigbee-herdsman-converters

Koenkk41.4kMIT23.55.0TypeScript support: included

Collection of device converters to be used with zigbee-herdsman

aqara, tradfri, hue, wemo, zigbee, zigbee-shepherd

readme

NPM

zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman.

Contributing

See Zigbee2MQTT how to support new devices.

Creating a pull request

Github codespaces

You can use Github codespaces to create pull requests with a fully setup editor, right from your web browser:

Locally

Install the prerequisites:

npm install -g pnpm
pnpm install --frozen-lockfile

Submitting your pull request

Before you submit a pull request, you should run the following commands to ensure your changes will pass the tests:

pnpm run check --fix
pnpm run build
pnpm test

If any of those commands finish with an error your PR won't pass the tests and will likely be rejected.

Breaking changes

23.0.0

  • A Publish now has to be passed to toZigbee converters (#8875)

22.0.0

  • addDefinition has been renamed to addExternalDefinition
  • An import of zigbee-herdsman-converters does not expose all definitions anymore. Use this instead:
    (await import('zigbee-herdsman-converters/devices/index')).default.forEach((baseDefinition) => {
      const d = zhc.prepareDefinition(baseDefinition);
    });

21.0.0

20.0.0

  • A toZigbee converter is now allowed to not define any key, in this case the converter should be used for any key.

19.0.0

  • Legacy extend was removed

18.0.0

  • After converting a message with a fromZigbee converter, postProcessConvertedFromZigbeeMessage should be called now (for applying calibration/precision)

17.0.0

  • Various methods in index.ts are now async and return a Promise

15.0.0

  • OTA isUpdateAvailable now returns an object instead of a boolean (e.g. {available: true, currentFileVersion: 120, otaFileVersion: 125})
  • OTA updateToLatest now returns a number (fileVersion of the new OTA) instead of a void

changelog

Changelog

23.55.0 (2025-06-04)

Features

Bug Fixes

23.54.0 (2025-06-02)

Features

Bug Fixes

23.53.0 (2025-06-01)

Features

Bug Fixes

  • detect: Detect _TZ3000_ruldv5dt as Tuya ZG-2002-RF (#9440) (8d9dab6)
  • ignore: Revert "feat: Hue: add execute_if_off for colour lights (#9426)" (#9442) (5703738)

23.52.1 (2025-05-31)

Bug Fixes

23.52.0 (2025-05-30)

Features

Bug Fixes

  • detect: Detect _TZ3000_cmcjbqup as Tuya SPM01 (#9429) (37af76f)
  • Harmonize capitalization of vendor names (#9431) (145e93f)

23.51.0 (2025-05-28)

Features

Bug Fixes

23.50.1 (2025-05-27)

Bug Fixes

23.50.0 (2025-05-26)

Features

Bug Fixes

  • 3RSB02015Z: fix 3rSmartBlindGen2SpecialCluster cluster (#9375) (d4fc16d)
  • Aqara W100: improve integration (#9415) (611d2e2)
  • Configure battery attributes only for a single endpoint (#9416) (070f5c2)
  • detect: Detect TZE200vs0skpuc as a HOBEIAN ZG-227Z (#9392) (1f7e761)
  • detect: Detect _TZ3210_2uk4z8ce as Moes ZP-LZ-FR2U (#9387) (f914aa5)
  • detect: Detect _TZE284_n4ttsck2 as ONENUO 288WZ smoke detector (#9397) (0e70071)
  • detect: Detect _TZE284_oitavov2 as Tuya TS0601_soil (#9402) (c466726)
  • detect: Detect 929003808001_01 and 929003808001_02 as Philips 5062231P7 (#9401) (8b41faa)
  • Fix OTA hardware version check (#9368) (0987371)
  • Senoro.Win: fix alarm (#9383) (0120125)
  • SNZB02-LD: remove non-working options (#9399) (8c08f4f)
  • THERM_SLACKY_DIY_R01: fix some converters (#9408) (267b6f8)
  • Tuya TS0001_power: fix power monitoring for appVersion: 100 & 162, manufName: TZ3000xkap8wtb (#9385) (1eacb30)

23.49.0 (2025-05-22)

Features

Bug Fixes

  • detect: Detect _TZ3000_rdhukkmi as Tuya ZY-ZTH02 and _TZ3000_bguser20 as TH03 (#9379) (7d2129a)

23.48.0 (2025-05-21)

Features

Bug Fixes

  • detect: Detect _TZE284_d7lpruvi as Tuya TS0601_temperature_humidity_sensor_2 (#9374) (09464fd)

23.47.0 (2025-05-20)

Features

Bug Fixes

23.46.0 (2025-05-18)

Features

Bug Fixes

23.45.0 (2025-05-16)

Features

Bug Fixes

23.44.0 (2025-05-14)

Features

Bug Fixes

  • detect: Detect _TZB210_rs0ufzwg as MiBoxer FUT039Z (#9344) (3124fff)
  • Tuya NAS-PS10B2: fix work_mode and lux_value (#9339) (64e167a)

23.43.0 (2025-05-13)

Features

  • Add _TZ3000_lzdjjfss and update Sunricher SR-ZG2858A (#9328) (8a7685d)
  • add: NTS2-W-B (#9334) (7db5c91)
  • Third Reality 3RSPE02065Z, 3RSPU01080Z and 3RSP02064Z: support ac_frequency and power_factor (#9333) (6e299c1)

Bug Fixes

  • GWRJN5169: improve integration (#9331) (634af89)
  • ignore: Correct Nova Digital names from NovaDigital to Nova Digital (#9329) (e0b0377)
  • Improvements for varoius Zigbee TLC devices (#9330) (a3c4f4b)

23.42.0 (2025-05-12)

Features

Bug Fixes

  • detect: Detect _TZ3000_nuenzetq as Tuya ZG-2002-RF (#9323) (8127678)
  • Tuya TS0726_3_gang_scene_switch: add missing action (#9313) (47b4787)

23.41.0 (2025-05-10)

Features

Bug Fixes

23.40.1 (2025-05-08)

Bug Fixes

23.40.0 (2025-05-07)

Features

Bug Fixes

23.39.0 (2025-05-06)

Features

Bug Fixes

23.38.0 (2025-05-05)

Features

Bug Fixes

23.37.0 (2025-05-03)

Features

Bug Fixes

23.36.0 (2025-05-01)

Features

Bug Fixes

23.35.0 (2025-04-28)

Features

Bug Fixes

23.34.0 (2025-04-26)

Features

Bug Fixes

23.33.0 (2025-04-23)

Features

Bug Fixes

  • Add endpoint suffix to level_config converter result (#9225) (689fee0)
  • detect: Detect ZMS-206US-3 as Zemismart ZMS-206US-3 (#9232) (1f05dc0)
  • EFEKTA_iAQ_S_III: fix illuminance (#9233) (40c0866)

23.32.0 (2025-04-21)

Features

Bug Fixes

23.31.0 (2025-04-19)

Features

Bug Fixes

  • Add endpoint name postfix to color cluster state. (#9203) (9e0d977)
  • detect: Detect CK-BL702-AL-01(7009_Z102LG04-1) as Tuya CK-BL702-AL-01 (#9207) (38889eb)
  • Tuya TZ3000xkap8wtb: fix configure failing (#9202) (b75ac67)

23.30.0 (2025-04-18)

Features

Bug Fixes

  • AVATTO LZWSM16-2 & LZWSM16-3: fix power source (#9198) (b008a5a)
  • Fix color temp not reported correctly for multi endpoint lights (#9196) (e2a08b4)
  • Iluminize 5110.40: enable reporting (#9200) (83721f0)

23.29.0 (2025-04-16)

Features

Bug Fixes

23.28.0 (2025-04-15)

Features

Bug Fixes

23.27.0 (2025-04-14)

Features

Bug Fixes

23.26.0 (2025-04-13)

Features

  • add: 404122/404123 (#9172) (9bb704d)
  • add: 929003808501 (#9163) (0549838)
  • add: SZW08, SZLR08, SZLM04U (#9167) (53ef9cb)
  • add: TS0726_4_gang_scene_switch, TS0726_3_gang_scene_switch, TS0726_2_gang_scene_switch, TS0003_3_gang_switch (#9158) (7a5cd1c)

Bug Fixes

23.25.0 (2025-04-10)

Features

Bug Fixes

23.24.0 (2025-04-09)

Features

Bug Fixes

23.23.0 (2025-04-07)

Features

Bug Fixes

23.22.0 (2025-04-06)

Features

Bug Fixes

23.21.0 (2025-04-05)

Features

Bug Fixes

23.20.1 (2025-04-04)

Bug Fixes

23.20.0 (2025-04-03)

Features

Bug Fixes

23.19.1 (2025-04-02)

Bug Fixes

23.19.0 (2025-04-01)

Features

Bug Fixes

  • Fix GL-C-007-2ID not being detected correctly (#9103) (458adf7)

23.18.0 (2025-04-01)

Features

Bug Fixes

23.17.0 (2025-03-31)

Features

Bug Fixes

23.16.0 (2025-03-30)

Features

Bug Fixes

23.15.0 (2025-03-28)

Features

Bug Fixes

  • detect: Detect _TZ3000_m4ah6bcz as Tuya TS0726_multi_1_gang (#9089) (2a7ca11)
  • Tuya TS011F_with_threshold: enable onOffCountdown (#9086) (63e418d)

23.14.0 (2025-03-27)

Features

  • add: 1402790 (#9079) (28b0ed4)
  • add: feat(add): SLACKY_DIY_CO2_SENSOR_R01, Watermeter_TLSR8258, Smoke Sensor TLSR8258, Electricity Meter TLSR8258, THERM_SLACKY_DIY_R01, THERM_SLACKY_DIY_R02, THERM_SLACKY_DIY_R03, THERM_SLACKY_DIY_R04, THERM_SLACKY_DIY_R05, THERM_SLACKY_DIY_R06, THERM_SLACKY_DIY_R07, THERM_SLACKY_DIY_R08 (#8949) (9206ecc)
  • add: Push_LE, Push_LO (#9073) (4e23f72)
  • add: Push_LE, Push_LO (#9082) (a43635a)
  • add: SPM02-U00, SDM02-U00, SPM01-U00, SPM02-U02, SDM02-U02 (#9069) (9f1e179)
  • add: TS0726_multi_1_gang, TS0726_multi_4_gang (#9077) (3ec928e)
  • add: TS0726_multi_3_gang (#9066) (2a66be2)

Bug Fixes

  • Fix the issue of incorrectly identifying powerFactor Phase B/Phase C (#9074) (f529236)
  • NEO NAS-PS10B2: fix lux_value (#9064) (5182726)
  • Sonoff TRVZB: fix rounding of externalTemperatureInput (#9072) (e7f477e)

23.13.0 (2025-03-25)

Features

Bug Fixes

  • detect: Detect _TZE204_oh8y8pv8 as Tuya ZWT198/ZWT100-BH (#9063) (f68a3b6)
  • EFEKTA: various fixes (#9055) (ab9edb4)
  • Fix soil electrical conductivity unit is µS/cm (microsiemens per centimetre) (#9061) (2831099)
  • Namron 4512788: disable effects and enable configuring reporting (#9062) (24c0608)

23.12.0 (2025-03-23)

Features

Bug Fixes

  • Battery for Yandex wireless switch (#9051) (b017e58)
  • Generate definition when candidates present but no match found (#9046) (a4c9ae8)
  • Gledopto GL-C-009P: configure reporting (#9047) (2bb3beb)
  • ignore: update dependencies (#9050) (0f46b24)
  • Tuya TS110E_2gang_2: expose light type and power on behaviour for l2 (#9052) (d7829b3)

23.11.0 (2025-03-21)

Features

Bug Fixes

  • MAZDA TR-M2Z: improve system mode and presets (#9040) (52969df)
  • Rename some Tongou devices (#9041) (68d9d8b)
  • Third Reality 3RSMR01067Z: expose voltage and battery low (#9042) (7a55249)

23.10.0 (2025-03-20)

Features

Bug Fixes

23.9.1 (2025-03-18)

Bug Fixes

23.9.0 (2025-03-18)

Features

Bug Fixes

23.8.0 (2025-03-16)

Features

Bug Fixes

23.7.0 (2025-03-13)

Features

Bug Fixes

23.6.0 (2025-03-11)

Features

Bug Fixes

  • detect: Detect _TZ3000_qhyadm57 as Tuya TS0726_switch_4g_2s (#8967) (e1dbf5b)
  • detect: Detect _TZE200_hojryzzd as Tuya TS0601_cover_1 (#8969) (e0a230c)
  • ignore: Small improvements (#8974) (9717391)

23.5.0 (2025-03-10)

Features

Bug Fixes

  • Add label to modern extends binary function (#8943) (d101973)
  • detect: Detect _TZE200_gjldowol as Tuya ZG-204ZL (#8947) (3796f87)
  • detect: Detect _TZE204_w1wwxoja as Tuya TS0601_switch_6_gang (#8938) (8d21b38)
  • detect: Detect 915005822501 as Philips 7602031P7 (#8948) (a0abdc2)
  • EFEKTA: various fixes (#8955) (2d9c14c)
  • Fix duplicate options and toZigbee converters (#8957) (64dce29)
  • ignore: update dependencies (#8950) (70e1681)
  • Re-add on_time and off_wait_time to the light_onoff_brightness converter (#8942) (d029330)
  • ShinaSystem: use metering cluster for power measurements (#8909) (c05d482)
  • Tuya TS0012_switch_module and TS0013_switch_module: support countdown (#8962) (ddcc094)
  • Tuya ZWT198/ZWT100-BH: preset inverted (#8952) (97b106e)

23.4.0 (2025-03-06)

Features

Bug Fixes

23.3.0 (2025-03-03)

Features

Bug Fixes

23.2.0 (2025-03-01)

Features

Bug Fixes

23.1.1 (2025-02-26)

Bug Fixes

23.1.0 (2025-02-25)

Features

Bug Fixes

23.0.0 (2025-02-24)

⚠ BREAKING CHANGES

  • ignore: Update breaking changes

Features

  • Added gas_meter to modernExtend (#8863) (0a35289)
  • Extend support for custom zigbee frames with zcl_command (#8867) (8dc1719)
  • Sonoff TRVZB: expose external temperature sensor attributes (#8873) (91c52a2)

Bug Fixes

  • Add manuSpecificPhilips3 to every Philips light (#8872) (bc2abbc)
  • Adds publish to Tz.Meta type (#8875) (5d9c8cb)
  • detect: Detect _TZ3000_0ghwhypc as Tuya TS0001_power TS0001_power (cc2cf88)
  • detect: Detect _TZE204_gkfbdvyx as Tuya ZY-M100-24GV3 (#8870) (ef49a24)
  • detect: Detect _TZE204_nladmfvf as Tuya TS0601_cover_1 (#8880) (abecb14)
  • Fix TypeError: Cannot read properties of undefined (reading 'read') error when reading power from WS-USC03 https://github.com/Koenkk/zigbee2mqtt/issues/20286 (ecd523f)
  • ignore: Add exports for clean imports (fdb6600)
  • ignore: Add back module.exports to from/toZigbee to prevent external converter breaking change (5d34368)
  • ignore: Update breaking changes (a8bb45f)
  • ignore: update dependencies (#8874) (330bd7c)
  • Migrate from eslint/prettier to Biome (#8859) (009890b)
  • Poll battery % of Profalux remote (#8877) (86e7d12)
  • Publish dist folder instead of root (#8869) (f13e121)

22.2.0 (2025-02-22)

Features

Bug Fixes

22.1.0 (2025-02-20)

Features

Bug Fixes

22.0.1 (2025-02-18)

Bug Fixes

  • ignore: Export ExternalDefinitionWithExtend (2c42233)

22.0.0 (2025-02-18)

⚠ BREAKING CHANGES

  • Load converters on-demand (#8471)

Features

Bug Fixes

21.38.0 (2025-02-17)

Features

Bug Fixes

21.37.0 (2025-02-14)

Features

  • add: ZHT-SR (#8803) (f529ec7)
  • Aqara DJT12LM: support more features (#8788) (536f4d4)
  • Orvibo T40W4Z: support more features (#8789) (4b4ff8a)
  • Sunricher R-ZG9030F-PS : support indicatorLight, detectionArea, illuminanceThreshold (#8810) (0063d6c)

Bug Fixes

21.36.0 (2025-02-12)

Features

Bug Fixes

21.35.0 (2025-02-10)

Features

Bug Fixes

21.34.0 (2025-02-09)

Features

  • add: EFEKTA_PST_DUO_V1_LR, EFEKTA_PST_DUO_V1, EFEKTA_PST_V1, EFEKTA_PST_POW_V2_LR, EFEKTA_PST_POW_V1_LR, EFEKTA_PST_V1_LR, EFEKTA_T8_POW, EFEKTA_T1_Y_LR (#8779) (f3e3173)

Bug Fixes

  • detect: Detect _TZE284_qyflbnbj as Tuya TS0601_temperature_humidity_sensor_1 (#8777) (ccaaa7f)
  • ignore: update dependencies (#8781) (9e475c2)
  • System mode in Namron thermostat (#8753) (f44625f)

21.33.0 (2025-02-08)

Features

Bug Fixes

21.32.0 (2025-02-07)

Features

Bug Fixes

  • detect: Detect _TZE204_iadro9bf as Tuya ZY-M100-S_2 (#8759) (0908d44)
  • detect: Detect _TZE204_ogx8u5z6 as Tuya TS0601_thermostat_3 (#8766) (8a3efaa)
  • Fix typo in RF 274 T vendor name (#8756) (72d84f9)
  • Set some category to config for SR-ZG9033TH (#8758) (f2cc9f4)

21.31.0 (2025-02-06)

Features

Bug Fixes

21.30.0 (2025-02-05)

Features

Bug Fixes

21.29.0 (2025-02-04)

Features

Bug Fixes

21.28.0 (2025-02-02)

Features

Bug Fixes

21.27.1 (2025-02-01)

Bug Fixes

21.27.0 (2025-01-30)

Features

Bug Fixes

21.26.0 (2025-01-28)

Features

  • SNZB-02D: add support for temperature and humidity calibration (#8685) (77fe20f)

Bug Fixes

21.25.0 (2025-01-27)

Features

Bug Fixes

  • Decrease SmartThings IM6001-MPP01 reporting interval (#8676) (b9766c5)
  • detect: Detect _TZE200_vvmbj46n as ONENUO TH05Z (#8675) (fd55801)
  • Fix missing action messages for Legrand Wireless Shutter switch 0067646 (#8679) (8a9a6d3)
  • Fix Tuya ZY-M100-24GV3 losing settings (#8674) (55e18a6)
  • ignore: update dependencies (#8678) (20981bc)
  • Improve AVATTO ME168 support (#8651) (a797ca6)
  • Invert direction for Smartwings shades (#8681) (d48ac2e)

21.24.0 (2025-01-25)

Features

Bug Fixes

  • detect: Detect _TZ3210_iw0zkcu8 as _TZ3210_iw0zkcu8 (#8659) (b79bc94)
  • detect: Detect _TZE200_wtikaxzs as Nous E6 (#8574) (d95f3c9)
  • detect: Detect TS011F instead of BSD29_1 (#8669) (b997ae4)
  • Fixes for Namron Edge Thermostat (#8672) (ad0bdf4)
  • ignore: Forgoten FlipIndicator for Aqara WS-K07E, WS-K08E (#8665) (4471082)

21.23.0 (2025-01-22)

Features

Bug Fixes

21.22.0 (2025-01-20)

Features

Bug Fixes

21.21.1 (2025-01-19)

Bug Fixes

21.21.0 (2025-01-17)

Features

  • add: AE-940K, AE-669K (#8618) (357445c)
  • add: SR-ZG9060A-GS, SR-ZG9060B-CS, SR-ZG9050C-WS, SR-ZG9050B-WS (#8620) (e15957a)

Bug Fixes

21.20.0 (2025-01-15)

Features

Bug Fixes

21.19.0 (2025-01-13)

Features

Bug Fixes

21.18.0 (2025-01-12)

Features

Bug Fixes

21.17.0 (2025-01-12)

Features

  • add: Add thermostat endpoints to Ubisys H10 (#8589) (05865e9)

Bug Fixes

21.16.0 (2025-01-10)

Features

Bug Fixes

21.15.0 (2025-01-08)

Features

Bug Fixes

21.14.0 (2025-01-06)

Features

Bug Fixes

21.13.0 (2025-01-05)

Features

Bug Fixes

21.12.0 (2025-01-03)

Features

  • Add preset for Salus FC600 (#8551) (c45179c)
  • add: 050-0511558F (#8549) (897380f)
  • add: D692-ZG (#8534) (d65fcf7)
  • add: MTD085-ZB (#8490) (35f89fb)
  • add: MTR500E-UP, MTR1300E-UP, MTR2000E-UP, MTV300E-UP, MVR500E-UP, E2BP-UP, E4BP-UP, TLC1-UP, TLC2-UP, TLC4-UP, TLC8-UP, TLM1-UP, TLM2-UP, TLM4-UP, GALET4-UP (#8537) (099eb66)
  • Implement PowerOnBehaviour for Aqara T1M lamp (CL-L02D) (#8550) (e2ae7d6)

Bug Fixes

21.11.0 (2024-12-30)

Features

Bug Fixes

  • detect: Detect _TZE284_locansqn as Nous SZ-T04 (#8536) (23b81a3)
  • detect: Detect RBSH-SWD2-ZB as Bosch BSEN-C2 (#8530) (bcfb7f7)
  • Fix read pilot wire mode for Nodon and Equation modules (#8535) (6c75e42)
  • ignore: update dependencies (#8531) (786c59b)
  • Update zigbee-herdsman and use new exports (#8527) (b8a076e)

21.10.0 (2024-12-28)

Features

Bug Fixes

  • detect: Detect MHO-C401-z and MHO-C401-bz as Xiaomi LYWSD03MMC-z (#8520) (a8c1978)
  • Fix configure failing of SONOFF SNZB-06P (#8521) (8c63663)
  • Increase TS0601_thermostat_3 schedule transitions from 4 to 6 (#8524) (20c0958)

21.9.2 (2024-12-25)

Bug Fixes

  • ignore: fix _colorTempRangeProvided added to exposes (53830e7)

21.9.1 (2024-12-24)

Bug Fixes

21.9.0 (2024-12-24)

Features

Bug Fixes

21.8.0 (2024-12-22)

Features

Bug Fixes

21.7.0 (2024-12-21)

Features

Bug Fixes

21.6.0 (2024-12-17)

Features

Bug Fixes

  • ELKO: Resolve order of magnitude issue with floor_temp (#8482) (460d07b)

21.5.0 (2024-12-15)

Features

Bug Fixes

21.4.0 (2024-12-13)

Features

Bug Fixes

21.3.0 (2024-12-09)

Features

Bug Fixes

21.2.1 (2024-12-03)

Bug Fixes

21.2.0 (2024-12-03)

Features

Bug Fixes

21.1.0 (2024-12-02)

Features

Bug Fixes

21.0.0 (2024-12-01)

⚠ BREAKING CHANGES

Features

Bug Fixes

20.58.0 (2024-12-01)

Features

Bug Fixes

  • detect: Detect _TZ3000_zl1kmjqx as Tuya IH-K009 (#8407) (39eef27)
  • Fix Philips Hue gradient color encoding (#8409) (3308b50)
  • Poll interval battery fix for Smarthings Multipurpose Sensor 2018 (#8408) (33da00c)

20.57.0 (2024-11-30)

Features

Bug Fixes

20.56.0 (2024-11-28)

Features

  • Add SR-ZG9002KR12-Pro expose and add ZG9380A zigbeeModel for SR-ZG9042MP (#8388) (f482272)
  • add: SR-ZG2836D5-Pro (#8392) (2d229ff)

20.55.0 (2024-11-27)

Features

Bug Fixes

20.54.0 (2024-11-25)

Features

Bug Fixes

20.53.0 (2024-11-24)

Features

Bug Fixes

20.52.0 (2024-11-22)

Features

Bug Fixes

20.51.0 (2024-11-21)

Features

Bug Fixes

  • detect: Detect _TZE200_ya4ft0w4 as Tuya ZY-M100-24G wall mounted variant (#8352) (237923b)
  • detect: Detect _TZE204_o3x45p96 as AVATTO_TRV06 (#8349) (865478b)
  • detect: Detect _TZE204_ogkdpgy2 as Tuya TS0601_co2_sensor (#8354) (53d6b99)
  • detect: Detect RBSH-TRV1-ZB-EU as Bosch BTH-RA (#8351) (d7dca0b)

20.50.0 (2024-11-20)

Features

Bug Fixes

20.49.1 (2024-11-19)

Bug Fixes

  • ignore: fix f982c46bda87f66191d47f2d22d831e106ad7cfa (0e3eb39)

20.49.0 (2024-11-19)

Features

Bug Fixes

  • detect: Detect _TZE284_o3x45p96 as AVATTO TRV06_1 (#8339) (14f56db)
  • Fixed presence state for Tuya RT_ZCZ03Z (TZE204uxllnywp) (#8335) (27c4c48)

20.48.0 (2024-11-18)

Features

Bug Fixes

20.47.0 (2024-11-14)

Features

Bug Fixes

20.46.0 (2024-11-13)

Features

Bug Fixes

20.45.0 (2024-11-12)

Features

Bug Fixes

20.44.0 (2024-11-10)

Features

Bug Fixes

20.43.0 (2024-11-07)

Features

Bug Fixes

  • detect: Detect _TZE200_en3wvcbx as Tuya TS0601_cover_1 (#8284) (3a26152)

20.42.0 (2024-11-06)

Features

20.41.0 (2024-11-05)

Features

Bug Fixes

  • Disable unsupported power on behaviour for Third Reality 3RWK0148Z (#8275) (a77be07)
  • Fix battery % for Legrand 067646 (#8278) (e6a3f39)

20.40.0 (2024-11-04)

Features

Bug Fixes

  • changed device vendor name from Namron AS to Namron to match with other devices (#8269) (e4dca4d)
  • Fix motion_sensitivity and occupancy_sensitivity for Tuya ZY-M100-24G (#8272) (f9aa47b)
  • Fix Develco SMSZB-120 and HESZB-120 configure (#8261) (d57705b)
  • Fixed unit errors for water level sensor ME201WZ (#8265) (f0c6a78)

20.39.2 (2024-11-03)

Bug Fixes

20.39.1 (2024-11-02)

Bug Fixes

  • ignore: fix f54366e8ad8aaf820a36de7b47720fcd906eab61 (02cd009)

20.39.0 (2024-11-02)

Features

Bug Fixes

20.38.0 (2024-10-31)

Features

Bug Fixes

20.37.0 (2024-10-30)

Features

Bug Fixes

20.36.0 (2024-10-29)

Features

Bug Fixes

  • Correct local temperature calibration min and max value on SONOFF TRVZB (#8214) (db1a214)
  • ignore: Develco: Bind genBinaryInput cluster instead of genpolllctrl (#8209) (7923565)
  • Improve OSRAM AC01353010G batter % calculation (#8212) (a188512)

20.35.0 (2024-10-27)

Features

Bug Fixes

20.34.0 (2024-10-26)

Features

Bug Fixes

20.33.0 (2024-10-23)

Features

Bug Fixes

20.32.0 (2024-10-21)

Features

Bug Fixes

20.31.0 (2024-10-19)

Features

  • add: TRV06_1 (#8151) (8c5bf29)
  • Tuya BAC-003 & BAC-002-ALZB: Add support for current_cooling_setpoint (#8157) (de18b34)

Bug Fixes

20.30.0 (2024-10-18)

Features

Bug Fixes

  • Allow reporting minimum to be specified in device file for electricityMeter configuration (#8123) (ebd3b74)

20.29.0 (2024-10-16)

Features

  • Add ota to SIN-4-FP-21_EQU (#8146) (9445044)
  • add: C-ZB-LC20-RGBW, C-ZB-LC20-RGBCCT, C-ZB-LC20-RGB, C-ZB-LC20-Dim, C-ZB-LC20-CCT (#8142) (5ead414)

Bug Fixes

20.28.0 (2024-10-14)

Features

Bug Fixes

20.27.2 (2024-10-13)

Bug Fixes

20.27.1 (2024-10-13)

Bug Fixes

  • ignore: fix pnpm publish (e280180)

20.27.0 (2024-10-13)

Features

Bug Fixes

20.26.0 (2024-10-12)

Features

Bug Fixes

20.25.0 (2024-10-10)

Features

Bug Fixes

20.24.0 (2024-10-06)

Features

Bug Fixes

20.23.1 (2024-10-05)

Bug Fixes

20.23.0 (2024-10-03)

Features

Bug Fixes

20.22.0 (2024-10-02)

Features

Bug Fixes

20.21.0 (2024-10-01)

Features

Bug Fixes

20.20.0 (2024-09-29)

Features

Bug Fixes

  • detect: Detect _TZE200_rxypyjkw as Evanell EZ200 (#8032) (40115c6)
  • Fix Lumi pet feeder LED indicator control (#8041) (e7bd227)
  • Fix scaling ignored when precision is specified in a modernExtend.numeric (#8048) (aed79ed)
  • ignore: update dependencies (#8046) (c251468)

20.19.0 (2024-09-28)

Features

Bug Fixes

20.18.0 (2024-09-25)

Features

Bug Fixes

20.17.1 (2024-09-24)

Bug Fixes

20.17.0 (2024-09-23)

Features

Bug Fixes

20.16.3 (2024-09-19)

Bug Fixes

20.16.2 (2024-09-18)

Bug Fixes

20.16.1 (2024-09-17)

Bug Fixes

20.16.0 (2024-09-16)

Features

Bug Fixes

20.15.0 (2024-09-14)

Features

Bug Fixes

20.14.1 (2024-09-12)

Bug Fixes

  • ignore: Fix 3RTHS24BZ exposes (a0cf779)

20.14.0 (2024-09-12)

Features

Bug Fixes

20.13.0 (2024-09-09)

Features

Bug Fixes

20.12.1 (2024-09-07)

Bug Fixes

  • ignore: fix e5c62b11a68e33b1877fe7f1796eba97bd72bb87 (4097368)

20.12.0 (2024-09-07)

Features

Bug Fixes

20.11.0 (2024-09-05)

Features

Bug Fixes

20.10.0 (2024-09-03)

Features

Bug Fixes

20.9.0 (2024-09-02)

Features

  • add: 1811680, 1811681 (#7925) (6f70b83)
  • add: 4099854295232, 4099854293276 (#7899) (8ebacac)
  • add: SQM300Z1, SQM300Z2, SQM300Z3 (#7928) (bf9c47f)
  • Support inching feature for various Tuya TS000X devices and cleanup definitions (#7898) (a26bb89)

Bug Fixes

  • Add water leak expose to Tuya RB-SRAIN01 (#7931) (c7f5aa2)

20.8.5 (2024-09-01)

Bug Fixes

20.8.4 (2024-09-01)

Bug Fixes

  • ignore: fix 7f73aee511c6b280aad8ffc4c032e99a9375cb6c (41477bc)

20.8.3 (2024-09-01)

Bug Fixes

  • ignore: fix 7f73aee511c6b280aad8ffc4c032e99a9375cb6c (f417096)

20.8.2 (2024-09-01)

Bug Fixes

20.8.1 (2024-08-30)

Bug Fixes

20.8.0 (2024-08-29)

Features

  • add: THE01860A (#7914) (941ad3c)
  • add: TSKT106W-M1, SZSN325W-Q, TSKT114W-S1, NZRC106W-M2, SZT211_AW-P1, SSS401ZB-T, TZSC302W-V1, TSKT222W-H4, TCUR218W-V1 (#7889) (00c1237)
  • add: VC-X01D (#7912) (a9b7c26)
  • add: ZG-103Z (#7908) (89532ee)
  • Support genBinaryOutput and genBinaryInput in definition generator (#7913) (8a178b6)

Bug Fixes

20.7.0 (2024-08-27)

Features

Bug Fixes

20.6.0 (2024-08-26)

Features

Bug Fixes

20.5.0 (2024-08-24)

Features

Bug Fixes

20.4.0 (2024-08-21)

Features

Bug Fixes

20.3.0 (2024-08-19)

Features

Bug Fixes

20.2.0 (2024-08-15)

Features

Bug Fixes

20.1.1 (2024-08-13)

Bug Fixes

  • ignore: fix c6193181845cf95d832ff1522114408bcfaedeb9 (9ff4359)

20.1.0 (2024-08-13)

Features

Bug Fixes

20.0.0 (2024-08-12)

⚠ BREAKING CHANGES

  • ignore: Document breaking change

Features

Bug Fixes

19.75.0 (2024-08-08)

Features

Bug Fixes

19.74.0 (2024-08-06)

Features

Bug Fixes

19.73.1 (2024-08-05)

Bug Fixes

19.73.0 (2024-08-03)

Features

Bug Fixes

19.72.0 (2024-08-01)

Features

Bug Fixes

19.71.1 (2024-07-23)

Bug Fixes

  • ignore: Fix _colorTempRangeProvided added to exposes when running in Jest tests (444910e)

19.71.0 (2024-07-23)

Features

Bug Fixes

19.70.0 (2024-07-16)

Features

Bug Fixes

  • Fix wrong vendor name and model for _TZE204_ztqnh5cg (#7774) (e8537e9)
  • ignore: Add pm1 expose (#7773) (bdd715e)
  • Sonoff TRV: move superfluous entities from sensors device category (#7772) (1644634)

19.69.0 (2024-07-15)

Features

Bug Fixes

19.68.0 (2024-07-13)

Features

Bug Fixes

19.67.0 (2024-07-11)

Features

Bug Fixes

19.66.0 (2024-07-09)

Features

Bug Fixes

19.65.0 (2024-07-06)

Features

Bug Fixes

19.64.0 (2024-07-03)

Features

Bug Fixes

19.63.0 (2024-07-02)

Features

Bug Fixes

19.62.0 (2024-06-30)

Features

Bug Fixes

  • detect: Detect _TZ3000_mmkbptmx as Tuya TS0004_switch_module (#7712) (866c7cb)
  • ignore: update dependencies (#7708) (2192c97)
  • ignore: update dependencies (#7713) (8be6da7)
  • Refactor develcoSpecificAirQuality into manuSpecificDevelcoAirQuality (#7706) (fdcd407)

19.61.0 (2024-06-29)

Features

Bug Fixes

  • detect: Detect _TZ3000_v7chgqso as Nous E3, _TZ3000_abjodzasas as Nous LZ3, _TZ3000_yruungrl as Nous B4Z and _TZ3000_6km7djcm as Nous LZ4 (#7705) (578ec18)
  • Fix Bosch BSD-2 alarm states (#7703) (d54c804)
  • Fix energy reporting change for ShinaSystem PMM-300Z1, PMM-300Z2 and PMM-300Z3 (#7697) (e84de6a)
  • Fix HA discovery for Bosch BTH-RA (#7685) (caf39c1)
  • Fix leadingTrailingEdge for Inovelli VZM36 (#7696) (9bc3d95)
  • Implement prettier (#7702) (607a13e)

19.60.1 (2024-06-25)

Bug Fixes

19.60.0 (2024-06-25)

Features

Bug Fixes

19.59.2 (2024-06-24)

Bug Fixes

  • BHI-US: Add missing expose of button actions (#7679) (15ac786)
  • detect: Detect _TZ3000_okaz9tjs as Elivco LSPA9 (#7684) (30de4a9)
  • detect: Detect _TZE204_a7sghmms as Giex QT06_2 (#7680) (c8622be)
  • detect: Detect _TZE204_rzrrjkz2 as Neo NAS-WV03B (#7688) (6b609b8)
  • Improve Third Reality 3RSS009Z battery % calculation (#7682) (483befe)
  • Minor modernExtend updates for Bosch BMCT-SLZ (#7654) (f65c5b5)

19.59.1 (2024-06-23)

Bug Fixes

  • Add 4512727 as whitelabel to EnOcean PTM 215Z (#7675) (3ed341f)
  • Fix 'customized' spelling for Tuya color_power_on_behavior (#7673) (daa6b98)
  • Omit battery_low for Tuya TS0203 models that don't have it (#7677) (cbaa6f4)

19.59.0 (2024-06-22)

Features

Bug Fixes

  • detect: Detect _TZE204_uab532m0 as Neo NAS-WV03B (#7670) (cc8bff0)
  • detect: Detect TRADFRI bulb GU10 WS 380lm as LED2005R5/LED2106R3 (#7665) (b9fd804)
  • Fix BITUO TECHNIK SPM01-U01 energy reporting (#7667) (9e5dcc2)
  • Inovelli - fix fan mode issue with vzm36 (#7664) (a746d1c)
  • Refactor Iluminize 511.344 to modernExtend (#7668) (d1f8a39)

19.58.0 (2024-06-20)

Features

Bug Fixes

19.57.1 (2024-06-18)

Bug Fixes

  • detect: Detect TRADFRI bulb E26 WS globe 1100lm as IKEA LED2201G8 (#7651) (85c0ed5)
  • ignore: Add qa to /devices/index.ts (#7650) (940dffe)
  • SPLZB-132: read develco specific sw/hw versions (#7653) (a03a5e9)

19.57.0 (2024-06-16)

Features

Bug Fixes

19.56.0 (2024-06-15)

Features

  • add: QAT42Z3, QAT42Z1, QAT42Z2, QARZ1DC, QARZDC1LR, QARZ2LR, QARZ3LR, QARZ4LR, QAT42Z1H, QAT42Z2H, QAT42Z3H, QAT44Z6H, QAT44Z4H, QADZ1, QADZ2 (#7610) (d21ed6a)
  • Enable modern OTA for BTH-RM & minor cleanup (#7633) (53def67)

Bug Fixes

19.55.0 (2024-06-13)

Features

19.54.0 (2024-06-12)

Features

Bug Fixes

19.53.0 (2024-06-10)

Features

Bug Fixes

19.52.0 (2024-06-08)

Features

Bug Fixes

19.51.0 (2024-06-05)

Features

Bug Fixes

19.50.1 (2024-06-04)

Bug Fixes

19.50.0 (2024-06-03)

Features

19.49.0 (2024-06-02)

Features

  • Support move_to_hue_and_saturation action for MiBoxer FUT089Z (#7595) (b1b6399)

Bug Fixes

19.48.0 (2024-06-01)

Features

Bug Fixes

19.47.1 (2024-06-01)

Bug Fixes

  • ignore: Fix TS0001_switch_1_gang whitelabels (0f3b6f2)
  • ignore: Update zh to 0.49.2 (29ed735)

19.47.0 (2024-05-31)

Features

  • Support new features for TuYa ZG-225Z and ZG-204ZM (#7553) (058eac7)

Bug Fixes

19.46.0 (2024-05-30)

Features

Bug Fixes

19.45.0 (2024-05-28)

Features

Bug Fixes

19.44.0 (2024-05-27)

Features

Bug Fixes

19.43.0 (2024-05-21)

Features

Bug Fixes

19.42.0 (2024-05-20)

Features

Bug Fixes

19.41.0 (2024-05-18)

Features

Bug Fixes

19.40.0 (2024-05-15)

Features

Bug Fixes

19.39.0 (2024-05-14)

Features

Bug Fixes

19.38.0 (2024-05-12)

Features

Bug Fixes

19.37.2 (2024-05-09)

Bug Fixes

19.37.1 (2024-05-08)

Bug Fixes

19.37.0 (2024-05-07)

Features

  • Improve support for Bosch BTH-RM230Z & BTH-RM (#7490) (5aa38e9)

Bug Fixes

19.36.1 (2024-05-06)

Bug Fixes

19.36.0 (2024-05-05)

Features

Bug Fixes

19.35.0 (2024-05-04)

Features

Bug Fixes

19.34.0 (2024-05-02)

Features

Bug Fixes

19.33.0 (2024-05-01)

Features

Bug Fixes

19.32.0 (2024-05-01)

Features

Bug Fixes

19.31.1 (2024-04-29)

Bug Fixes

19.31.0 (2024-04-29)

Features

Bug Fixes

19.30.0 (2024-04-28)

Features

Bug Fixes

19.29.0 (2024-04-27)

Features

Bug Fixes

19.28.0 (2024-04-25)

Features

Bug Fixes

19.27.0 (2024-04-23)

Features

Bug Fixes

  • detect: Detect _TZE200_snloy4rwz as Nous SZ-T04 (#7424) (cd2670f)
  • detect: Detect 440400982843 as Philips 915005733701 (#7428) (edc9fb9)
  • ignore: update zigbee-herdsman to 0.43.0 (#7431) (f93b210)
  • Increase Elko 4523430 max load (#7430) (85c1cd1)

19.26.0 (2024-04-21)

Features

Bug Fixes

  • detect: Detect _TZE200_0nauxa0p as Lonsonho EDM-1ZBB-EU (#7422) (fd484a9)
  • GS: use alarm_2 for SGPHM-I1 and attribute cleanup (#7417) (0f23246)
  • ignore: fix b7d939b21dd39f20b2786078cfabc9675195f3a6 (6689a08)

19.25.0 (2024-04-20)

Features

  • add: MEG5116-0300_MEG5162-0000, MEG5116-0300_MEG5151-0000 (#7408) (bf55e18)
  • add: TS0601_floor_thermostat (#7409) (9a6b1fb)
  • Legrand 067776(A): Added support for showing / hiding the tilt control (#7412) (79864a1)

Bug Fixes

  • Rework zoneStatus converter for Bosch BSD-2 (#7399) (ad3dc6d)

19.24.0 (2024-04-18)

Features

Bug Fixes

  • ignore: fix afc386ed6623b5492d2d3440aa7dbe389ca8d533 (76c7244)

19.23.0 (2024-04-16)

Features

Bug Fixes

19.22.0 (2024-04-15)

Features

Bug Fixes

19.21.0 (2024-04-13)

Features

Bug Fixes

19.20.0 (2024-04-11)

Features

Bug Fixes

19.19.1 (2024-04-10)

Bug Fixes

19.19.0 (2024-04-09)

Features

Bug Fixes

19.18.0 (2024-04-08)

Features

Bug Fixes

19.17.0 (2024-04-07)

Features

Bug Fixes

  • Fix genLevelCtrl target cluster type (#7343) (0625713)
  • Fix SPM01-U01 and SPM02-U01 not reporting energy (#7350) (781f691)
  • Fixes for Bosch BWA-1 & related converters (#7345) (abed8b6)

19.16.0 (2024-04-06)

Features

Bug Fixes

19.15.0 (2024-04-04)

Features

Bug Fixes

19.14.0 (2024-04-03)

Features

Bug Fixes

19.13.0 (2024-04-02)

Features

19.12.1 (2024-04-02)

Bug Fixes

19.12.0 (2024-04-02)

Features

Bug Fixes

19.11.2 (2024-04-01)

Bug Fixes

19.11.1 (2024-03-31)

Bug Fixes

19.11.0 (2024-03-31)

Features

Bug Fixes

19.10.0 (2024-03-29)

Features

Bug Fixes

  • detect: Detect d90d7c61c44d468a8e906ca0841e0a0cas HEIMAN HS3CG (#7278) (7eb5b1f)

19.9.0 (2024-03-27)

Features

Bug Fixes

19.8.0 (2024-03-26)

Features

Bug Fixes

19.7.0 (2024-03-25)

Features

Bug Fixes

19.6.0 (2024-03-24)

Features

Bug Fixes

19.5.0 (2024-03-21)

Features

Bug Fixes

19.4.2 (2024-03-20)

Bug Fixes

19.4.1 (2024-03-19)

Bug Fixes

19.4.0 (2024-03-19)

Features

Bug Fixes

  • detect: Detect _TZ3000_fdxihpp7 as TuYa WHD02 (#7236) (2c3252e)
  • detect: Detect HK-SENSOR-4IN1-A as Namron 4512770 (#7235) (9fcc7c7)
  • ignore: fix 56815b5dfbab1dd43510a695dd6857455ebc6bec (a149303)

19.3.0 (2024-03-17)

Features

Bug Fixes

19.2.1 (2024-03-14)

Bug Fixes

  • ignore: fix a18cdee95434aa7b71294a34c34f3703cf18d33b (3770d59)

19.2.0 (2024-03-14)

Features

Bug Fixes

19.1.1 (2024-03-13)

Bug Fixes

19.1.0 (2024-03-12)

Features

Bug Fixes

  • Fix Develco FLSZB-110 temperature reporting (#7202) (fc52b55)

19.0.0 (2024-03-11)

⚠ BREAKING CHANGES

  • Remove legacy extend support (#7200)

Features

Bug Fixes

18.49.0 (2024-03-11)

Features

Bug Fixes

18.48.0 (2024-03-10)

Features

Bug Fixes

18.47.0 (2024-03-08)

Features

  • Add additional exposes for 8719514440937/8719514440999 (#7177) (cb5f0d4)
  • add: E2202 (#7163) (f370b34)
  • Added OTA support for various Schneider Electric devices (#7178) (1499b09)
  • add: ZNQBKG42LM, ZNQBKG43LM, ZNQBKG44LM, ZNQBKG45LM (#7160) (c1c6095)

Bug Fixes

18.46.0 (2024-03-07)

Features

18.45.0 (2024-03-06)

Features

  • New modern extends and GS device converters update (#7134) (519130e)

Bug Fixes

18.44.0 (2024-03-05)

Features

Bug Fixes

18.43.0 (2024-03-04)

Features

Bug Fixes

18.42.0 (2024-03-01)

Features

  • Support fanTimerMode for Inovelli VZM35-SN (#7023) (0d71ea4)

Bug Fixes

  • ignore: update dependencies (#7141) (9b8536a)
  • Reference attributes directly from cluster for various Schneider Electric specific attributes (#7139) (0ed1497)

18.41.0 (2024-02-29)

Features

Bug Fixes

18.40.0 (2024-02-27)

Features

  • add: TS0001_switch_module, TS0002_switch_module_1 (#7126) (c469be8)

Bug Fixes

18.39.1 (2024-02-26)

Bug Fixes

  • ignore: fix 1ec99a5e8305c37479913a7a1b69a0c9a48b38eb (afc29c1)

18.39.0 (2024-02-26)

Features

Bug Fixes

18.38.0 (2024-02-25)

Features

Bug Fixes

18.37.1 (2024-02-24)

Bug Fixes

18.37.0 (2024-02-22)

Features

Bug Fixes

18.36.0 (2024-02-20)

Features

Bug Fixes

18.35.0 (2024-02-19)

Features

Bug Fixes

18.34.0 (2024-02-18)

Features

Bug Fixes

18.33.2 (2024-02-15)

Bug Fixes

18.33.1 (2024-02-14)

Bug Fixes

18.33.0 (2024-02-13)

Features

Bug Fixes

18.32.0 (2024-02-12)

Features

Bug Fixes

18.31.0 (2024-02-11)

Features

Bug Fixes

18.30.0 (2024-02-08)

Features

  • Support more features for Aqara ZNQBKG26LM and ZNQBKG26LM (#7044) (22772e4)

Bug Fixes

18.29.1 (2024-02-07)

Bug Fixes

  • ignore: fix 15c887eebe5b00e0e1591731b6bfa0dff158be9b (9284c7a)

18.29.0 (2024-02-07)

Features

Bug Fixes

18.28.3 (2024-02-06)

Bug Fixes

18.28.2 (2024-02-05)

Bug Fixes

18.28.1 (2024-02-04)

Bug Fixes

18.28.0 (2024-02-04)

Features

  • Add OTA support for the Namron 540139X panel heaters (#7008) (1b57e29)
  • Expose identify for IKEA E2013 and E2134 (#7000) (52bfef5)

Bug Fixes

18.27.1 (2024-02-03)

Bug Fixes

18.27.0 (2024-02-03)

Features

Bug Fixes

18.26.0 (2024-02-01)

Features

  • Support button state during rotation for Lumi ZNXNKG02LM (#6992) (b667d44)

Bug Fixes

18.25.1 (2024-01-31)

Bug Fixes

18.25.0 (2024-01-30)

Features

18.24.0 (2024-01-29)

Features

Bug Fixes

18.23.1 (2024-01-28)

Bug Fixes

  • ignore: fix efac56192c9c923d5b23d3b317f50effa9b7699e (9bbcc9b)

18.23.0 (2024-01-28)

Features

Bug Fixes

18.22.0 (2024-01-27)

Features

Bug Fixes

18.21.0 (2024-01-25)

Features

Bug Fixes

18.20.0 (2024-01-24)

Features

Bug Fixes

18.19.0 (2024-01-23)

Features

Bug Fixes

18.18.0 (2024-01-21)

Features

Bug Fixes

18.17.0 (2024-01-20)

Features

Bug Fixes

18.16.0 (2024-01-19)

Features

Bug Fixes

18.15.1 (2024-01-18)

Bug Fixes

18.15.0 (2024-01-17)

Features

Bug Fixes

18.14.0 (2024-01-16)

Features

Bug Fixes

18.13.0 (2024-01-15)

Features

Bug Fixes

18.12.0 (2024-01-13)

Features

Bug Fixes

18.11.0 (2024-01-11)

Features

Bug Fixes

18.10.1 (2024-01-09)

Bug Fixes

18.10.0 (2024-01-08)

Features

Bug Fixes

18.9.0 (2024-01-07)

Features

Bug Fixes

  • Add ignore_tuya_set_time to TuYa X5H-GB-B (#6850) (ec2e9b5)
  • detect: Detect _TZE200_kvpwq8z7 as TuYa TS0601_gas_sensor_1 (#6848) (763ae37)
  • Expose battery for IKEA E2013 (#6846) (5403c8a)
  • Fix power_factor unit for various devices and add SPM01-D2TZ-U01 (#6847) (57e7990)
  • ignore: update dependencies (#6849) (acc678b)

18.8.0 (2024-01-06)

Features

Bug Fixes

18.7.0 (2024-01-06)

Features

Bug Fixes

18.6.0 (2024-01-05)

Features

Bug Fixes

18.5.0 (2024-01-04)

Features

Bug Fixes

18.4.0 (2024-01-02)

Features

  • Adapt exposes according to covering type for Ubisys J1 (#6809) (d2993ee)
  • add: 4512752/4512753 (#6811) (9f28f8f)
  • Expose keypad_lockout for Schneider Electric WV704R0A0902 (#6807) (ee056c7)

Bug Fixes

18.3.0 (2024-01-01)

Features

Bug Fixes

  • ignore: update dependencies (#6798) (1ec95a3)
  • Several fixes for Bosch BMCT-SLZ Light/Roller Shutter Switch (#6785) (caddaab)

18.2.0 (2023-12-30)

Features

Bug Fixes

18.1.0 (2023-12-29)

Features

Bug Fixes

18.0.2 (2023-12-27)

Bug Fixes

  • ignore: Revert module to commonjs (411a92a)

18.0.1 (2023-12-27)

Bug Fixes

18.0.0 (2023-12-26)

⚠ BREAKING CHANGES

  • Improve consistency of calibrate and precision round options (#6769)

Features

  • Improve consistency of calibrate and precision round options (#6769) (204ee90)

Bug Fixes

17.1.1 (2023-12-26)

Bug Fixes

  • ignore: Export setDataDir (961ee0b)

17.1.0 (2023-12-26)

Features

17.0.0 (2023-12-25)

⚠ BREAKING CHANGES

  • ignore: Extend definition generator (#6760)

Features

16.18.0 (2023-12-25)

Features

  • ignore: Prepare merging TuYa datapoints to modernExtend (#6733) (8f9e954)
  • Improvements and fixes for Bosch BTH-RA (#6761) (47412c4)

Bug Fixes

16.17.0 (2023-12-23)

Features

Bug Fixes

16.16.0 (2023-12-22)

Features

Bug Fixes

16.15.1 (2023-12-21)

Bug Fixes

16.15.0 (2023-12-20)

Features

Bug Fixes

  • Fix for Bosch BTH-RA (radiator thermostat II) inability for the heating algorithm to learn when using remote temp (#6742) (d91e2f3)
  • Fix Paulmann 291.52 color temp range (#6744) (4bcb369)
  • ignore: Small refactor to modernExtend reporting config (#6746) (61f448d)
  • Xiaomi VOCKQJK11LM Improvements and modernExtend conversion (#6739) (d33480e)

16.14.1 (2023-12-19)

Bug Fixes

  • ignore: fix dbada8607da74712b833a99b3c2e5e395b414f1c (44c9793)

16.14.0 (2023-12-19)

Features

Bug Fixes

16.13.0 (2023-12-18)

Features

Bug Fixes

16.12.0 (2023-12-17)

Features

Bug Fixes

16.11.0 (2023-12-16)

Features

Bug Fixes

16.10.0 (2023-12-15)

Features

Bug Fixes

16.9.0 (2023-12-13)

Features

Bug Fixes

16.8.0 (2023-12-12)

Features

Bug Fixes

16.7.0 (2023-12-11)

Features

Bug Fixes

16.6.0 (2023-12-10)

Features

Bug Fixes

16.5.0 (2023-12-09)

Features

  • Support scene transition times with a resolution of 100ms instead of 1 second (#6656) (cc816f4)

Bug Fixes

16.4.0 (2023-12-09)

Features

  • ignore: Refactor various Philips devices to modernExtend (#6668) (269889b)

Bug Fixes

  • ignore: fix eacd234c9ea2b7b69e261bcdaeeef3e473ff08a6 (340417a)
  • ignore: update dependencies (#6669) (238ca89)

16.3.1 (2023-12-08)

Bug Fixes

  • ignore: Revert "fix(ignore): Refactor Philips lights to modernExtend (#6659)" (57d6204)

16.3.0 (2023-12-08)

Features

Bug Fixes

16.2.0 (2023-12-07)

Features

Bug Fixes

16.1.0 (2023-12-05)

Features

Bug Fixes

16.0.2 (2023-12-04)

Bug Fixes

16.0.1 (2023-12-04)

Bug Fixes

16.0.0 (2023-12-03)

⚠ BREAKING CHANGES

  • ignore: Fix typing and remove legacy from index (#6614)

Features

  • ignore: Fix typing and remove legacy from index (#6614) (42d37a0)

15.132.0 (2023-12-03)

Features

Bug Fixes

15.131.0 (2023-12-02)

Features

Bug Fixes

15.130.1 (2023-12-01)

Bug Fixes

  • ignore: Add missing frient import (2c722d4)

15.130.0 (2023-12-01)

Features

Bug Fixes

15.129.0 (2023-11-30)

Features

Bug Fixes

15.128.0 (2023-11-28)

Features

Bug Fixes

15.127.0 (2023-11-27)

Features

Bug Fixes

15.126.0 (2023-11-26)

Features

Bug Fixes

15.125.1 (2023-11-26)

Bug Fixes

15.125.0 (2023-11-24)

Features

Bug Fixes

  • detect: Detect _TZ3000_skueekg3 as TuYa WHD02 (#6552) (3675cef)
  • detect: Detect _TZE204_iaeejhvf as TuYa MTG075-ZB-RL (#6550) (50684fd)

15.124.0 (2023-11-23)

Features

Bug Fixes

15.123.1 (2023-11-22)

Bug Fixes

  • ignore: Revert "fix: Combine extend exposes/fromZigbee/toZigbee" (ce1d0ca)

15.123.0 (2023-11-22)

Features

Bug Fixes

  • ignore: Revert "fix: Fix Vesternet VES-ZB-SWI-015 configure failing (#6412)" (#6540) (139c6c8)
  • ignore: Update as assertions to satisfies (#6527) (14cd7e6)
  • Various fixes for TuYa BAB-1413_Pro (#6534) (6468cac)

15.122.0 (2023-11-21)

Features

Bug Fixes

  • Combine extend exposes/fromZigbee/toZigbee (7761fc7)
  • Fix index.test.ts imports (c77cfdd)
  • Fix Innr RB 279 T not controllable (#6522) (cd07d62)
  • Fix TuYa BAB-1413_Pro preset values (#6526) (0673b8a)
  • Fix TuYa TS0502B not reporting values (#6509) (716aba3)
  • ignore: add missing extend types (5580254)
  • ignore: update dependencies (#6506) (a78c0bf)
  • Revert stop and antri-freeze values for Nodon cable outlet (#6513) (25ba90d)

15.121.0 (2023-11-19)

Features

Bug Fixes

  • Fix time incorrect for ZWT198 and add a mode (#6511) (d9375f6)

15.120.0 (2023-11-18)

Features

Bug Fixes

  • detect: detect _TZ3000_saiqcn0y as WSD500A (#6491) (c2a0c4c)
  • detect: Detect TRADFRI bulb E26 WW G95 CL 440lm as IKEA LED2102G3 (#6490) (d56edec)
  • Fix Namron 4512737/4512738 window_open_check min value (#6502) (26a1ac6)
  • Fix text for QBKG32LM operation_mode (#6505) (f27afb7)
  • Fix Zemismart ZM25RX-08/30 state reverted (#6503) (1605fd5)

15.119.0 (2023-11-16)

Features

Bug Fixes

15.118.0 (2023-11-16)

Features

15.117.0 (2023-11-15)

Features

Bug Fixes

15.116.0 (2023-11-14)

Features

  • Expose on_transition_time and off_transition_time for Vesternet VES-ZB-DIM-004 (#6447) (aec2760)

Bug Fixes

15.115.0 (2023-11-13)

Features

Bug Fixes

15.114.0 (2023-11-12)

Features

Bug Fixes

15.113.0 (2023-11-10)

Features

Bug Fixes

15.112.0 (2023-11-09)

Features

  • Add temperature_display_mode for LYWSD03MMC (#6437) (5b5532e)
  • Update SIN-4-FP-21 and SIN-4-FP-20 from NodOn (#6429) (1d692cc)

Bug Fixes

15.111.0 (2023-11-08)

Features

Bug Fixes

15.110.0 (2023-11-07)

Features

Bug Fixes

15.109.0 (2023-11-06)

Features

  • add: 929003621101 (#6417) (ed90660)
  • add: SIN-4-FP-21_EQU (#6414) (cb031f5)
  • add: U2-86K11ND10-ZD, U2-86K21ND10-ZD, U2-86K31ND10-ZD (#6419) (acc0510)
  • Support local_temperature_calibration for SONOFF TRVZB (#6415) (c50064a)
  • Support colortemp for OSRAM 4062172044776_1 (#6410) (2dd5f2b)
  • Support extra effects for Philips 929003535301 and 929003674601 (#6413) (6b98633)

Bug Fixes

15.108.0 (2023-11-05)

Features

Bug Fixes

15.107.0 (2023-11-03)

Features

Bug Fixes

15.106.0 (2023-11-01)

Features

Bug Fixes

  • detect: Detect _TZE204_d0ypnbvn as IOTPerfect PF-PM02D-TYZ (#6378) (f32a2ce)

15.105.1 (2023-10-31)

Bug Fixes

15.105.0 (2023-10-30)

Features

Bug Fixes

15.104.0 (2023-10-29)

Features

Bug Fixes

15.103.0 (2023-10-27)

Features

Bug Fixes

15.102.0 (2023-10-25)

Features

Bug Fixes

15.101.0 (2023-10-23)

Features

Bug Fixes

15.100.0 (2023-10-22)

Features

Bug Fixes

15.99.0 (2023-10-21)

Features

Bug Fixes

  • detect: Detect TRADFRI bulb E26 WW G95 CL 450lm as IKEA LED2102G3 (#6315) (c5b7cee)
  • Fix various values for _TZE200_5toc8efa divided by 10 (#6316) (d7ef1a8)

15.98.0 (2023-10-20)

Features

  • Expose more actions for TuYa TS004F and add _TZ3000_nuombroo (#6303) (e81ba3f)

Bug Fixes

15.97.0 (2023-10-18)

Features

Bug Fixes

15.96.0 (2023-10-17)

Features

Bug Fixes

15.95.0 (2023-10-16)

Features

Bug Fixes

  • detect: Detect _TZ3000_yfekcy3n as TuYa DS04 (#6296) (acf1004)
  • detect: Detect _TZE200_jkbljri7 as TuYa MIR-HE200-TY (#6293) (90913a2)
  • detect: Detect FEB56-ZSN26YS1.3 as Nue / 3A HGZB-045 (#6292) (cbe9760)
  • detect: Detect TRADFRI bulb E26 CWS 810lm as IKEA LED1924G9 (#6291) (b1917d3)
  • ignore: Revert "fix: Fix incorrect Yookee D10110 cover position (#6211)" (#6289) (33c36fd)

15.94.2 (2023-10-15)

Bug Fixes

  • detect: Detect _TZ3000_empogkya as Zemismart ZM-L03E-Z and _TZ3000_lubfc1t5 as TuYa M10Z (#6281) (2f60e66)
  • detect: Detect PCM002 as Philips 915005733701 (#6287) (7d8c4a5)
  • Fixes for _TZE200_5toc8efa thermostat (#6276) (4d3212f)
  • ignore: update dependencies (#6285) (c3e8a76)

15.94.1 (2023-10-14)

Bug Fixes

15.94.0 (2023-10-13)

Features

Bug Fixes

15.93.0 (2023-10-12)

Features

  • add: CTL-R1-TY-Zigbee (#6264) (18f68d6)
  • ignore: Enable incremental TSC builds (#6273) (d54d5a6)
  • Increase max supported pincodes to 1000 for Onesti Products AS easyCodeTouch_v1 (#6271) (40defe1)

Bug Fixes

15.92.1 (2023-10-10)

Bug Fixes

  • ignore: dummy change to trigger update (487436f)

15.92.0 (2023-10-10)

Features

Bug Fixes

15.91.0 (2023-10-09)

Features

Bug Fixes

15.90.0 (2023-10-08)

Features

Bug Fixes

15.89.1 (2023-10-07)

Bug Fixes

15.89.0 (2023-10-06)

Features

Bug Fixes

15.88.0 (2023-10-05)

Features

Bug Fixes

15.87.0 (2023-10-03)

Features

  • Expose battery for Schneider Electric WV704R0A0902 (#6220) (6957b4f)

Bug Fixes

15.86.1 (2023-10-03)

Bug Fixes

15.86.0 (2023-10-03)

Features

Bug Fixes

15.85.0 (2023-09-28)

Features

Bug Fixes

15.84.0 (2023-09-27)

Features

Bug Fixes

  • ignore: fix b98aacee6c35fbe19a44b1ef3d1d3ea64a57f54c (1001027)

15.83.0 (2023-09-26)

Features

Bug Fixes

15.82.0 (2023-09-24)

Features

Bug Fixes

15.81.1 (2023-09-21)

Bug Fixes

15.81.0 (2023-09-20)

Features

Bug Fixes

15.80.0 (2023-09-19)

Features

Bug Fixes

15.79.0 (2023-09-17)

Features

Bug Fixes

15.78.0 (2023-09-17)

Features

Bug Fixes

15.77.0 (2023-09-16)

Features

Bug Fixes

15.76.0 (2023-09-14)

Features

  • Expose power outage memory for Mercator Ikuü SPP02GIP (#6159) (b92fdd9)

Bug Fixes

  • detect: Detect _TZ3000_skueekg3 as TuYa WHD02 (#6160) (32eebe7)
  • detect: Detect _TZ3000_uwkja6z1 as Nous A4Z (#6162) (ea7644a)

15.75.0 (2023-09-13)

Features

Bug Fixes

15.74.0 (2023-09-11)

Features

Bug Fixes

15.73.0 (2023-09-09)

Features

Bug Fixes

15.72.0 (2023-09-07)

Features

Bug Fixes

  • Rename 948.47 to 948.47/29165 and add color temp range (#6141) (57bd2c7)

15.71.0 (2023-09-06)

Features

Bug Fixes

15.70.0 (2023-09-04)

Features

Bug Fixes

15.69.0 (2023-09-03)

Features

Bug Fixes

15.68.0 (2023-09-02)

Features

Bug Fixes

15.67.1 (2023-09-01)

Bug Fixes

15.67.0 (2023-09-01)

Features

Bug Fixes

15.66.1 (2023-08-31)

Bug Fixes

  • ignore: fix 888918c119756090bb123b061c83587155168ae0 (b18397a)

15.66.0 (2023-08-31)

Features

Bug Fixes

15.65.0 (2023-08-30)

Features

Bug Fixes

  • detect: Detect _TZ3000_aa5t61rh as TS0002_switch_module_3 (#6117) (eb83e94)
  • Fix middle volume value for TuYa YXZBSL (#6119) (2db8db2)

15.64.0 (2023-08-29)

Features

Bug Fixes

  • detect: Detect _TZE204_rhblgy0z as TuYa TS0601_din_1 (#6111) (d2c0dd2)
  • detect: Detect 929002376402 as 929002376401 (#6112) (21a0401)
  • Enable hue/saturation for Paulmann lights (#6114) (1b401e9)

15.63.0 (2023-08-27)

Features

Bug Fixes

15.62.0 (2023-08-26)

Features

15.61.0 (2023-08-24)

Features

Bug Fixes

15.60.0 (2023-08-20)

Features

15.59.0 (2023-08-19)

Features

Bug Fixes

  • ignore: revert 126c55eae80d78cf270e8c616909e53c59c1844c (ddb5115)

15.58.1 (2023-08-18)

Bug Fixes

15.58.0 (2023-08-17)

Features

  • Add label to exposes (#6066) (8f62565)
  • add: 915005988001 (#6080) (e61be78)
  • Support fan mode, keypad lockout and OTA and remove pi heating demand for Zen Zen-01-W (#6078) (520128a)
  • Support schedule for TuYa TS0601_thermostat_3 and add _TZE200_p3dbf6qs and _TZE200_rxntag7i (#6067) (3a948ab)
  • Support tamper for TuYa TS0207_water_leak_detector (#6079) (b166a63)

Bug Fixes

15.57.0 (2023-08-14)

Features

Bug Fixes

15.56.0 (2023-08-12)

Features

Bug Fixes

15.55.3 (2023-08-10)

Bug Fixes

15.55.2 (2023-08-09)

Bug Fixes

15.55.1 (2023-08-08)

Bug Fixes

15.55.0 (2023-08-07)

Features

Bug Fixes

15.54.1 (2023-08-06)

Bug Fixes

15.54.0 (2023-08-05)

Features

15.53.0 (2023-08-04)

Features

Bug Fixes

15.52.0 (2023-08-03)

Features

Bug Fixes

15.51.0 (2023-08-02)

Features

Bug Fixes

15.50.1 (2023-08-01)

Bug Fixes

  • ignore: Fix changelog and model (4e67577)

15.50.0 (2023-07-31)

Features

Bug Fixes

  • detect: Detect _TZE204_ntcy3xu1 as TuYa TS0601_smoke_1 (#6027) (4c15386)
  • ignore: fix f11b5d7b600334383a95520475834384dea21c1d (277e6eb)
  • ignore: Fixes for easyCodeTouch_v1 (#6024) (1a6ac0e)

15.49.0 (2023-07-27)

Features

  • Add new features for Onesti Products AS easyCodeTouch_v1 (#6010) (62fbaa2)
  • add: SOMFY-1241752 (#6019) (ccffb64)
  • add: ZY-M100-S_2 (#5990) (90519ec)
  • detect: Detect _TZ3000_qomxlryd as ORBIS Windows & Door Sensor, _TZ3000_qomxlryd as ORBIS Motion Sensor, _TZ3000_awvmkayh as ORBIS Water Sensor and _TYZB01_821siati as ORBIS Vibration Sensor (#6013) (7ad7aa3)

Bug Fixes

15.48.0 (2023-07-26)

Features

Bug Fixes

15.47.0 (2023-07-25)

Features

Bug Fixes

  • ignore: Improvements for U86Z223A10-ZJU01(GD) (#5997) (2062d03)

15.46.0 (2023-07-24)

Features

15.45.0 (2023-07-23)

Features

Bug Fixes

15.44.0 (2023-07-19)

Features

Bug Fixes

  • detect: Detect _TZE200_zxxfv8wi as HUARUI CMD900LE (#5984) (d5b5c15)

15.43.0 (2023-07-18)

Features

15.42.0 (2023-07-17)

Features

Bug Fixes

15.41.0 (2023-07-15)

Features

Bug Fixes

15.40.0 (2023-07-13)

Features

Bug Fixes

15.39.1 (2023-07-11)

Bug Fixes

15.39.0 (2023-07-10)

Features

Bug Fixes

15.38.0 (2023-07-09)

Features

Bug Fixes

15.37.0 (2023-07-07)

Features

  • add: MG-ZG01W, MG-ZG02W, MG-ZG03W (#5939) (9a375a9)
  • add: TS0003_switch_3_gang_with_backlight (#5953) (ee9a7ab)
  • Update NodOn / ADEO description files and support OTA for some (#5952) (ae047bb)

Bug Fixes

15.36.0 (2023-07-05)

Features

Bug Fixes

  • Fix timers of RTX ZVG1 and Saswell SAS980SWT-7-Z01 (#5948) (0c9bc38)
  • Fix various Eco-Dim.07/Eco-Dim.10 variants not recognised (#5946) (ac852a8)

15.35.1 (2023-07-04)

Bug Fixes

15.35.0 (2023-07-04)

Features

Bug Fixes

15.34.0 (2023-07-02)

Features

Bug Fixes

15.33.1-hotfix.0 (2023-07-08)

Bug Fixes

15.33.1 (2023-07-01)

Bug Fixes

15.33.0 (2023-06-30)

Features

Bug Fixes

  • Change brightness min reporting to 1 to prevent spamming of some devices (#5925) (e82fe59)
  • Fix naming inconsistency for vendor LED-Trading (#5931) (b1f6e97)

15.32.0 (2023-06-27)

Features

Bug Fixes

15.31.0 (2023-06-26)

Features

  • Support occupancy and illuminance for Third Reality 3RSNL02043Z (#5914) (c1f9b33)

Bug Fixes

15.30.0 (2023-06-25)

Features

Bug Fixes

15.29.0 (2023-06-23)

Features

Bug Fixes

15.28.0 (2023-06-22)

Features

Bug Fixes

15.27.0 (2023-06-20)

Features

  • Support OTA for Legrand 067771 and 067772 (#5899) (bcd4a14)

Bug Fixes

15.26.0 (2023-06-19)

Features

Bug Fixes

15.25.0 (2023-06-18)

Features

Bug Fixes

15.24.0 (2023-06-14)

Features

Bug Fixes

15.23.0 (2023-06-13)

Features

Bug Fixes

15.22.0 (2023-06-12)

Features

Bug Fixes

15.21.2 (2023-06-08)

Bug Fixes

  • ignore: Fix 0d0ceb2631ff65379ddbd7a99591453558741b4c (7c03d14)

15.21.1 (2023-06-08)

Bug Fixes

15.21.0 (2023-06-08)

Features

Bug Fixes

15.20.0 (2023-06-08)

Features

Bug Fixes

15.19.1 (2023-06-07)

Bug Fixes

15.19.0 (2023-06-07)

Features

Bug Fixes

15.18.0 (2023-06-05)

Features

Bug Fixes

  • Disable unsupported power_on_behaviour for Innr FL 130 C (#5842) (0de0829)

15.17.0 (2023-06-04)

Features

Bug Fixes

15.16.0 (2023-06-03)

Features

Bug Fixes

15.15.1 (2023-06-02)

Bug Fixes

15.15.0 (2023-06-02)

Features

Bug Fixes

15.14.1 (2023-06-01)

Bug Fixes

  • ignore: Improve Access type check (beadb08)

15.14.0 (2023-06-01)

Features

Bug Fixes

15.13.1-hotfix.1 (2023-06-07)

Bug Fixes

  • ignore: Fix 6e91fbb2947d0d272df6941092b490c2fcf6d5bc (df01d07)

15.13.1-hotfix.0 (2023-06-07)

Bug Fixes

15.13.1 (2023-06-01)

Bug Fixes

15.13.0 (2023-05-31)

Features

Bug Fixes

15.12.0 (2023-05-30)

Features

Bug Fixes

15.11.0 (2023-05-27)

Features

15.10.0 (2023-05-26)

Features

Bug Fixes

  • ignore: fix trailing space in SNZB-02P description (#5800) (5900bf0)

15.9.0 (2023-05-25)

Features

Bug Fixes

15.8.2 (2023-05-24)

Bug Fixes

15.8.1 (2023-05-24)

Bug Fixes

15.8.0 (2023-05-24)

Features

15.7.1 (2023-05-24)

Bug Fixes

15.7.0 (2023-05-23)

Features

Bug Fixes

15.6.0 (2023-05-23)

Features

  • Support illuminance_lux for Xiaomi ZNCLBL01LM (#5781) (1710dbc)

15.5.0 (2023-05-22)

Features

15.4.0 (2023-05-22)

Features

15.3.0 (2023-05-22)

Features

15.2.0 (2023-05-22)

Features

  • Support more features for Acova TAFFETAS2 (#5773) (965eb3c)

15.1.0 (2023-05-22)

Features