Skip to content

Releases: NRCHKB/node-red-contrib-homekit-bridged

Release 1.6.1

19 Feb 22:08
6f71cac
Compare
Choose a tag to compare

Fixed

  • Bug: Cannot find module 'ip' #545

Release 1.6.0

12 Jan 00:19
26efd86
Compare
Choose a tag to compare

What's Changed

Removed

  • NodeJS <12 no longer supported

Changed

  • Pin Code format for new devices changed to XXXX-XXXX
  • Updated hap-nodejs to 0.11.1 (bug fixes)

Full Changelog: v1.5.0...v1.6.0

Release 1.5.0

22 Nov 16:51
b52945d
Compare
Choose a tag to compare

Added

  • Support for new advertiser AVAHI
  • Support for new advertiser RESOLVED
  • Added msg.hap.reachable parameter to get device reachable state (related to NO_RESPONSE)

Fixed

  • Accessory could not be recovered from NO_RESPONSE using single Characteristic
  • Make unsupported Characteristic error more
    descriptive #456
  • FFmpeg No such file or directory #495
  • allChars: properties have spaces in names #496
  • Wait for host to return from unpublish/destroy before exiting, set published flag on destroy
  • Security system with characteristics, bad behaviour #388

Changed

  • Updated hap-nodejs to 0.9.7 (bug fixes)
  • Updated hap-nodejs to 0.9.8 (bug fixes)
  • Updated hap-nodejs to 0.10.0 (features)
  • Updated hap-nodejs to 0.10.1 (changes)
  • Updated hap-nodejs to 0.10.2 (bug fixes)
  • Updated hap-nodejs to 0.10.3 (bug fixes)
  • Updated hap-nodejs to 0.10.4 (bug fixes)
  • Updated hap-nodejs to 0.11.0 (features and bug fixes)

Bugfix Release 1.4.3

11 Oct 22:46
e89a8cd
Compare
Choose a tag to compare

Added

  • Pass Characteristic key in event context for Service2

Changed

  • Updated hap-nodejs to 0.9.6 (bug fixes and security fixes)

v1.4.2

05 Oct 16:53
740c93d
Compare
Choose a tag to compare

What's Changed

  • 1.4.2 Resolve issue with customCharacteristics not loading from file by @Shaquu in #442

Full Changelog: v1.4.1...v1.4.2

v1.4.1

05 Oct 16:24
4833319
Compare
Choose a tag to compare

Fixed

  • Fix readme appearance on flows.nodered.org

v1.4.0

04 Oct 14:33
5f9855f
Compare
Choose a tag to compare

Fixed

  • Fixed customCharacteristics incorrect refresh in UI
  • Implemented static accessoryUUIDs for subflows Enables the use of nrchkb nodes in subflows with backwards
    compatibility #393 - thanks @kevinkub
  • Fixed Custom MDNS Configuration not showing in UI for Standalone Accessory
  • Stop components from clearing other component's node.status call
  • Add missing advertiser selector in UI for Standalone Accessory
  • Not naming the host node causes a crash #424
  • Do not output oldValue for onSet as it does not have access to old value

Added

  • Notice during app launch: Node.js 10 will be deprecated in Node-RED 2.0.0
  • Event output in Service 2 which is available in NRCHKB_EXPERIMENTAL #392 #437
  • Status node to fetch Serialized Service #210
  • Support for environment variables in characteristic properties #217

Changed

  • Updated hap-nodejs to 0.9.5 (added new iOS 15 Services and Characteristics)
  • Updated dependencies to latest versions
  • Changed BatteryService to Battery in demo examples as BatteryService is deprecated #381 - thanks @crxporter
  • Readme rework - thanks @crxporter
  • More descriptive error when incorrect Characteristic has been used in msg.payload
  • Add msg.hap.allChars to service nodes #438

v1.3.6

20 Jul 22:31
f2a5076
Compare
Choose a tag to compare

Fixed

  • nrchkb complaining about validValues #52

v1.3.5

11 Jun 15:15
bc4c865
Compare
Choose a tag to compare

Fixed

  • NO_RESPONSE not working

v1.3.4

13 Apr 22:38
8fb7267
Compare
Choose a tag to compare

Fixed

  • onChange fired when value not changed #390 - thanks for reporting @Delphius7
  • Resolve issues with incorrect Characteristics names used in node output
  • Resolve issues with some Characteristics names not being accepted since hap-nodejs upgrade