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.
¶ Drivers and Devices
- New drivers:
- Aeotec Dual Nano Switch (ZW132)
- Aeotec Smart Energy Switch (DSC06106)
- Aurora Zigbee Switch (smart socket, smart double socket)
- Aurora Zigbee Button Controller (AU-A1ZBRC)
- Ring Alarm Range Extender
- Ring Alarm Motion Sensor
- Ring Alarm Contact Sensor
- Ring Alarm Smoke/CO Listener
- HomeSeer Floodlight Sensor (HS-FLS100+)
- HomeSeer Multi-Sensor HSM200
- Everspring Illumination Sensor (ST815)
- RGBGenie Z-Wave Micro Controller (ZW-4001)
- Remotec Z-Wave-to-AC IR Extender (ZXT-120)
- Inovelli Z-Wave Smart Scene Dimmer S2 (LZW30)
- Inovelli Bulb Multi-Color (LZW42)
- Inovelli Bulb Multi-White (LZW41)
- New compatible devices
- Sunricher In-Wall Dimmer (SR-ZV9101SAC-HP) using RGBGenie Z-Wave Micro Controller
- Sunricher In-Wall Dimmer (SR-ZV9101SAC-HP) using RGBGenie Z-Wave Micro Controller
- New driver features
- Add physical/digital to Aeon dual micro driver
- Lutron thermostat: Added supportedThermostatModes, supportedThermostatFanModes
- Add transition time option to virtual shade driver
- Simple Automation Rule:
- Added "Turn on and set color."
- Rule 4.0:
- Added support for read/write of local files. See <a href="https://community.hubitat.com/t/local-files-in-rule-4-0/42885"this post.
- Add support for
supportedThermostatModes
, supportedThermostatFanModes
.
- Rule 4.0:
- Fixed bug with "Toggle Color Temperature" setting level.
- Fixed bug with multiple trigger events with mode.
- Fixed bug where offset to sensor value not added as it should be when setting variable from sensor value.
- Fixed null pointer error for malformed variable reference.
- Fixed all selection for power source condition.
- Z-Wave command class
multicmdv1.MultiCmdEncap
:
- Fixed payload not parsed within encapsulatedCommands method.
- Added encapsulate method.
- Thermostat Scheduler: Fixed bug with Manual setpoint change.
- Notifier and HSM Rule: Fixed “Once in every x minutes” to only allow 59 minutes.
- Yale Zigbee Lock: fix code errors with encryption enabled.
- Unit is now returned with device attribute state.
- New method to remove access token for oauth app:
revokeAccessToken()
- New method to remove data values from devices:
removeDataValue(String name)
- Z-Wave device data is populated before calls to
installed()
and configure()
for newly added devices.
- Async HTTP GET, POST, etc. will now return a base64-encoded string if the response is binary data.
- Apps can now subscribe to all device events.
- Fixed headers map in App web requests: system was not placing headers in the correct headers map, instead it was placing them into the request map.
- Added
getSetting()
method to DeviceWraper
and InstalledAppWrapper
.
- All Z-Wave drivers: switchBinarySet and switchMultilevelSet commands will replace basicSet for devices that support the switchBinary and or switchMultilevel classes; this is a requirement of Z-Wave certification.
- New File Manager for local file storage. This feature is currently in beta.