Skip to content

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

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

v1.3.1

28 Mar 17:41
a6f58bc
Compare
Choose a tag to compare

Fixed

  • Fix allowMessagePassthrough=false not working for messages from Home.app

v1.3.0

28 Mar 00:51
aedbca5
Compare
Choose a tag to compare

Fixed

  • There was a problem when mdnsConfig was
    empty #322
  • There was a problem when NRCHKB was updated without Node-RED
    restart #363
  • Linked service throws error during setup if parent waits for the setup message (thanks @AlexOwl)
  • . in Bridge name was causing it not being published without any feedback to user

Added

  • More code tests
  • Verify if Node.js version criteria is met on start
  • Support fo9r Standalone Accessory mode (like in old
    times) #310
  • (Experimental) Support for Custom Characteristics #52
  • Add client IP address to onSet/onChange output
    message (msg.hap.session) #328
  • As of new mdns advertiser available now there is a possibilty to choose which you want to use in Bridge Config: ciao (
    new, improved but not yet proved) or (good old) bonjour. Default bonjour

Changed

  • Updated hap-nodejs to 0.9.4
  • Updated dependencies to latest versions
  • TypeScript-ify code
  • Generate random pin code for new Bridge nodes

v1.2.0

16 Aug 20:55
7172914
Compare
Choose a tag to compare

Fixed

  • JS console error when opening a linked service #278
  • Fixed outputs number not being remembered by editor
  • Fixed saving Software Revision fo Service node
  • Fixed HAPStorage path on Windows
  • There was a translation issue, changed pilot to remote in README.

Added

  • Added Firmware, Software and Hardware Revision fields to Bridge configuration
  • Now we have examples that you can import in node-red!
  • You can make Service node wait for setup message.

Changed

  • Now Firmware, Software and Hardware Revision and Model fields are set by default to NRCHKB version, Manufacturer is NRCHKB by default
  • Updated hap-nodejs to 0.7.8
  • Updated dependencies to latest versions
  • Disallow using port 1880 for Bridge as that port is reserved for node-red

v.1.1.1

30 Jun 17:58
c039d15
Compare
Choose a tag to compare

Added

  • Firmware Revision configuration option (optional) #211
  • Hardware and Software Revision configuration option (optional)
  • Project now support typescript!

Fixed

  • Error status is not passed to callback when "No response" was triggered #227 also discussed in #185

Changed

  • Some README.md rework
  • Updated hap-nodejs to 0.7.3
  • Updated dependencies to latest versions
  • Moved lint-staged config to main level and added minimum nodejs version

Removed

  • Some unused code disappeared.

v1.0.4

03 Mar 23:32
ffb2289
Compare
Choose a tag to compare

Fixed

  • Warn when trying to deploy node without bridge or parentService attached #214
  • Additional Command Line value in Camera Control is now optional #214

v1.0.3

01 Mar 22:18
efb19d8
Compare
Choose a tag to compare

Fixed

  • Video Filter value in Camera Control is now optional in node-red editor too #214