- [FIX] Fixed issues with some sensors not updating there status.
- [NEW] Added support for Air Quality sensors.
- [FIX] Testing some fixes for the Garage Door Status and contacts
- [FIX] Tweaks for better windowShade support.
- [FIX] Tweaked the detection logic slightly to help with devices that show that they have invalid values for some characteristics.
- [FIX] Package updates for security.
- [FIX] Package updates for security.
- [NEW] Added new pluginTest endpoint so the HE app can test if communication with the plugin is working.
- [FIX] Package updates for security.
- [FIX] Disabled Debug Logging.
- [NEW] Package updates for security.
- [FIX] Made changes to support HSM Alarm Triggers in HomeKit.
- [FIX] Lowered chalk package back to v4.x.
- [NEW] Package updates for security.
- [FIX] WindowShades will now be detected on devices with speed attributes.
- [NEW] Package updates for security.
- [NEW] Package updates for security.
- [NEW] Added Config Parameter (configure_light_by_name) to stop homebridge plugin from assigning device as a light because device has light in the name.
- [NEW] Added Config Parameter (configure_fan_by_name) to stop homebridge plugin from assigning device as a fan because device has Fan in the name.
- [FIX] Fixed AlarmSystem Triggers for Intrusion Alerts for HSM.
- Please note that when alerts occur you will see a warning in the logs like this:
This plugin generated a warning from the characteristic 'Security System Target State': characteristic was supplied illegal value: number 4 exceeded maximum of 3. See https://git.io/JtMGR for more info.
This error is harmless
- Please note that when alerts occur you will see a warning in the logs like this:
- [FIX] Fixed exception when removing adaptive lighting from a device.
- [NEW] Support for marking switches as Outlets under HomeKit.
- [FIX] Minor fix for some water sensors not working.
- [FIX] Logging tweaks and cleanups.
- [FIX] Resolved bugs from recent log changes.
- [FIX] Switch status updates should now work correctly.
- [REMOVE] Removed custom logger and switched to native homebridge logging interface
- [NEW] Finally Added support for buttons/remotes under HomeKit.
- [FIX] Tried to add a check for values to detect if they are empty
- [FIX] Fixed issue with Adaptive Lighting not being removed when disabling via app or config file.
- [FIX] Bug fixes.
- [NEW] Added support for the new light input to block a light from supporting adaptive lighting .
- [FIX] Node package updates.
- [NEW] Added support for HomeKit's new Adaptive Lighting (Only works with Bulbs supporting ColorTemp and Brightness) Adaptive Lighting.
- Please note that this feature may not set the temps correctly for certain bulbs and may require some tweaks to the config file. (See: adaptive_lighting_offset in the readme)
- [FIX] Tweaks colorTemp conversion logic.
- [NEW] Added support for FanControl capability and speed attributes in Fans.
- [UPDATE] Stripped out unnecessary capabilities and attributes for fan devices
- [FIX] Bug fixes and node package updates.
- [NEW] Added new config option for rounding levels <5 to 0 and > 95 to 100 (On by Default now).
- [FIX] Log cleanups.
- [NEW] Create virtual devices under HomeKit to trigger your WebCoRE pistons.
- [FIX] Tweaked value transforms for temperature, colorTemperature, to prevent errors.
- [FIX] Stopped ChargingState errors in logs.
- [FIX] Cleaned up unnecessary logging.
- [UPDATE] Code cleanups and optimizations.
- [FIX] Last plugin update broke HSM events.
- [FIX] Fixed validate token feature
- [NEW] Added logging for the PowerSource value
- [FIX] Fix for https responses.
- [FIX] There was an issue with the plugin not sending back the response to the HE app as JSON which would throw a 500 error.
- [UPDATE] Slight cleanup of the logic of updating config settings from Hubitat.
- [UPDATE] @jorhett submitted some logging cleanups and made them more human friendly on the plugin side.
- [UPDATE] Minor code cleanups and tweaks.
- [UPDATE] Restored support for charging state under batteries in HomeKit.
- [UPDATE] Added fan characteristic to thermostats.
- [FIX] Shades devices that don't use level commands should now work with setPosition.
- [FIX] Generic Zigbee RGBW bulb drivers were throwing error for setColorTemperature commands not being an integer.
- [FIX] HSM status updates should now work correctly.
-
[NEW] Important NOTICE:
- Due to the changes in the plugin API you can not directly update the plugin from v1, you will need to add as a new accessory and setup your devices/automations/scenes again. On a positive note, you can use your existing hubitat app instance as long as you update it to the latest code.
-
[NEW] Completely rewrote the entire plugin from the ground up using modern javascript structure.
-
[NEW] The code is now much cleaner, easier to update/maintain, and easier for others to follow.
-
[NEW] The plugin is now faster, leaner, and way more stable than the previous versions.
-
[NEW] The plugin now uses the Homebridge Dynamic platform API, meaning it no longer requires a restart of the Homebridge service for device changes to occur.
-
[NEW] The plugin now utilizes the device cache on service restart to prevent losing all of your devices when the plugin fails to start for an extended period of time.
-
[NEW] Plugin will now remove devices no longer selected under Hubitat App.
-
[NEW] Logging system was rewritten to provide more insight into issues and status, as well as write them to a file.
-
[NEW] Switched web request library from Request-Promise to Axios.
-
[FIX] StatusActive characteristic now reports correctly.
-
[NEW] Added support for bringing acceleration sensors into homekit as motion sensors.
-
[FIX] Lot's of fixes for device state updates and device commands.
-
[FIX] Added support for AirPurifier & AirQuality (@danielskowronski)
-
[FIX] Delays on device event updates resolved.
-
[FIX] Thermostat Mode fixes (@torandreroland)
-
[NEW] Many, many other bug fixes for devices, commands and many other items.