Skip to content

Collection of device converters to be used with zigbee-herdsman

License

Notifications You must be signed in to change notification settings

mrozentsvayg/zigbee-herdsman-converters

This branch is 1 commit ahead of, 1562 commits behind Koenkk/zigbee-herdsman-converters:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bb1dff · May 30, 2024
Apr 1, 2024
Apr 28, 2024
Jan 27, 2024
May 30, 2024
May 30, 2024
May 21, 2023
Jan 26, 2024
Oct 9, 2023
Nov 3, 2023
May 30, 2024
May 30, 2024
May 23, 2018
Mar 13, 2024
Jan 26, 2024
May 30, 2024
May 30, 2024
Jan 4, 2024
Dec 27, 2023

Repository files navigation

NPM

zigbee-herdsman-converters

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

Breaking changes

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

Contributing

See Zigbee2MQTT how to support new devices.

Submitting a pull request

If you'd like to submit a pull request, you should run the following commands to ensure your changes will pass the tests:

npm install
npm run lint
npm run build
npm test

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

About

Collection of device converters to be used with zigbee-herdsman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.4%
  • Python 0.1%