Difference between revisions of "Release Notes 1.1.5"

From Hubitat Documentation
Jump to: navigation, search
(Created page with "Hubitat Elevation Platform update 1.1.5 is now available: Please note, the process takes about a minute to download (depending on your Internet connection) and extract the hu...")
 
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hubitat Elevation Platform update 1.1.5 is now available:
+
'''Hubitat Elevation Platform update 1.1.5 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.
 
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 1.1.4:
+
'''Changes from 1.1.4:'''
  
Platform Additions / Changes
+
'''Platform Additions / Changes'''
  
Shutdown and Reboot paths are moving to POST instead of GET, if you are using these outside of the hub UI, please update. Next update will remove the GET route.
+
* Shutdown and Reboot paths are moving to POST instead of GET, if you are using these outside of the hub UI, please update. Next update will remove the GET route.
timeToday() method is now available in Drivers as well as Apps
+
* timeToday() method is now available in Drivers as well as Apps
New method available in Drivers and Apps: GPathResult parseXML(String stringToParse)
+
* New method available in Drivers and Apps: GPathResult parseXML(String stringToParse)
Enable telnet explicit termination character sequence matching, if you are using telnet for any custom drivers, please check for proper operations.
+
* Enable telnet explicit termination character sequence matching, if you are using telnet for any custom drivers, please check for proper operations.
New Drivers and Devices
 
  
New drivers:
+
'''New Drivers and Devices'''
Aeotec Smart Switch 6
 
Halo Smoke Alarm
 
Samsung V5 Button (push,hold,double tap)
 
Zoos Z-Wave power strip
 
New driver features:
 
Lutron Dimmer now supports startLevelChange and stopLevelChange.
 
Sonos driver now supports playTrackAndResume
 
New device support:
 
Samsung V5 Multi sensor (Generic Zigbee Contact Sensor)
 
HS-DS100 Plus contact sensor (Generic Z-Wave Contact Sensor)
 
Leviton DZ6HD-1BZ (Generic Z-Wave Smart Dimmer)
 
New Built-in App Features
 
  
Scene
+
*New drivers:
Now allows manual scene adjustments in the app.
+
** Aeotec Smart Switch 6
Auto captures additional devices selected.
+
** Halo Smoke Alarm
Button Controller
+
** Samsung V5 Button (push,hold,double tap)
Now supports Start Raising Dimmer, Start Lowering Dimmer, and Stop Changing Dimmer.
+
** Zoos Z-Wave power strip
Lutron Integration
+
*New driver features:
Now supports startLevelChange and stopLevelChange for Lutron Dimmer.
+
** Lutron Dimmer now supports startLevelChange and stopLevelChange.
Hubitat Safety Monitor
+
** Sonos driver now supports playTrackAndResume
Now supports separate entry delays for Armed-Away and Armed-Home.
+
** New device support:
Added optional repetition of text and audio alerts.
+
** Samsung V5 Multi sensor (Generic Zigbee Contact Sensor)
Added optional intrusion arming-failure alerts for open contact sensors
+
** HS-DS100 Plus contact sensor (Generic Z-Wave Contact Sensor)
Motion Lighting
+
** Leviton DZ6HD-1BZ (Generic Z-Wave Smart Dimmer)
Now supports Scenes Per Mode
 
Hubitat Maker API
 
New Built In App that creates a HTTP GET API for authorized devices
 
Hubitat Dashboard
 
Dashboards Menu now loads all resources from hub if local and cloud if remote.
 
HSM and Mode status can now be used in Attribute Tile
 
Rule Machine
 
Allow conversion from Rule or Trigger to Triggered Rule.
 
Allow random delay for seconds of delay
 
Bug Fixes
 
  
Prevent false presence events at system startup
+
*New Built-in App Features
Logs now wrap to fit on the screen.
+
** Scene
Hubitat Safety Monitor: use only "siren" and "strobe" commands, not "on".
+
*** Now allows manual scene adjustments in the app.
Rule Machine:
+
*** Auto captures additional devices selected.
fix for Days of Week in rule conditions with other time conditions.
+
** Button Controller
fixed valve open/close action
+
*** Now supports Start Raising Dimmer, Start Lowering Dimmer, and Stop Changing Dimmer.
fixed prevention of setting Private Boolean while rule Restricted
+
** Lutron Integration
Motion Lighting: fix issues with dimmer/switch override
+
*** Now supports startLevelChange and stopLevelChange for Lutron Dimmer.
mode input in apps: if multiple:false is selected (also the default), previously the platform would return an array with the selected mode as its single element (a bug). That bug has been fixed, which means that any app using this input will need to be updated accordingly. This would primarily affect a test against the mode input setting, where previously it would be something like:
+
** Hubitat Safety Monitor
location.mode in myModeInput
+
*** Now supports separate entry delays for Armed-Away and Armed-Home.
Now that same test would be:
+
*** Added optional repetition of text and audio alerts.
location.mode == myModeInput
+
*** Added optional intrusion arming-failure alerts for open contact sensors
Fix display of devices on Z-Wave info page.
+
** Motion Lighting
Fix skipping of Z-Wave devices in repair
+
*** Now supports Scenes Per Mode
Fix Sonos TTS message truncation and message repeats
+
** Hubitat Maker API
Zooz 4-in-1 performance fixes
+
*** New Built In App that creates a HTTP GET API for authorized devices
Fix Schlage BE469 Z-Wave lock code and event issues
+
** Hubitat Dashboard
Fix Zone motion zone timing out when motion sensors remain active.
+
*** Dashboards Menu now loads all resources from hub if local and cloud if remote.
Link to Hub fixed hue/saturation setting for RGBW bulb
+
*** HSM and Mode status can now be used in Attribute Tile
Hubitat Dashboard
+
** Rule Machine
Music Player Tile updates Play/Pause and Stop properly
+
*** Allow conversion from Rule or Trigger to Triggered Rule.
HSM and Mode Tiles update status properly if changed outside dashboard
+
*** Allow random delay for seconds of delay
 +
'''
 +
'''Bug Fixes'''
 +
Prevent false presence events at system startup
 +
Logs now wrap to fit on the screen.
 +
Hubitat Safety Monitor: use only "siren" and "strobe" commands, not "on".
 +
Rule Machine:
 +
**  fix for Days of Week in rule conditions with other time conditions.
 +
**  fixed valve open/close action
 +
**  fixed prevention of setting Private Boolean while rule Restricted
 +
Motion Lighting: fix issues with dimmer/switch override
 +
mode input in apps:  
 +
** if multiple:false is selected (also the default), previously the platform would return an array with the selected mode as its single element (a bug). That bug has been fixed, which means that any app using this input will need to be updated accordingly. This would primarily affect a test against the mode input setting, where previously it would be something like: location.mode in myModeInput
 +
**  Now that same test would be:location.mode == myModeInput
 +
Fix display of devices on Z-Wave info page.
 +
Fix skipping of Z-Wave devices in repair
 +
Fix Sonos TTS message truncation and message repeats
 +
Zooz 4-in-1 performance fixes
 +
Fix Schlage BE469 Z-Wave lock code and event issues
 +
Fix Zone motion zone timing out when motion sensors remain active.
 +
Link to Hub fixed hue/saturation setting for RGBW bulb
 +
Hubitat Dashboard
 +
Music Player Tile updates Play/Pause and Stop properly
 +
HSM and Mode Tiles update status properly if changed outside dashboard

Latest revision as of 17:17, 5 October 2018

Hubitat Elevation Platform update 1.1.5 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 1.1.4:

Platform Additions / Changes

  • Shutdown and Reboot paths are moving to POST instead of GET, if you are using these outside of the hub UI, please update. Next update will remove the GET route.
  • timeToday() method is now available in Drivers as well as Apps
  • New method available in Drivers and Apps: GPathResult parseXML(String stringToParse)
  • Enable telnet explicit termination character sequence matching, if you are using telnet for any custom drivers, please check for proper operations.

New Drivers and Devices

  • New drivers:
    • Aeotec Smart Switch 6
    • Halo Smoke Alarm
    • Samsung V5 Button (push,hold,double tap)
    • Zoos Z-Wave power strip
  • New driver features:
    • Lutron Dimmer now supports startLevelChange and stopLevelChange.
    • Sonos driver now supports playTrackAndResume
    • New device support:
    • Samsung V5 Multi sensor (Generic Zigbee Contact Sensor)
    • HS-DS100 Plus contact sensor (Generic Z-Wave Contact Sensor)
    • Leviton DZ6HD-1BZ (Generic Z-Wave Smart Dimmer)
  • New Built-in App Features
    • Scene
      • Now allows manual scene adjustments in the app.
      • Auto captures additional devices selected.
    • Button Controller
      • Now supports Start Raising Dimmer, Start Lowering Dimmer, and Stop Changing Dimmer.
    • Lutron Integration
      • Now supports startLevelChange and stopLevelChange for Lutron Dimmer.
    • Hubitat Safety Monitor
      • Now supports separate entry delays for Armed-Away and Armed-Home.
      • Added optional repetition of text and audio alerts.
      • Added optional intrusion arming-failure alerts for open contact sensors
    • Motion Lighting
      • Now supports Scenes Per Mode
    • Hubitat Maker API
      • New Built In App that creates a HTTP GET API for authorized devices
    • Hubitat Dashboard
      • Dashboards Menu now loads all resources from hub if local and cloud if remote.
      • HSM and Mode status can now be used in Attribute Tile
    • Rule Machine
      • Allow conversion from Rule or Trigger to Triggered Rule.
      • Allow random delay for seconds of delay

Bug Fixes

  • Prevent false presence events at system startup
  • Logs now wrap to fit on the screen.
  • Hubitat Safety Monitor: use only "siren" and "strobe" commands, not "on".
  • Rule Machine:
    • fix for Days of Week in rule conditions with other time conditions.
    • fixed valve open/close action
    • fixed prevention of setting Private Boolean while rule Restricted
  • Motion Lighting: fix issues with dimmer/switch override
  • mode input in apps:
    • if multiple:false is selected (also the default), previously the platform would return an array with the selected mode as its single element (a bug). That bug has been fixed, which means that any app using this input will need to be updated accordingly. This would primarily affect a test against the mode input setting, where previously it would be something like: location.mode in myModeInput
    • Now that same test would be:location.mode == myModeInput
  • Fix display of devices on Z-Wave info page.
  • Fix skipping of Z-Wave devices in repair
  • Fix Sonos TTS message truncation and message repeats
  • Zooz 4-in-1 performance fixes
  • Fix Schlage BE469 Z-Wave lock code and event issues
  • Fix Zone motion zone timing out when motion sensors remain active.
  • Link to Hub fixed hue/saturation setting for RGBW bulb
  • Hubitat Dashboard
  • Music Player Tile updates Play/Pause and Stop properly
  • HSM and Mode Tiles update status properly if changed outside dashboard