Difference between revisions of "Release Notes 2.2.2"

From Hubitat Documentation
Jump to: navigation, search
Line 66: Line 66:
 
** Now removes settings for devices in deleted actions.
 
** Now removes settings for devices in deleted actions.
 
** No longer displays triggers with remote devices.
 
** No longer displays triggers with remote devices.
 +
** Fixed bug with Custom Attribute variable trigger.
 
* All drivers: prevent temperature offset from being reset when configure is called.
 
* All drivers: prevent temperature offset from being reset when configure is called.
 
* EVA LOGIK Smart Plug Dimmer: fix reporting issues with new firmware.
 
* EVA LOGIK Smart Plug Dimmer: fix reporting issues with new firmware.
Line 71: Line 72:
 
* Maker API: Fixed multiple CORS hosts.
 
* Maker API: Fixed multiple CORS hosts.
 
* Mode Manager: Fixed earlier/later of two times.
 
* Mode Manager: Fixed earlier/later of two times.
 +
* Fortrezz MIMO2+: Fixed reporting issues introduced in 2.2.1.
 +
* Button Controllers: Fixed bug cloning Button Controller 3.0.
 +
* Thermostat Scheduler: Fixed bug with thermostats that don't have supportedThermostatFanModes.
 +
* Rule 4.0 performance improvments.
 +
* Logging made optional in Simple Automation Rule.
 +
* App events made optional in Rule 4.0, Motion Lighting and Simple Automation Rule.
 +
* Added missing doubleTapable capability to sengled button controller driver.
 +
* MakerAPI: Fixed cors origin issue.
 +
* Thermostat Scheduler: Subscribe to all thermostat setpoints.
 +
* Added ConcurrentHashMap to the list of allowed classes.
  
 
''Platform Changes''
 
''Platform Changes''

Revision as of 22:21, 22 July 2020

Hubitat Elevation Platform update 2.2.2 is now available

Please note, the process takes about a minute to download (depending on your Internet connection) and extract the hub update, and 1-2 minutes to perform the update after you click 'Update Hub'. We recommend that you periodically download a backup of your setup from the Settings page, Backup and Restore.

Changes from 2.2.1:

Drivers and Devices

  • New drivers:
    • Nexia NX1000 Z-Wave Scene Controller
    • Remotec ZXT600 Z-Wave IR AC Controller
    • Sengled Button Controller (E1E-G7F)
    • EVA LOGIK In-Wall Switch (ZW30)
    • RGBgenie Button Controller (ZB-5001)
    • Ring Alarm Keypad Gen1 (*C7 Required*)
    • Ring Alarm Keypad Gen2 (*C7 Required*)
    • Ring Alarm Motion Gen2 (*C7 Required*)
    • Ring Alarm Contact Gen2 (*C7 Required*)
    • Aeotec Door/Window Sensor 7 Series
    • Aeotec Water Sensor 7 PRO
    • Aeotec AerQ Temperature/Humidity Sensor
    • RGBGenie Z-Wave Micro Switch (ZW4004)
    • RGBGenie Z-Wave Remote (ZW5002)
  • New compatible devices
    • Sinope Smart Plug (SP2600ZB) using Generic Zigbee Outlet
    • GE Zigbee Switch (43076) using GE Zigbee Switch
    • GE Zigbee Dimmer (43090) using GE Zigbee Dimmer
    • UK alertMe socket using Iris V1 Outlet
    • MINOSTON In-Wall Smart Switch (MS10Z) using EVA LOGIK In-Wall Switch
    • Sunricher (ZG2833K8_EU05) using RGBgenie Button Controller
      • (existing RGBgenie 8 Button Controller driver is depreciated)
    • Aeotec Door/Window Sensor 7 PRO using Aeotec Door/Window Sensor 7 Series
    • Aeotec Door/Window Sensor 7 Basic using Aeotec Door/Window Sensor 7 Series
    • Sunricher Z-Wave In-Wall Smart Switch (ZV9100) using RGBGenie Z-Wave Micro Switch
    • Sunricher Z-Wave Dim Remote Control (ZV9001K12) using RGBGenie Z-Wave Remote
  • New driver features
    • Honeywell T6 Pro added PowerSource capability.
    • Inovelli Multi-Color Bulb added support for firmware 2.30 and later.
    • Aurora Zigbee Switch added power monitoring for double and single socket.

New App Features

  • Button Controllers
    • Added cloning of Button Controllers..
    • Allows multiple button devices per instance.
    • Allows expanded ColorTemperature range of 1500 .. 9000.
    • Supports volume adjustment, mute/unmute.
  • Amazon Echo Skill
    • Added support for thermostat devices.
    • Added optional advanced thermostat interface.
    • Add device not responding option (enable to mitigate persistent device not responding messages).
  • Maker API
    • Allows refresh of access token. **Warning**: Doing this invalidates all existing endpoints for this instance of Maker API.
    • Allows hex RGB color for command setColor, in format, e.g., {“hex”:”15fe21”}.
  • Rule 4.0
    • Allows pause/resume of Motion Lighting and Simple Automation Rules. For this to work you must first open Motion Lighting Apps and/or Simple Automation Rules and hit Done to populate lists for RM.
  • Thermostat Scheduler
    • Added Thermostat Fan Mode control.
  • Scene 1.2
    • UI was improved.

Bug Fixes

  • Thermostat Scheduler: Fixed ecoMode.
  • Rule 4.0:
    • Now removes settings for devices in deleted actions.
    • No longer displays triggers with remote devices.
    • Fixed bug with Custom Attribute variable trigger.
  • All drivers: prevent temperature offset from being reset when configure is called.
  • EVA LOGIK Smart Plug Dimmer: fix reporting issues with new firmware.
  • Yale Zigbee Lock: fix battery reports for YRL226 TS and YRD226 TSDB.
  • Maker API: Fixed multiple CORS hosts.
  • Mode Manager: Fixed earlier/later of two times.
  • Fortrezz MIMO2+: Fixed reporting issues introduced in 2.2.1.
  • Button Controllers: Fixed bug cloning Button Controller 3.0.
  • Thermostat Scheduler: Fixed bug with thermostats that don't have supportedThermostatFanModes.
  • Rule 4.0 performance improvments.
  • Logging made optional in Simple Automation Rule.
  • App events made optional in Rule 4.0, Motion Lighting and Simple Automation Rule.
  • Added missing doubleTapable capability to sengled button controller driver.
  • MakerAPI: Fixed cors origin issue.
  • Thermostat Scheduler: Subscribe to all thermostat setpoints.
  • Added ConcurrentHashMap to the list of allowed classes.

Platform Changes

  • Groovy version updated from 2.4.10 to 2.4.19.
  • MQTT Client allows setting clean session flag (defaults to true).
  • MQTT Client now supports TLS with client certificates.