Difference between revisions of "Release Notes 1.1.5"

From Hubitat Documentation
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
'''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.
Line 26: Line 26:
 
** HS-DS100 Plus contact sensor (Generic Z-Wave Contact Sensor)
 
** HS-DS100 Plus contact sensor (Generic Z-Wave Contact Sensor)
 
** Leviton DZ6HD-1BZ (Generic Z-Wave Smart Dimmer)
 
** Leviton DZ6HD-1BZ (Generic Z-Wave Smart Dimmer)
** New Built-in App Features
 
  
Scene
+
*New Built-in App Features
Now allows manual scene adjustments in the app.
+
** Scene
Auto captures additional devices selected.
+
*** Now allows manual scene adjustments in the app.
Button Controller
+
*** Auto captures additional devices selected.
Now supports Start Raising Dimmer, Start Lowering Dimmer, and Stop Changing Dimmer.
+
** Button Controller
Lutron Integration
+
*** Now supports Start Raising Dimmer, Start Lowering Dimmer, and Stop Changing Dimmer.
Now supports startLevelChange and stopLevelChange for Lutron Dimmer.
+
** Lutron Integration
Hubitat Safety Monitor
+
*** Now supports startLevelChange and stopLevelChange for Lutron Dimmer.
Now supports separate entry delays for Armed-Away and Armed-Home.
+
** Hubitat Safety Monitor
Added optional repetition of text and audio alerts.
+
*** Now supports separate entry delays for Armed-Away and Armed-Home.
Added optional intrusion arming-failure alerts for open contact sensors
+
*** Added optional repetition of text and audio alerts.
Motion Lighting
+
*** Added optional intrusion arming-failure alerts for open contact sensors
Now supports Scenes Per Mode
+
** Motion Lighting
Hubitat Maker API
+
*** Now supports Scenes Per Mode
New Built In App that creates a HTTP GET API for authorized devices
+
** Hubitat Maker API
Hubitat Dashboard
+
*** New Built In App that creates a HTTP GET API for authorized devices
Dashboards Menu now loads all resources from hub if local and cloud if remote.
+
** Hubitat Dashboard
HSM and Mode status can now be used in Attribute Tile
+
*** Dashboards Menu now loads all resources from hub if local and cloud if remote.
Rule Machine
+
*** HSM and Mode status can now be used in Attribute Tile
Allow conversion from Rule or Trigger to Triggered Rule.
+
** Rule Machine
Allow random delay for seconds of delay
+
*** Allow conversion from Rule or Trigger to Triggered Rule.
Bug Fixes
+
*** Allow random delay for seconds of delay
 
+
'''
Prevent false presence events at system startup
+
'''Bug Fixes'''
Logs now wrap to fit on the screen.
+
Prevent false presence events at system startup
Hubitat Safety Monitor: use only "siren" and "strobe" commands, not "on".
+
Logs now wrap to fit on the screen.
Rule Machine:
+
Hubitat Safety Monitor: use only "siren" and "strobe" commands, not "on".
fix for Days of Week in rule conditions with other time conditions.
+
Rule Machine:
fixed valve open/close action
+
**  fix for Days of Week in rule conditions with other time conditions.
fixed prevention of setting Private Boolean while rule Restricted
+
**  fixed valve open/close action
Motion Lighting: fix issues with dimmer/switch override
+
**  fixed prevention of setting Private Boolean while rule Restricted
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:
+
Motion Lighting: fix issues with dimmer/switch override
location.mode in myModeInput
+
mode input in apps:  
Now that same test would be:
+
** 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
location.mode == myModeInput
+
**  Now that same test would be:location.mode == myModeInput
Fix display of devices on Z-Wave info page.
+
Fix display of devices on Z-Wave info page.
Fix skipping of Z-Wave devices in repair
+
Fix skipping of Z-Wave devices in repair
Fix Sonos TTS message truncation and message repeats
+
Fix Sonos TTS message truncation and message repeats
Zooz 4-in-1 performance fixes
+
Zooz 4-in-1 performance fixes
Fix Schlage BE469 Z-Wave lock code and event issues
+
Fix Schlage BE469 Z-Wave lock code and event issues
Fix Zone motion zone timing out when motion sensors remain active.
+
Fix Zone motion zone timing out when motion sensors remain active.
Link to Hub fixed hue/saturation setting for RGBW bulb
+
Link to Hub fixed hue/saturation setting for RGBW bulb
Hubitat Dashboard
+
Hubitat Dashboard
Music Player Tile updates Play/Pause and Stop properly
+
Music Player Tile updates Play/Pause and Stop properly
HSM and Mode Tiles update status properly if changed outside dashboard
+
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