Release Notes

This page conveys release notes for firmware and software releases. 

Please note that releases of firmware, software and other documentation are available on the Downloads page.

RapidHA Lighting

RapidHA Lighting is a Daintree ControlScope-compliant ZigBee application specifically designed for integration into lighting products. It is based on the HA 1.2-compliant RapidHA application. 

Please note that devices running RapidHA firmware may be serially or OTA upgraded to RapidHA Lighting, but that upgrades from RapidHA Lighting to standard RapidHA should be avoided for the time being. 

RapidHA Lighting v1.2.10

The primary feature on the v1.2.10 release is to support Multiple Profile Auto Detection between HA1.2 Network and Daintree Network. There are other bug fixes in the release.

  1. Auto Detect during ZigBee Joining to see if the Coordinator has Daintree OUI (0x00 0x22 0x81) to determine if the device has joined to a HA 1.2 or Daintree ControlScope network.
    • hide the Daintree MSE Clusters if joined to HA1.2 networks
      • Commissioning Cluster (0x0015)
      • Daintree Power On Cluster (0xE002)
      • Daintree Ballast Configuration Cluster (0xFC01)
  2. Fixed the Add Scene Command decoding with multiple cluster payload
  3. Daintree Heartbeat Rejoin trigger changed from 30mins (3x10mins) to 60mins(3x20 mins) to match the timing specified in the Daintree test cases.
  4. Daintree Rejoin 2 Hours Time out to Leave Network only if it is not part of a zone (no group entry added). 
    • If it is part of a zone (added to a group), never leave network automatically.
    • Stay in the rejoin process indefinitely until rejoin successfully or Manual Network Button Reset.
  5. Daintree Turning Back on at Previous Level 
    • The firmware will store the Previous On Level if receives the Level Control Cluster Commands: MoveToLevel0, MoveDown or StepDown.
    • And then the firmware will restore the Previous On Level when receives the On/Off Cluster On command.

***Upgrade Path Warning***

  • If the device was running firmware in the v1.0.x or v1.1.x family (prior to v1.2.x), after an ota upgrade to v1.2.10, the device must leave the existing network and perform new network join.
  • It is because the new Auto Detect Feature (feature #1) was not implemented in v1.1.x family.
  • In order for the new Auto Detect Feature to work in the v1.2.x family, there must be a new network join for the 1st detection.
  • Any subsequence ota upgrade in v1.2.x family will not require any special instruction.

RapidHA Lighting v1.0.13

The purpose of this release is to enable a limited subset of the /wiki/spaces/SPRHA15/pages/37093429 to RapidHA Lighting. In previous releases, RapidHA Lighting issued no outbound serial communications as it was not designed for operation against a Host processor. 

This release of RapidHA Lighting will still operate independently on the network as before and will also continue to operate the PWM GPIO in response to lighting events, but will now also inform a connected Host about incoming lighting events (On/Off, Move to Level and their combinations) via the serial interface. The serial protocol adheres to the RapidHA serial protocol with the incorporation of one new frame. 

New Features

This release will provide facilities for your Host processor to be notified of changes to the On/Off, Identify, and Level Control attributes/states so you can manipulate LED drivers accordingly. The serial frames issued by the application are described on the Serial Protocol - RapidConnect Lighting page.