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